Class CfnExportProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.dynamodb.CfnExportProps.Jsii$Proxy
- All Implemented Interfaces:
CfnExportProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnExportProps
@Stability(Stable)
@Internal
public static final class CfnExportProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnExportProps
An implementation for
CfnExportProps-
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.CfnExportProps
CfnExportProps.Builder, CfnExportProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnExportProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnExportProps.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 StringThe format of the exported data.final StringThe type of export that was performed.final StringThe name of the Amazon S3 bucket containing the export.final StringThe ID of the Amazon Web Services account that owns the bucket containing the export.final StringThe Amazon S3 bucket prefix used as the file name and path of the exported snapshot.final StringType of encryption used on the bucket where export data is stored.final StringThe Amazon Resource Name (ARN) of the table that was exported.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 theCfnExportProps.Builder.
-
-
Method Details
-
getS3Bucket
Description copied from interface:CfnExportPropsThe name of the Amazon S3 bucket containing the export.- Specified by:
getS3Bucketin interfaceCfnExportProps- See Also:
-
getTableArn
Description copied from interface:CfnExportPropsThe Amazon Resource Name (ARN) of the table that was exported.- Specified by:
getTableArnin interfaceCfnExportProps- See Also:
-
getExportFormat
Description copied from interface:CfnExportPropsThe format of the exported data.- Specified by:
getExportFormatin interfaceCfnExportProps- See Also:
-
getExportType
Description copied from interface:CfnExportPropsThe type of export that was performed.- Specified by:
getExportTypein interfaceCfnExportProps- See Also:
-
getS3BucketOwner
Description copied from interface:CfnExportPropsThe ID of the Amazon Web Services account that owns the bucket containing the export.- Specified by:
getS3BucketOwnerin interfaceCfnExportProps- See Also:
-
getS3Prefix
Description copied from interface:CfnExportPropsThe Amazon S3 bucket prefix used as the file name and path of the exported snapshot.- Specified by:
getS3Prefixin interfaceCfnExportProps- See Also:
-
getS3SseAlgorithm
Description copied from interface:CfnExportPropsType of encryption used on the bucket where export data is stored.- Specified by:
getS3SseAlgorithmin interfaceCfnExportProps- 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()
-