TableGlobalSecondaryIndexArgs

constructor(hashKey: Output<String>, name: Output<String>, nonKeyAttributes: Output<List<String>>? = null, onDemandThroughput: Output<TableGlobalSecondaryIndexOnDemandThroughputArgs>? = null, projectionType: Output<String>, rangeKey: Output<String>? = null, readCapacity: Output<Int>? = null, writeCapacity: Output<Int>? = null)