Interface CfnBackupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBackupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:26.253Z")
@Stability(Stable)
public interface CfnBackupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnBackupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.dynamodb.*;
CfnBackupMixinProps cfnBackupMixinProps = CfnBackupMixinProps.builder()
.backupName("backupName")
.tableName("tableName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBackupMixinPropsstatic final classAn implementation forCfnBackupMixinProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnBackupMixinProps.Builderbuilder()default StringThe name for the backup.default StringThe name of the table to back up.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBackupName
The name for the backup.- See Also:
-
getTableName
The name of the table to back up.- See Also:
-
builder
- Returns:
- a
CfnBackupMixinProps.BuilderofCfnBackupMixinProps
-