toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
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
>
Members
Constructors
Connector
Plugin
Custom
Plugin
Args
Link copied to clipboard
constructor
(
arn
:
Output
<
String
>
,
revision
:
Output
<
Int
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ConnectorPluginCustomPluginArgs