public static interface CfnConnector.CustomPluginProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.kafkaconnect.*; CustomPluginProperty customPluginProperty = CustomPluginProperty.builder() .customPluginArn("customPluginArn") .revision(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnector.CustomPluginProperty.Builder
A builder for
CfnConnector.CustomPluginProperty |
static class |
CfnConnector.CustomPluginProperty.Jsii$Proxy
An implementation for
CfnConnector.CustomPluginProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnector.CustomPluginProperty.Builder |
builder() |
java.lang.String |
getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
|
java.lang.Number |
getRevision()
The revision of the custom plugin.
|
java.lang.String getCustomPluginArn()
java.lang.Number getRevision()
static CfnConnector.CustomPluginProperty.Builder builder()