ReplicaGlobalSecondaryIndexDescription
public struct ReplicaGlobalSecondaryIndexDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the global secondary index.
Declaration
Swift
public let indexName: String? -
If not described, uses the source table GSI’s read capacity settings.
Declaration
Swift
public let provisionedThroughputOverride: ProvisionedThroughputOverride? -
Undocumented
Declaration
Swift
public init(indexName: String? = nil, provisionedThroughputOverride: ProvisionedThroughputOverride? = nil)
View on GitHub
ReplicaGlobalSecondaryIndexDescription Structure Reference