AWS::SecurityHub::StandardThe AWS::SecurityHub::Standard resource specifies the enablement of a security standard. The standard is identified by the StandardsArn property. To view a list of ASH standards and their Amazon Resource Names (ARNs), use the [DescribeStandards](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html) API operation. You must create a separate AWS::SecurityHub::Standard resource for each standard that you want to enable. For more information about ASH ...
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
StandardsArn | string | RequiredCreate-only |
DisabledStandardsControls | Array<StandardsControl> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
StandardsSubscriptionArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::Standard
Resources:
MyResource:
Type: AWS::SecurityHub::Standard
Properties:
StandardsArn: "arn:aws:service:region:account:resource"Permissions CloudFormation needs in your IAM role to manage this resource.
securityhub:GetEnabledStandardssecurityhub:BatchEnableStandardssecurityhub:UpdateStandardsControlsecurityhub:GetEnabledStandardssecurityhub:DescribeStandardsControlssecurityhub:GetEnabledStandardssecurityhub:UpdateStandardsControlsecurityhub:GetEnabledStandardssecurityhub:BatchDisableStandardssecurityhub:GetEnabledStandardsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterStandardsSubscriptionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
StandardsArn