ConfigurationPolicyAssociationState constructor

const ConfigurationPolicyAssociationState({
  1. Input<String?>? policyId,
  2. Input<String?>? region,
  3. Input<String?>? targetId,
})

Creates a new ConfigurationPolicyAssociationState. policyId The universally unique identifier (UUID) of the configuration policy, or SELF_MANAGED_SECURITY_HUB for a self-managed configuration. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. targetId The identifier of the target account, organizational unit, or the root to associate with the specified configuration.

Implementation

const ConfigurationPolicyAssociationState({
  this.policyId,
  this.region,
  this.targetId,
});