Custom Plugin S3Location Args
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.