AWS::SecurityAgent::SecurityRequirementPack - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::SecurityAgent::SecurityRequirementPack

The AWS::SecurityAgent::SecurityRequirementPack resource Property description not available. for SecurityAgent.

Syntax

To declare this entity in your 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

Property description not available.

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

Property description not available.

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

Property description not available.

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

Property description not available.