GetFunctionsArgs constructor
const
GetFunctionsArgs({
- 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,
});