AwsDynamoDbTableReplicaGlobalSecondaryIndex
public struct AwsDynamoDbTableReplicaGlobalSecondaryIndex : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the index.
Declaration
Swift
public let indexName: String?
-
Replica-specific configuration for the provisioned throughput for the index.
Declaration
Swift
public let provisionedThroughputOverride: AwsDynamoDbTableProvisionedThroughputOverride?
-
Undocumented
Declaration
Swift
public init(indexName: String? = nil, provisionedThroughputOverride: AwsDynamoDbTableProvisionedThroughputOverride? = nil)
-
Declaration
Swift
public func validate(name: String) throws