ModelPackageGroupPolicyState constructor
const
ModelPackageGroupPolicyState({})
Creates a new ModelPackageGroupPolicyState.
modelPackageGroupName The name of the model package group.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
resourcePolicy Optional.
Implementation
const ModelPackageGroupPolicyState({
this.modelPackageGroupName,
this.region,
this.resourcePolicy,
});