public static final class CfnFlow.DestinationFlowConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlow.DestinationFlowConfigProperty
CfnFlow.DestinationFlowConfigProperty
CfnFlow.DestinationFlowConfigProperty.Builder, CfnFlow.DestinationFlowConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApiVersion()
The API version that the destination connector uses.
|
java.lang.String |
getConnectorProfileName()
The name of the connector profile.
|
java.lang.String |
getConnectorType()
The type of destination connector, such as Sales force, Amazon S3, and so on.
|
java.lang.Object |
getDestinationConnectorProperties()
This stores the information that is required to query a particular connector.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getConnectorType()
CfnFlow.DestinationFlowConfigProperty
Allowed Values : EventBridge | Redshift | S3 | Salesforce | Snowflake
getConnectorType
in interface CfnFlow.DestinationFlowConfigProperty
public final java.lang.Object getDestinationConnectorProperties()
CfnFlow.DestinationFlowConfigProperty
getDestinationConnectorProperties
in interface CfnFlow.DestinationFlowConfigProperty
public final java.lang.String getApiVersion()
CfnFlow.DestinationFlowConfigProperty
getApiVersion
in interface CfnFlow.DestinationFlowConfigProperty
public final java.lang.String getConnectorProfileName()
CfnFlow.DestinationFlowConfigProperty
This name must be unique for each connector profile in the AWS account .
getConnectorProfileName
in interface CfnFlow.DestinationFlowConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()