AWS::SecurityHub::ConfigurationPolicyThe AWS::SecurityHub::ConfigurationPolicy resource represents the Central Configuration Policy in your account.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConfigurationPolicy | Policy | Required |
Name | string | Required |
Description | string | |
Tags | Tags |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the configuration policy. |
CreatedAt | string | The date and time, in UTC and ISO 8601 format. |
Id | string | The universally unique identifier (UUID) of the configuration policy. |
ServiceEnabled | boolean | Indicates whether the service that the configuration policy applies to is enabled in the policy. |
UpdatedAt | string | The date and time, in UTC and ISO 8601 format. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityHub::ConfigurationPolicy
Resources:
MyResource:
Type: AWS::SecurityHub::ConfigurationPolicy
Properties:
ConfigurationPolicy: "value"
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
securityhub:CreateConfigurationPolicysecurityhub:TagResourcesecurityhub:ListTagsForResourcesecurityhub:GetConfigurationPolicysecurityhub:ListTagsForResourcesecurityhub:UpdateConfigurationPolicysecurityhub:TagResourcesecurityhub:UntagResourcesecurityhub:ListTagsForResourcesecurityhub:GetConfigurationPolicysecurityhub:DeleteConfigurationPolicysecurityhub:ListConfigurationPoliciessecurityhub:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArn