ConfigurationPolicyAssociationState class

Input properties used for looking up and filtering ConfigurationPolicyAssociation resources.

Constructors

ConfigurationPolicyAssociationState({Input<String?>? policyId, Input<String?>? region, 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.
const
ConfigurationPolicyAssociationState.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
policyId → Input<String?>?
The universally unique identifier (UUID) of the configuration policy, or SELF_MANAGED_SECURITY_HUB for a self-managed configuration.
final
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetId → Input<String?>?
The identifier of the target account, organizational unit, or the root to associate with the specified configuration.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited