ConnectorPluginCustomPluginArgs

data class ConnectorPluginCustomPluginArgs(val arn: Output<String>, val revision: Output<Int>) : ConvertibleToJava<ConnectorPluginCustomPluginArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>, revision: Output<Int>)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the custom plugin.

Link copied to clipboard
val revision: Output<Int>

The revision of the custom plugin.

Functions

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