AWS::SecurityAgent::AgentSpace AWSResources - AWS CloudFormation

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

The Amazon Web Services resources associated with an agent space, including VPCs, log groups, S3 buckets, secrets, Lambda functions, and IAM roles.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "IamRoles" : [ String, ... ], "LambdaFunctionArns" : [ String, ... ], "LogGroups" : [ String, ... ], "S3Buckets" : [ String, ... ], "SecretArns" : [ String, ... ], "Vpcs" : [ VpcConfig, ... ] }

YAML

IamRoles: - String LambdaFunctionArns: - String LogGroups: - String S3Buckets: - String SecretArns: - String Vpcs: - VpcConfig

Properties

IamRoles

The IAM roles associated with the agent space.

Required: No

Type: Array of String

Update requires: No interruption

LambdaFunctionArns

The Amazon Resource Names (ARNs) of the Lambda functions associated with the agent space.

Required: No

Type: Array of String

Update requires: No interruption

LogGroups

The Amazon Resource Names (ARNs) of the CloudWatch log groups associated with the agent space.

Required: No

Type: Array of String

Update requires: No interruption

S3Buckets

The Amazon Resource Names (ARNs) of the S3 buckets associated with the agent space.

Required: No

Type: Array of String

Update requires: No interruption

SecretArns

The Amazon Resource Names (ARNs) of the Secrets Manager secrets associated with the agent space.

Required: No

Type: Array of String

Update requires: No interruption

Vpcs

The VPC configurations associated with the agent space.

Required: No

Type: Array of VpcConfig

Update requires: No interruption