Class CfnFlow.PrefixConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appflow.CfnFlow.PrefixConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.PrefixConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.PrefixConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.PrefixConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.PrefixConfigProperty
An implementation for
CfnFlow.PrefixConfigProperty
-
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.CfnFlow.PrefixConfigProperty
CfnFlow.PrefixConfigProperty.Builder, CfnFlow.PrefixConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFlow.PrefixConfigProperty.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
Specifies whether the destination file path includes either or both of the following elements:.final String
Determines the level of granularity for the date and time that's included in the prefix.final String
Determines the format of the prefix, and whether it applies to the file name, file path, or both.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 theCfnFlow.PrefixConfigProperty.Builder
.
-
-
Method Details
-
getPathPrefixHierarchy
Description copied from interface:CfnFlow.PrefixConfigProperty
Specifies whether the destination file path includes either or both of the following elements:.- EXECUTION_ID - The ID that Amazon AppFlow assigns to the flow run.
- SCHEMA_VERSION - The version number of your data schema. Amazon AppFlow assigns this version number. The version number increases by one when you change any of the following settings in your flow configuration:
- Source-to-destination field mappings
- Field data types
- Partition keys
- Specified by:
getPathPrefixHierarchy
in interfaceCfnFlow.PrefixConfigProperty
- See Also:
-
getPrefixFormat
Description copied from interface:CfnFlow.PrefixConfigProperty
Determines the level of granularity for the date and time that's included in the prefix.- Specified by:
getPrefixFormat
in interfaceCfnFlow.PrefixConfigProperty
- See Also:
-
getPrefixType
Description copied from interface:CfnFlow.PrefixConfigProperty
Determines the format of the prefix, and whether it applies to the file name, file path, or both.- Specified by:
getPrefixType
in interfaceCfnFlow.PrefixConfigProperty
- 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()
-