ReplicaGlobalSecondaryIndex
public struct ReplicaGlobalSecondaryIndex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the global secondary index.
Declaration
Swift
public let indexName: String
-
Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI’s read capacity settings.
Declaration
Swift
public let provisionedThroughputOverride: ProvisionedThroughputOverride?
-
Undocumented
Declaration
Swift
public init(indexName: String, provisionedThroughputOverride: ProvisionedThroughputOverride? = nil)
-
Declaration
Swift
public func validate(name: String) throws