GetNamespaceArgs constructor
Creates a new GetNamespaceArgs.
namespaceName The name of the namespace.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
Implementation
const GetNamespaceArgs({
required this.namespaceName,
this.region,
});