StandardsControlArgs constructor
const
StandardsControlArgs({})
Creates a new StandardsControlArgs.
controlStatus The control status could be ENABLED or DISABLED. You have to specify disabledReason argument for DISABLED control status.
disabledReason A description of the reason why you are disabling a security standard control. If you specify this attribute, controlStatus will be set to DISABLED automatically.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
standardsControlArn The standards control ARN. See the AWS documentation for how to list existing controls using get-enabled-standards and describe-standards-controls.
Implementation
const StandardsControlArgs({
required this.controlStatus,
this.disabledReason,
this.region,
required this.standardsControlArn,
});