CustomPluginLocationS3Args

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

Constructors

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

Functions

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

Properties

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