SourceTableFeatureDetails
public struct SourceTableFeatureDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let globalSecondaryIndexes: [GlobalSecondaryIndexInfo]?
-
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.
Declaration
Swift
public let localSecondaryIndexes: [LocalSecondaryIndexInfo]?
-
The description of the server-side encryption status on the table when the backup was created.
Declaration
Swift
public let sSEDescription: SSEDescription?
-
Stream settings on the table when the backup was created.
Declaration
Swift
public let streamDescription: StreamSpecification?
-
Time to Live settings on the table when the backup was created.
Declaration
Swift
public let timeToLiveDescription: TimeToLiveDescription?
-
init(globalSecondaryIndexes:localSecondaryIndexes:sSEDescription:streamDescription:timeToLiveDescription:)
Undocumented
Declaration
Swift
public init(globalSecondaryIndexes: [GlobalSecondaryIndexInfo]? = nil, localSecondaryIndexes: [LocalSecondaryIndexInfo]? = nil, sSEDescription: SSEDescription? = nil, streamDescription: StreamSpecification? = nil, timeToLiveDescription: TimeToLiveDescription? = nil)