AgentS3IdentifierArgs

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

The identifier for the S3 resource.

Constructors

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

Properties

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

A bucket in S3.

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

A object key in S3.

Functions

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