Custom Plugin Location S3Args
    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)