Class CfnIntegration.FlowDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.customerprofiles.CfnIntegration.FlowDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegration.FlowDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIntegration.FlowDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnIntegration.FlowDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegration.FlowDefinitionProperty
An implementation for
CfnIntegration.FlowDefinitionProperty
-
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.customerprofiles.CfnIntegration.FlowDefinitionProperty
CfnIntegration.FlowDefinitionProperty.Builder, CfnIntegration.FlowDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnIntegration.FlowDefinitionProperty.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 description of the flow you want to create.final String
The specified name of the flow.final String
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.final Object
The configuration that controls how Customer Profiles retrieves data from the source.final Object
getTasks()
A list of tasks that Customer Profiles performs while transferring the data in the flow run.final Object
The trigger settings that determine how and when the flow runs.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 theCfnIntegration.FlowDefinitionProperty.Builder
.
-
-
Method Details
-
getFlowName
Description copied from interface:CfnIntegration.FlowDefinitionProperty
The specified name of the flow.Use underscores (_) or hyphens (-) only. Spaces are not allowed.
- Specified by:
getFlowName
in interfaceCfnIntegration.FlowDefinitionProperty
-
getKmsArn
Description copied from interface:CfnIntegration.FlowDefinitionProperty
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.- Specified by:
getKmsArn
in interfaceCfnIntegration.FlowDefinitionProperty
-
getSourceFlowConfig
Description copied from interface:CfnIntegration.FlowDefinitionProperty
The configuration that controls how Customer Profiles retrieves data from the source.- Specified by:
getSourceFlowConfig
in interfaceCfnIntegration.FlowDefinitionProperty
-
getTasks
Description copied from interface:CfnIntegration.FlowDefinitionProperty
A list of tasks that Customer Profiles performs while transferring the data in the flow run.- Specified by:
getTasks
in interfaceCfnIntegration.FlowDefinitionProperty
-
getTriggerConfig
Description copied from interface:CfnIntegration.FlowDefinitionProperty
The trigger settings that determine how and when the flow runs.- Specified by:
getTriggerConfig
in interfaceCfnIntegration.FlowDefinitionProperty
-
getDescription
Description copied from interface:CfnIntegration.FlowDefinitionProperty
A description of the flow you want to create.- Specified by:
getDescription
in interfaceCfnIntegration.FlowDefinitionProperty
-
$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()
-