@Stability(value=Stable)
public static interface CfnFlow.CustomConnectorSourcePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appflow.*;
Object customProperties;
CustomConnectorSourcePropertiesProperty customConnectorSourcePropertiesProperty = CustomConnectorSourcePropertiesProperty.builder()
.entityName("entityName")
// the properties below are optional
.customProperties(customProperties)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFlow.CustomConnectorSourcePropertiesProperty.Builder
A builder for
CfnFlow.CustomConnectorSourcePropertiesProperty |
static class |
CfnFlow.CustomConnectorSourcePropertiesProperty.Jsii$Proxy
An implementation for
CfnFlow.CustomConnectorSourcePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFlow.CustomConnectorSourcePropertiesProperty.Builder |
builder() |
default Object |
getCustomProperties()
`CfnFlow.CustomConnectorSourcePropertiesProperty.CustomProperties`.
|
String |
getEntityName()
`CfnFlow.CustomConnectorSourcePropertiesProperty.EntityName`.
|
@Stability(value=Stable) @NotNull String getEntityName()
@Stability(value=Stable) @Nullable default Object getCustomProperties()
@Stability(value=Stable) static CfnFlow.CustomConnectorSourcePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.