AWSResources - AWS Security Agent

AWSResources

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

Contents

iamRoles

The IAM roles associated with the agent space.

Type: Array of strings

Required: No

lambdaFunctionArns

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

Type: Array of strings

Required: No

logGroups

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

Type: Array of strings

Required: No

s3Buckets

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

Type: Array of strings

Required: No

secretArns

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

Type: Array of strings

Required: No

vpcs

The VPC configurations associated with the agent space.

Type: Array of VpcConfig objects

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: