AWS Fundamentals Logo
AWS Fundamentals
AWS::SecurityAgent::AgentSpace

SecurityAgent AgentSpace

Resource Type definition for AWS::SecurityAgent::AgentSpace

Properties

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

Filter:
PropertyTypeFlags
Name
string
Required
AwsResources
AWSResources
CodeReviewSettings
CodeReviewSettings
Description
string
IntegratedResources
array
KmsKeyId
string
Create-only
Tags
Array<Tag>
TargetDomainIds
Array<string>

Return Values

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

AttributeTypeDescription
AgentSpaceIdstringUnique identifier of the agent space
CreatedAtstringTimestamp when the agent space was created
UpdatedAtstringTimestamp when the agent space was last updated

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::AgentSpace

Resources:
  MyResource:
    Type: AWS::SecurityAgent::AgentSpace
    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:CreateAgentSpacesecurityagent:BatchGetAgentSpacessecurityagent:TagResourcesecurityagent:ListTagsForResourcesecurityagent:UpdateIntegratedResourcessecurityagent:ListIntegratedResourcesiam:PassRolekms:DescribeKeykms:GenerateDataKeyWithoutPlaintextkms:Decryptkms:ReEncryptFromkms:ReEncryptTo

read

securityagent:BatchGetAgentSpacessecurityagent:ListTagsForResourcekms:Decryptsecurityagent:ListIntegratedResources

update

securityagent:UpdateAgentSpacesecurityagent:BatchGetAgentSpacessecurityagent:TagResourcesecurityagent:UntagResourcesecurityagent:ListTagsForResourcesecurityagent:UpdateIntegratedResourcessecurityagent:ListIntegratedResourcesiam:PassRolekms:Decrypt

delete

securityagent:DeleteAgentSpacesecurityagent:BatchGetAgentSpaceskms:Decrypt

list

securityagent:ListAgentSpaces

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
Properties11
Required1
TaggingSupported
Primary IDAgentSpaceId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

KmsKeyId

External Links