BackupReference

class aws_cdk.interfaces.aws_dynamodb.BackupReference(*, backup_arn)

Bases: object

A reference to a Backup resource.

Parameters:

backup_arn (str) – The BackupArn of the Backup resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_dynamodb as interfaces_dynamodb

backup_reference = interfaces_dynamodb.BackupReference(
    backup_arn="backupArn"
)

Attributes

backup_arn

The BackupArn of the Backup resource.