@Stability(value=Stable)
public static interface CfnConnector.CustomPluginProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getCustomPluginArn()
The Amazon Resource Name (ARN) of the custom plugin.
|
Number |
getRevision()
The revision of the custom plugin.
|
@Stability(value=Stable) @NotNull String getCustomPluginArn()
@Stability(value=Stable) @NotNull Number getRevision()
@Stability(value=Stable) static CfnConnector.CustomPluginProperty.Builder builder()
Copyright © 2022. All rights reserved.