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