ConfigurationPolicyAssociationArgs class

The set of arguments for ConfigurationPolicyAssociation. The set of arguments for ConfigurationPolicyAssociation.

Constructors

ConfigurationPolicyAssociationArgs({required Input<String> policyId, Input<String?>? region, required Input<String> targetId})
Creates a new ConfigurationPolicyAssociationArgs. 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
ConfigurationPolicyAssociationArgs.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