CustomPluginS3LocationArgs

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

The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.

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(): CustomPluginS3LocationArgs