AgentAgentActionGroupApiSchemaS3

data class AgentAgentActionGroupApiSchemaS3(val s3BucketName: String? = null, val s3ObjectKey: String? = null)

Constructors

Link copied to clipboard
constructor(s3BucketName: String? = null, s3ObjectKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val s3BucketName: String? = null

Name of the S3 bucket.

Link copied to clipboard
val s3ObjectKey: String? = null

S3 object key containing the resource.