ModelPackageGroupPolicyState constructor

const ModelPackageGroupPolicyState({
  1. Input<String?>? modelPackageGroupName,
  2. Input<String?>? region,
  3. Input<String?>? resourcePolicy,
})

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,
});