ResourcePolicyState constructor

const ResourcePolicyState({
  1. Input<String?>? policy,
  2. Input<String?>? region,
  3. Input<String?>? resourceArn,
})

Creates a new ResourcePolicyState. policy A JSON-formatted resource policy. For more information, see Sharing a Projec and Sharing a Report Group. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. resourceArn The ARN of the Project or ReportGroup resource you want to associate with a resource policy.

Implementation

const ResourcePolicyState({
  this.policy,
  this.region,
  this.resourceArn,
});