Class CfnDataSetPropsMixin.DataPrepConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSetPropsMixin.DataPrepConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSetPropsMixin.DataPrepConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSetPropsMixin.DataPrepConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSetPropsMixin.DataPrepConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSetPropsMixin.DataPrepConfigurationProperty
An implementation for
CfnDataSetPropsMixin.DataPrepConfigurationProperty-
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.quicksight.CfnDataSetPropsMixin.DataPrepConfigurationProperty
CfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder, CfnDataSetPropsMixin.DataPrepConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSetPropsMixin.DataPrepConfigurationProperty.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 ObjectA map of destination tables that receive the final prepared data.final ObjectA map of source tables that provide information about underlying sources.final ObjectA map of transformation steps that process the data.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 theCfnDataSetPropsMixin.DataPrepConfigurationProperty.Builder.
-
-
Method Details
-
getDestinationTableMap
Description copied from interface:CfnDataSetPropsMixin.DataPrepConfigurationPropertyA map of destination tables that receive the final prepared data.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSetPropsMixin.DestinationTableProperty>- Specified by:
getDestinationTableMapin interfaceCfnDataSetPropsMixin.DataPrepConfigurationProperty- See Also:
-
getSourceTableMap
Description copied from interface:CfnDataSetPropsMixin.DataPrepConfigurationPropertyA map of source tables that provide information about underlying sources.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSetPropsMixin.SourceTableProperty>- Specified by:
getSourceTableMapin interfaceCfnDataSetPropsMixin.DataPrepConfigurationProperty- See Also:
-
getTransformStepMap
Description copied from interface:CfnDataSetPropsMixin.DataPrepConfigurationPropertyA map of transformation steps that process the data.Returns union: either
IResolvableor Mapinvalid input: '<'String, eitherIResolvableorCfnDataSetPropsMixin.TransformStepProperty>- Specified by:
getTransformStepMapin interfaceCfnDataSetPropsMixin.DataPrepConfigurationProperty- 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()
-