AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityAgent::SecurityRequirementPack

SecurityAgent SecurityRequirementPack

Resource Type definition for AWS::SecurityAgent::SecurityRequirementPack

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
Description
string
KmsKeyId
string
Create-only
SecurityRequirements
Array<SecurityRequirement>
Status
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
PackIdstringUnique identifier of the security requirement pack

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SecurityAgent::SecurityRequirementPack

Resources:
  MyResource:
    Type: AWS::SecurityAgent::SecurityRequirementPack
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

securityagent:CreateSecurityRequirementPacksecurityagent:GetSecurityRequirementPacksecurityagent:BatchCreateSecurityRequirementssecurityagent:BatchGetSecurityRequirementssecurityagent:ListSecurityRequirementssecurityagent:TagResourcesecurityagent:ListTagsForResourcekms:DescribeKeykms:Encryptkms:GenerateDataKeyWithoutPlaintextkms:Decryptkms:ReEncryptFromkms:ReEncryptTo

read

securityagent:GetSecurityRequirementPacksecurityagent:ListSecurityRequirementssecurityagent:BatchGetSecurityRequirementssecurityagent:ListTagsForResourcekms:Decrypt

update

securityagent:UpdateSecurityRequirementPacksecurityagent:GetSecurityRequirementPacksecurityagent:BatchCreateSecurityRequirementssecurityagent:BatchGetSecurityRequirementssecurityagent:BatchUpdateSecurityRequirementssecurityagent:BatchDeleteSecurityRequirementssecurityagent:ListSecurityRequirementssecurityagent:TagResourcesecurityagent:UntagResourcesecurityagent:ListTagsForResourcekms:Decrypt

delete

securityagent:GetSecurityRequirementPacksecurityagent:ListSecurityRequirementssecurityagent:BatchDeleteSecurityRequirementskms:Decryptsecurityagent:DeleteSecurityRequirementPack

list

securityagent:ListSecurityRequirementPacks

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSecurityAgent
Properties7
Required1
TaggingSupported
Primary IDPackId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

KmsKeyId

External Links