ConnectorCustomPluginArgs

data class ConnectorCustomPluginArgs(val customPluginArn: Output<String>, val revision: Output<Int>) : ConvertibleToJava<ConnectorCustomPluginArgs>

Details about a custom plugin.

Constructors

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

Properties

Link copied to clipboard
val customPluginArn: Output<String>

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

Link copied to clipboard
val revision: Output<Int>

The revision of the custom plugin to use.

Functions

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