Table of Contents

Class SourceTableFeatureDetails

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Contains the details of the features enabled on the table when the backup was created. For example, LSIs, GSIs, streams, TTL.

public class SourceTableFeatureDetails
Inheritance
SourceTableFeatureDetails
Inherited Members

Constructors

SourceTableFeatureDetails()

public SourceTableFeatureDetails()

Properties

GlobalSecondaryIndexes

Gets and sets the property GlobalSecondaryIndexes.

Represents the GSI properties for the table when the backup was created. It includes the IndexName, KeySchema, Projection, and ProvisionedThroughput for the GSIs on the table at the time of backup.

public List<GlobalSecondaryIndexInfo> GlobalSecondaryIndexes { get; set; }

Property Value

List<GlobalSecondaryIndexInfo>

LocalSecondaryIndexes

Gets and sets the property LocalSecondaryIndexes.

Represents the LSI properties for the table when the backup was created. It includes the IndexName, KeySchema and Projection for the LSIs on the table at the time of backup.

public List<LocalSecondaryIndexInfo> LocalSecondaryIndexes { get; set; }

Property Value

List<LocalSecondaryIndexInfo>

SSEDescription

Gets and sets the property SSEDescription.

The description of the server-side encryption status on the table when the backup was created.

public SSEDescription SSEDescription { get; set; }

Property Value

SSEDescription

StreamDescription

Gets and sets the property StreamDescription.

Stream settings on the table when the backup was created.

public StreamSpecification StreamDescription { get; set; }

Property Value

StreamSpecification

TimeToLiveDescription

Gets and sets the property TimeToLiveDescription.

Time to Live settings on the table when the backup was created.

public TimeToLiveDescription TimeToLiveDescription { get; set; }

Property Value

TimeToLiveDescription