Global Table Args
constructor(attributeDefinitions: Output<List<GlobalTableAttributeDefinitionArgs>>? = null, billingMode: Output<String>? = null, globalSecondaryIndexes: Output<List<GlobalTableGlobalSecondaryIndexArgs>>? = null, keySchema: Output<List<GlobalTableKeySchemaArgs>>? = null, localSecondaryIndexes: Output<List<GlobalTableLocalSecondaryIndexArgs>>? = null, replicas: Output<List<GlobalTableReplicaSpecificationArgs>>? = null, sseSpecification: Output<GlobalTableSseSpecificationArgs>? = null, streamSpecification: Output<GlobalTableStreamSpecificationArgs>? = null, tableName: Output<String>? = null, timeToLiveSpecification: Output<GlobalTableTimeToLiveSpecificationArgs>? = null, writeOnDemandThroughputSettings: Output<GlobalTableWriteOnDemandThroughputSettingsArgs>? = null, writeProvisionedThroughputSettings: Output<GlobalTableWriteProvisionedThroughputSettingsArgs>? = null)