This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::SecurityHub::Standard StandardsControl
Provides details about an individual security control. For a list of Security Hub controls, see Security Hub controls reference in the AWS Security Hub User Guide.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Reason" :String, "StandardsControlArn" :String}
YAML
Reason:StringStandardsControlArn:String
Properties
Reason-
A user-defined reason for changing a control's enablement status in a specified standard. If you are disabling a control, then this property is required.
Required: No
Type: String
Pattern:
.*\S.*Update requires: No interruption
StandardsControlArn-
The Amazon Resource Name (ARN) of the control.
Required: Yes
Type: String
Pattern:
arn:aws\S*:securityhub:\S*Update requires: No interruption