Class CfnExport
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.dynamodb.CfnExport
- All Implemented Interfaces:
IInspectable,IExportRef,IEnvironmentAware,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:01.348Z")
@Stability(Stable)
public class CfnExport
extends CfnResource
implements IInspectable, IExportRef
Represents a completed or in-progress DynamoDB table export to S3.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dynamodb.*;
CfnExport cfnExport = CfnExport.Builder.create(this, "MyCfnExport")
.s3Bucket("s3Bucket")
.tableArn("tableArn")
// the properties below are optional
.exportFormat("exportFormat")
.exportType("exportType")
.s3BucketOwner("s3BucketOwner")
.s3Prefix("s3Prefix")
.s3SseAlgorithm("s3SseAlgorithm")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.dynamodb.IExportRef
IExportRef.Jsii$Default, IExportRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnExport(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnExport(software.amazon.jsii.JsiiObjectRef objRef) CfnExport(software.constructs.Construct scope, String id, CfnExportProps props) Create a newAWS::DynamoDB::Export. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForExport(IExportRef resource) The billable size of the table export.The time at which the export task completed, in ISO 8601 format.The Amazon Resource Name (ARN) of the export.The unique identifier of the export.The name of the manifest file for the export task.Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.Point in time from which table data was exported, in ISO 8601 format.The number of items exported.The time at which the export task began, in ISO 8601 format.Unique ID of the table that was exported.The name of the table that was exported.The format of the exported data.A reference to a Export resource.The type of export that was performed.The name of the Amazon S3 bucket containing the export.The ID of the Amazon Web Services account that owns the bucket containing the export.The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.Type of encryption used on the bucket where export data is stored.The Amazon Resource Name (ARN) of the table that was exported.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnExport.renderProperties(Map<String, Object> props) voidsetExportFormat(String value) The format of the exported data.voidsetExportType(String value) The type of export that was performed.voidsetS3Bucket(String value) The name of the Amazon S3 bucket containing the export.voidsetS3BucketOwner(String value) The ID of the Amazon Web Services account that owns the bucket containing the export.voidsetS3Prefix(String value) The Amazon S3 bucket prefix used as the file name and path of the exported snapshot.voidsetS3SseAlgorithm(String value) Type of encryption used on the bucket where export data is stored.voidsetTableArn(String value) The Amazon Resource Name (ARN) of the table that was exported.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, addResourceDependency, addResourceDependency, applyCrossStackReferenceStrength, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, cfnPropertyName, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, removeDependency, removeResourceDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnExport
protected CfnExport(software.amazon.jsii.JsiiObjectRef objRef) -
CfnExport
protected CfnExport(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnExport
@Stability(Stable) public CfnExport(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnExportProps props) Create a newAWS::DynamoDB::Export.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
arnForExport
- Parameters:
resource- This parameter is required.
-
isCfnExport
Checks whether the given object is a CfnExport.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrBilledSizeBytes
The billable size of the table export. -
getAttrEndTime
The time at which the export task completed, in ISO 8601 format. -
getAttrExportArn
The Amazon Resource Name (ARN) of the export. -
getAttrExportId
The unique identifier of the export. -
getAttrExportManifest
The name of the manifest file for the export task. -
getAttrExportStatus
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED. -
getAttrExportTime
Point in time from which table data was exported, in ISO 8601 format. -
getAttrItemCount
The number of items exported. -
getAttrStartTime
The time at which the export task began, in ISO 8601 format. -
getAttrTableId
Unique ID of the table that was exported. -
getAttrTableName
The name of the table that was exported. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getCfnPropertyNames
- Overrides:
getCfnPropertyNamesin classCfnResource
-
getExportRef
A reference to a Export resource.- Specified by:
getExportRefin interfaceIExportRef
-
getS3Bucket
The name of the Amazon S3 bucket containing the export. -
setS3Bucket
The name of the Amazon S3 bucket containing the export. -
getTableArn
The Amazon Resource Name (ARN) of the table that was exported. -
setTableArn
The Amazon Resource Name (ARN) of the table that was exported. -
getExportFormat
The format of the exported data. -
setExportFormat
The format of the exported data. -
getExportType
The type of export that was performed. -
setExportType
The type of export that was performed. -
getS3BucketOwner
The ID of the Amazon Web Services account that owns the bucket containing the export. -
setS3BucketOwner
The ID of the Amazon Web Services account that owns the bucket containing the export. -
getS3Prefix
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot. -
setS3Prefix
The Amazon S3 bucket prefix used as the file name and path of the exported snapshot. -
getS3SseAlgorithm
Type of encryption used on the bucket where export data is stored. -
setS3SseAlgorithm
Type of encryption used on the bucket where export data is stored.
-