GetFunctionsArgs constructor

const GetFunctionsArgs({
  1. Input<String?>? region,
})

Creates a new GetFunctionsArgs. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const GetFunctionsArgs({
  this.region,
});