View a markdown version of this page

AWS::SecurityAgent::SecurityRequirementPack - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SecurityAgent::SecurityRequirementPack

Creates a customer managed security requirement pack.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SecurityAgent::SecurityRequirementPack", "Properties" : { "Description" : String, "KmsKeyId" : String, "Name" : String, "SecurityRequirements" : [ SecurityRequirement, ... ], "Status" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SecurityAgent::SecurityRequirementPack Properties: Description: String KmsKeyId: String Name: String SecurityRequirements: - SecurityRequirement Status: String Tags: - Tag

Properties

Description

A description of the security requirement pack.

Required: No

Type: String

Maximum: 500

Update requires: No interruption

KmsKeyId

Identifier of a KMS key. Can be a key ID, key ARN, alias name, or alias ARN.

Required: No

Type: String

Maximum: 2048

Update requires: Replacement

Name

The name of the security requirement pack.

Required: Yes

Type: String

Minimum: 1

Maximum: 120

Update requires: No interruption

SecurityRequirements

Property description not available.

Required: No

Type: Array of SecurityRequirement

Update requires: No interruption

Status

The status of the security requirement pack.

Required: No

Type: String

Allowed values: ENABLED | DISABLED

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

Return values

Ref

Fn::GetAtt

PackId

The unique identifier of the security requirement pack.