CustomPluginLocationArgs

data class CustomPluginLocationArgs(val s3: Output<CustomPluginLocationS3Args>) : ConvertibleToJava<CustomPluginLocationArgs>

Constructors

Link copied to clipboard
constructor(s3: Output<CustomPluginLocationS3Args>)

Properties

Link copied to clipboard

Information of the plugin file stored in Amazon S3. See below.

Functions

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