Class CfnTablePropsMixin.ImportSourceSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.dynamodb.CfnTablePropsMixin.ImportSourceSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTablePropsMixin.ImportSourceSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTablePropsMixin.ImportSourceSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnTablePropsMixin.ImportSourceSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTablePropsMixin.ImportSourceSpecificationProperty
An implementation for
CfnTablePropsMixin.ImportSourceSpecificationProperty-
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.dynamodb.CfnTablePropsMixin.ImportSourceSpecificationProperty
CfnTablePropsMixin.ImportSourceSpecificationProperty.Builder, CfnTablePropsMixin.ImportSourceSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTablePropsMixin.ImportSourceSpecificationProperty.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 StringType of compression to be used on the input coming from the imported table.final StringThe format of the source data.final ObjectAdditional properties that specify how the input is formatted,.final ObjectThe S3 bucket that provides the source for the import.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 theCfnTablePropsMixin.ImportSourceSpecificationProperty.Builder.
-
-
Method Details
-
getInputCompressionType
Description copied from interface:CfnTablePropsMixin.ImportSourceSpecificationPropertyType of compression to be used on the input coming from the imported table.- Specified by:
getInputCompressionTypein interfaceCfnTablePropsMixin.ImportSourceSpecificationProperty- See Also:
-
getInputFormat
Description copied from interface:CfnTablePropsMixin.ImportSourceSpecificationPropertyThe format of the source data.Valid values for
ImportFormatareCSV,DYNAMODB_JSONorION.- Specified by:
getInputFormatin interfaceCfnTablePropsMixin.ImportSourceSpecificationProperty- See Also:
-
getInputFormatOptions
Description copied from interface:CfnTablePropsMixin.ImportSourceSpecificationPropertyAdditional properties that specify how the input is formatted,.Returns union: either
IResolvableorCfnTablePropsMixin.InputFormatOptionsProperty- Specified by:
getInputFormatOptionsin interfaceCfnTablePropsMixin.ImportSourceSpecificationProperty- See Also:
-
getS3BucketSource
Description copied from interface:CfnTablePropsMixin.ImportSourceSpecificationPropertyThe S3 bucket that provides the source for the import.Returns union: either
IResolvableorCfnTablePropsMixin.S3BucketSourceProperty- Specified by:
getS3BucketSourcein interfaceCfnTablePropsMixin.ImportSourceSpecificationProperty- 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()
-