public static final class CfnFlowProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFlowProps
CfnFlowProps
CfnFlowProps.Builder, CfnFlowProps.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 |
getDescription()
A user-entered description of the flow.
|
java.lang.Object |
getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
java.lang.String |
getFlowName()
The specified name of the flow.
|
java.lang.String |
getKmsArn()
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
java.lang.Object |
getMetadataCatalogConfig()
`AWS::AppFlow::Flow.MetadataCatalogConfig`.
|
java.lang.Object |
getSourceFlowConfig()
Contains information about the configuration of the source connector used in the flow.
|
java.util.List<CfnTag> |
getTags()
The tags used to organize, track, or control access for your flow.
|
java.lang.Object |
getTasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.
|
java.lang.Object |
getTriggerConfig()
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.
|
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.Object getDestinationFlowConfigList()
CfnFlowProps
getDestinationFlowConfigList
in interface CfnFlowProps
public final java.lang.String getFlowName()
CfnFlowProps
Spaces are not allowed. Use underscores (_) or hyphens (-) only.
getFlowName
in interface CfnFlowProps
public final java.lang.Object getSourceFlowConfig()
CfnFlowProps
getSourceFlowConfig
in interface CfnFlowProps
public final java.lang.Object getTasks()
CfnFlowProps
getTasks
in interface CfnFlowProps
public final java.lang.Object getTriggerConfig()
CfnFlowProps
getTriggerConfig
in interface CfnFlowProps
public final java.lang.String getDescription()
CfnFlowProps
getDescription
in interface CfnFlowProps
public final java.lang.String getKmsArn()
CfnFlowProps
This is required if you do not want to use the Amazon AppFlow-managed KMS key. If you don't provide anything here, Amazon AppFlow uses the Amazon AppFlow-managed KMS key.
getKmsArn
in interface CfnFlowProps
public final java.lang.Object getMetadataCatalogConfig()
CfnFlowProps
getMetadataCatalogConfig
in interface CfnFlowProps
public final java.util.List<CfnTag> getTags()
CfnFlowProps
getTags
in interface CfnFlowProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()