AWS::SecurityAgent::AgentSpaceResource Type definition for AWS::SecurityAgent::AgentSpace
8 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
AwsResources | AWSResources | |
CodeReviewSettings | CodeReviewSettings | |
Description | string | |
IntegratedResources | array | |
KmsKeyId | string | Create-only |
Tags | Array<Tag> | |
TargetDomainIds | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AgentSpaceId | string | Unique identifier of the agent space |
CreatedAt | string | Timestamp when the agent space was created |
UpdatedAt | string | Timestamp when the agent space was last updated |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
securityagent:CreateAgentSpacesecurityagent:BatchGetAgentSpacessecurityagent:TagResourcesecurityagent:ListTagsForResourcesecurityagent:UpdateIntegratedResourcessecurityagent:ListIntegratedResourcesiam:PassRolekms:DescribeKeykms:GenerateDataKeyWithoutPlaintextkms:Decryptkms:ReEncryptFromkms:ReEncryptTosecurityagent:BatchGetAgentSpacessecurityagent:ListTagsForResourcekms:Decryptsecurityagent:ListIntegratedResourcessecurityagent:UpdateAgentSpacesecurityagent:BatchGetAgentSpacessecurityagent:TagResourcesecurityagent:UntagResourcesecurityagent:ListTagsForResourcesecurityagent:UpdateIntegratedResourcessecurityagent:ListIntegratedResourcesiam:PassRolekms:Decryptsecurityagent:DeleteAgentSpacesecurityagent:BatchGetAgentSpaceskms:Decryptsecurityagent:ListAgentSpacesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAgentSpaceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
KmsKeyId