AwsResources

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IAM roles associated with the agent space.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The VPC configurations associated with the agent space.

Functions

Link copied to clipboard
inline fun copy(block: AwsResources.Builder.() -> Unit = {}): AwsResources
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String