TableArgs

constructor(attributeDefinitions: Output<List<TableAttributeDefinitionArgs>>? = null, billingMode: Output<String>? = null, contributorInsightsSpecification: Output<TableContributorInsightsSpecificationArgs>? = null, deletionProtectionEnabled: Output<Boolean>? = null, globalSecondaryIndexes: Output<List<TableGlobalSecondaryIndexArgs>>? = null, importSourceSpecification: Output<TableImportSourceSpecificationArgs>? = null, keySchema: Output<Either<List<TableKeySchemaArgs>, Any>>? = null, kinesisStreamSpecification: Output<TableKinesisStreamSpecificationArgs>? = null, localSecondaryIndexes: Output<List<TableLocalSecondaryIndexArgs>>? = null, onDemandThroughput: Output<TableOnDemandThroughputArgs>? = null, pointInTimeRecoverySpecification: Output<TablePointInTimeRecoverySpecificationArgs>? = null, provisionedThroughput: Output<TableProvisionedThroughputArgs>? = null, resourcePolicy: Output<TableResourcePolicyArgs>? = null, sseSpecification: Output<TableSseSpecificationArgs>? = null, streamSpecification: Output<TableStreamSpecificationArgs>? = null, tableClass: Output<String>? = null, tableName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, timeToLiveSpecification: Output<TableTimeToLiveSpecificationArgs>? = null, warmThroughput: Output<TableWarmThroughputArgs>? = null)