AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SecurityAgent::AgentSpace

CfnAgentSpace

Resource Type definition for AWS::SecurityAgent::AgentSpace.

Import

import { CfnAgentSpace } from 'aws-cdk-lib/aws-securityagent';

Or use the module namespace:

import * as securityagent from 'aws-cdk-lib/aws-securityagent';
// securityagent.CfnAgentSpace

Properties

Configuration passed to the constructor as CfnAgentSpaceProps.

nameRequired
string

Name of the agent space.

awsResourcesOptional
IResolvable | AWSResourcesProperty

AWS resource configuration.

codeReviewSettingsOptional
IResolvable | CodeReviewSettingsProperty

Details of code review settings.

descriptionOptional
string

Description of the agent space.

integratedResourcesOptional
IResolvable | IResolvable | IntegratedResourceProperty[]

Integrated Resources configuration.

kmsKeyIdOptional
string

Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.

tagsOptional
CfnTag[]

Tags for the agent space.

targetDomainIdsOptional
string[]

List of target domain identifiers registered with the agent space.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-securityagent
CFN TypeAWS::SecurityAgent::AgentSpace
Properties8

External Links