BotS3LocationArgs

data class BotS3LocationArgs(val s3Bucket: Output<String>, val s3ObjectKey: Output<String>, val s3ObjectVersion: Output<String>? = null) : ConvertibleToJava<BotS3LocationArgs>

Constructors

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

Properties

Link copied to clipboard
val s3Bucket: Output<String>

The S3 bucket name.

Link copied to clipboard
val s3ObjectKey: Output<String>

The path and file name to the object in the S3 bucket.

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

The version of the object in the S3 bucket.

Functions

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