pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.mskconnect.kotlin.inputs
/
ConnectorPluginCustomPluginArgs
Connector
Plugin
Custom
Plugin
Args
data
class
ConnectorPluginCustomPluginArgs
(
val
arn
:
Output
<
String
>
,
val
revision
:
Output
<
Int
>
)
:
ConvertibleToJava
<
ConnectorPluginCustomPluginArgs
>
Constructors
Functions
Properties
Constructors
Connector
Plugin
Custom
Plugin
Args
Link copied to clipboard
fun
ConnectorPluginCustomPluginArgs
(
arn
:
Output
<
String
>
,
revision
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectorPluginCustomPluginArgs
Properties
arn
Link copied to clipboard
val
arn
:
Output
<
String
>
The Amazon Resource Name (ARN) of the custom plugin.
revision
Link copied to clipboard
val
revision
:
Output
<
Int
>
The revision of the custom plugin.