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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.dynamodb.CfnTable.ImportSourceSpecificationProperty
CfnTable.ImportSourceSpecificationProperty.Builder, CfnTable.ImportSourceSpecificationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTable.ImportSourceSpecificationProperty.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
final String
Type of compression to be used on the input coming from the imported table.final String
The format of the source data.final Object
Additional properties that specify how the input is formatted,.final Object
The S3 bucket that provides the source for the import.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 theCfnTable.ImportSourceSpecificationProperty.Builder
.
-
-
Method Details
-
getInputFormat
Description copied from interface:CfnTable.ImportSourceSpecificationProperty
The format of the source data.Valid values for
ImportFormat
areCSV
,DYNAMODB_JSON
orION
.- Specified by:
getInputFormat
in interfaceCfnTable.ImportSourceSpecificationProperty
- See Also:
-
getS3BucketSource
Description copied from interface:CfnTable.ImportSourceSpecificationProperty
The S3 bucket that provides the source for the import.- Specified by:
getS3BucketSource
in interfaceCfnTable.ImportSourceSpecificationProperty
- See Also:
-
getInputCompressionType
Description copied from interface:CfnTable.ImportSourceSpecificationProperty
Type of compression to be used on the input coming from the imported table.- Specified by:
getInputCompressionType
in interfaceCfnTable.ImportSourceSpecificationProperty
- See Also:
-
getInputFormatOptions
Description copied from interface:CfnTable.ImportSourceSpecificationProperty
Additional properties that specify how the input is formatted,.- Specified by:
getInputFormatOptions
in interfaceCfnTable.ImportSourceSpecificationProperty
- 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()
-