AgentAgentActionGroupApiSchemaS3Args

data class AgentAgentActionGroupApiSchemaS3Args(val s3BucketName: Output<String>? = null, val s3ObjectKey: Output<String>? = null) : ConvertibleToJava<AgentAgentActionGroupApiSchemaS3Args>

Constructors

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

Properties

Link copied to clipboard
val s3BucketName: Output<String>? = null

Name of the S3 bucket.

Link copied to clipboard
val s3ObjectKey: Output<String>? = null

S3 object key containing the resource.

Functions

Link copied to clipboard
open override fun toJava(): AgentAgentActionGroupApiSchemaS3Args