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:StringKmsKeyId:StringName:StringSecurityRequirements:- SecurityRequirementStatus:StringTags:- Tag
Properties
DescriptionProperty description not available.
Required: No
Type: String
Maximum:
500Update 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:
2048Update requires: Replacement
NameProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
120Update requires: No interruption
SecurityRequirementsProperty description not available.
Required: No
Type: Array of SecurityRequirement
Update requires: No interruption
StatusProperty description not available.
Required: No
Type: String
Allowed values:
ENABLED | DISABLEDUpdate requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
PackIdProperty description not available.