CustomPluginLocationS3Args

data class CustomPluginLocationS3Args(val bucketArn: Output<String>, val fileKey: Output<String>, val objectVersion: Output<String>? = null) : ConvertibleToJava<CustomPluginLocationS3Args>

Constructors

Link copied to clipboard
constructor(bucketArn: Output<String>, fileKey: Output<String>, objectVersion: Output<String>? = null)

Properties

Link copied to clipboard
val bucketArn: Output<String>

The Amazon Resource Name (ARN) of an S3 bucket.

Link copied to clipboard
val fileKey: Output<String>

The file key for an object in an S3 bucket.

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

The version of an object in an S3 bucket.

Functions

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