StandardsControlAssociationState constructor

const StandardsControlAssociationState({
  1. Input<String?>? associationStatus,
  2. Input<String?>? region,
  3. Input<String?>? securityControlId,
  4. Input<String?>? standardsArn,
  5. Input<String?>? updatedReason,
})

Creates a new StandardsControlAssociationState. associationStatus The desired enablement status of the control in the standard. Valid values: ENABLED, DISABLED. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. securityControlId The unique identifier for the security control whose enablement status you want to update. standardsArn ARN of the standard in which you want to update the control's enablement status. updatedReason The reason for updating the control's enablement status in the standard. Required when associationStatus is DISABLED.

Implementation

const StandardsControlAssociationState({
  this.associationStatus,
  this.region,
  this.securityControlId,
  this.standardsArn,
  this.updatedReason,
});