Class CfnFlowProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlowProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFlowProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlowProps
@Stability(Stable)
@Internal
public static final class CfnFlowProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlowProps
An implementation for
CfnFlowProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appflow.CfnFlowProps
CfnFlowProps.Builder, CfnFlowProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFlowProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFlowProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A user-entered description of the flow.final Object
The configuration that controls how Amazon AppFlow places data in the destination connector.final String
The specified name of the flow.final String
Sets the status of the flow.final String
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.final Object
Specifies the configuration that Amazon AppFlow uses when it catalogs your data.final Object
Contains information about the configuration of the source connector used in the flow.getTags()
The tags used to organize, track, or control access for your flow.final Object
getTasks()
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.final Object
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlowProps.Builder
.
-
-
Method Details
-
getDestinationFlowConfigList
Description copied from interface:CfnFlowProps
The configuration that controls how Amazon AppFlow places data in the destination connector.- Specified by:
getDestinationFlowConfigList
in interfaceCfnFlowProps
- See Also:
-
getFlowName
Description copied from interface:CfnFlowProps
The specified name of the flow.Spaces are not allowed. Use underscores (_) or hyphens (-) only.
- Specified by:
getFlowName
in interfaceCfnFlowProps
- See Also:
-
getSourceFlowConfig
Description copied from interface:CfnFlowProps
Contains information about the configuration of the source connector used in the flow.- Specified by:
getSourceFlowConfig
in interfaceCfnFlowProps
- See Also:
-
getTasks
Description copied from interface:CfnFlowProps
A list of tasks that Amazon AppFlow performs while transferring the data in the flow run.- Specified by:
getTasks
in interfaceCfnFlowProps
- See Also:
-
getTriggerConfig
Description copied from interface:CfnFlowProps
The trigger settings that determine how and when Amazon AppFlow runs the specified flow.- Specified by:
getTriggerConfig
in interfaceCfnFlowProps
- See Also:
-
getDescription
Description copied from interface:CfnFlowProps
A user-entered description of the flow.- Specified by:
getDescription
in interfaceCfnFlowProps
- See Also:
-
getFlowStatus
Description copied from interface:CfnFlowProps
Sets the status of the flow. You can specify one of the following values:.- Active - The flow runs based on the trigger settings that you defined. Active scheduled flows run as scheduled, and active event-triggered flows run when the specified change event occurs. However, active on-demand flows run only when you manually start them by using Amazon AppFlow.
- Suspended - You can use this option to deactivate an active flow. Scheduled and event-triggered flows will cease to run until you reactive them. This value only affects scheduled and event-triggered flows. It has no effect for on-demand flows.
If you omit the FlowStatus parameter, Amazon AppFlow creates the flow with a default status. The default status for on-demand flows is Active. The default status for scheduled and event-triggered flows is Draft, which means they’re not yet active.
- Specified by:
getFlowStatus
in interfaceCfnFlowProps
- See Also:
-
getKmsArn
Description copied from interface:CfnFlowProps
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.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.
- Specified by:
getKmsArn
in interfaceCfnFlowProps
- See Also:
-
getMetadataCatalogConfig
Description copied from interface:CfnFlowProps
Specifies the configuration that Amazon AppFlow uses when it catalogs your data.When Amazon AppFlow catalogs your data, it stores metadata in a data catalog.
- Specified by:
getMetadataCatalogConfig
in interfaceCfnFlowProps
- See Also:
-
getTags
Description copied from interface:CfnFlowProps
The tags used to organize, track, or control access for your flow.- Specified by:
getTags
in interfaceCfnFlowProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-