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