Class CfnIntegrationPropsMixin.FlowDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.FlowDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnIntegrationPropsMixin.FlowDefinitionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnIntegrationPropsMixin.FlowDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnIntegrationPropsMixin.FlowDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIntegrationPropsMixin.FlowDefinitionProperty
An implementation for
CfnIntegrationPropsMixin.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.cfnpropertymixins.services.customerprofiles.CfnIntegrationPropsMixin.FlowDefinitionProperty
CfnIntegrationPropsMixin.FlowDefinitionProperty.Builder, CfnIntegrationPropsMixin.FlowDefinitionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegrationPropsMixin.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 theCfnIntegrationPropsMixin.FlowDefinitionProperty.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnIntegrationPropsMixin.FlowDefinitionPropertyA description of the flow you want to create.- Specified by:
getDescriptionin interfaceCfnIntegrationPropsMixin.FlowDefinitionProperty- See Also:
-
getFlowName
Description copied from interface:CfnIntegrationPropsMixin.FlowDefinitionPropertyThe specified name of the flow.Use underscores (_) or hyphens (-) only. Spaces are not allowed.
- Specified by:
getFlowNamein interfaceCfnIntegrationPropsMixin.FlowDefinitionProperty- See Also:
-
getKmsArn
Description copied from interface:CfnIntegrationPropsMixin.FlowDefinitionPropertyThe Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key you provide for encryption.- Specified by:
getKmsArnin interfaceCfnIntegrationPropsMixin.FlowDefinitionProperty- See Also:
-
getSourceFlowConfig
Description copied from interface:CfnIntegrationPropsMixin.FlowDefinitionPropertyThe configuration that controls how Customer Profiles retrieves data from the source.Returns union: either
IResolvableorCfnIntegrationPropsMixin.SourceFlowConfigProperty- Specified by:
getSourceFlowConfigin interfaceCfnIntegrationPropsMixin.FlowDefinitionProperty- See Also:
-
getTasks
Description copied from interface:CfnIntegrationPropsMixin.FlowDefinitionPropertyA list of tasks that Customer Profiles performs while transferring the data in the flow run.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnIntegrationPropsMixin.TaskProperty>- Specified by:
getTasksin interfaceCfnIntegrationPropsMixin.FlowDefinitionProperty- See Also:
-
getTriggerConfig
Description copied from interface:CfnIntegrationPropsMixin.FlowDefinitionPropertyThe trigger settings that determine how and when the flow runs.Returns union: either
IResolvableorCfnIntegrationPropsMixin.TriggerConfigProperty- Specified by:
getTriggerConfigin interfaceCfnIntegrationPropsMixin.FlowDefinitionProperty- See Also:
-
$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()
-