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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.customerprofiles.CfnIntegration.FlowDefinitionProperty
CfnIntegration.FlowDefinitionProperty.Builder, CfnIntegration.FlowDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegration.FlowDefinitionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringA description of the flow you want to create.final StringThe specified name of the flow.final StringThe Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.final ObjectThe configuration that controls how Customer Profiles retrieves data from the source.final ObjectgetTasks()A list of tasks that Customer Profiles performs while transferring the data in the flow run.final ObjectThe trigger settings that determine how and when the flow runs.final inthashCode()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.FlowDefinitionPropertyThe specified name of the flow.Use underscores (_) or hyphens (-) only. Spaces are not allowed.
- Specified by:
getFlowNamein interfaceCfnIntegration.FlowDefinitionProperty
-
getKmsArn
Description copied from interface:CfnIntegration.FlowDefinitionPropertyThe Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.- Specified by:
getKmsArnin interfaceCfnIntegration.FlowDefinitionProperty
-
getSourceFlowConfig
Description copied from interface:CfnIntegration.FlowDefinitionPropertyThe configuration that controls how Customer Profiles retrieves data from the source.- Specified by:
getSourceFlowConfigin interfaceCfnIntegration.FlowDefinitionProperty
-
getTasks
Description copied from interface:CfnIntegration.FlowDefinitionPropertyA list of tasks that Customer Profiles performs while transferring the data in the flow run.- Specified by:
getTasksin interfaceCfnIntegration.FlowDefinitionProperty
-
getTriggerConfig
Description copied from interface:CfnIntegration.FlowDefinitionPropertyThe trigger settings that determine how and when the flow runs.- Specified by:
getTriggerConfigin interfaceCfnIntegration.FlowDefinitionProperty
-
getDescription
Description copied from interface:CfnIntegration.FlowDefinitionPropertyA description of the flow you want to create.- Specified by:
getDescriptionin interfaceCfnIntegration.FlowDefinitionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-