CustomPluginLocationArgs

data class CustomPluginLocationArgs(val s3Location: Output<CustomPluginS3LocationArgs>) : ConvertibleToJava<CustomPluginLocationArgs>

Information about the location of a custom plugin.

Constructors

Link copied to clipboard
constructor(s3Location: Output<CustomPluginS3LocationArgs>)

Properties

Link copied to clipboard

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

Functions

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