StandardsControlAssociationArgs class
The set of arguments for StandardsControlAssociation. The set of arguments for StandardsControlAssociation.
Constructors
-
StandardsControlAssociationArgs({required Input<
String> associationStatus, Input<String?> ? region, required Input<String> securityControlId, required Input<String> standardsArn, Input<String?> ? updatedReason}) -
Creates a new StandardsControlAssociationArgs.
associationStatusThe desired enablement status of the control in the standard. Valid values:ENABLED,DISABLED.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.securityControlIdThe unique identifier for the security control whose enablement status you want to update.standardsArnARN of the standard in which you want to update the control's enablement status.updatedReasonThe reason for updating the control's enablement status in the standard. Required whenassociationStatusisDISABLED.const -
StandardsControlAssociationArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
associationStatus
→ Input<
String> -
The desired enablement status of the control in the standard. Valid values:
ENABLED,DISABLED.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
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
-
securityControlId
→ Input<
String> -
The unique identifier for the security control whose enablement status you want to update.
final
-
standardsArn
→ Input<
String> -
ARN of the standard in which you want to update the control's enablement status.
final
-
updatedReason
→ Input<
String?> ? -
The reason for updating the control's enablement status in the standard. Required when
associationStatusisDISABLED.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