Aws Dynamo DBTable Properties Args
constructor(arn: Output<String>? = null, attributeDefinitions: Output<List<AttributeDefinitionArgs>>? = null, billingMode: Output<String>? = null, contributorInsightsSpecification: Output<ContributorInsightsSpecificationArgs>? = null, deletionProtectionEnabled: Output<Boolean>? = null, globalSecondaryIndexes: Output<List<GlobalSecondaryIndexArgs>>? = null, importSourceSpecification: Output<ImportSourceSpecificationArgs>? = null, keySchema: Output<List<KeySchemaArgs>>? = null, kinesisStreamSpecification: Output<KinesisStreamSpecificationArgs>? = null, localSecondaryIndexes: Output<List<LocalSecondaryIndexArgs>>? = null, pointInTimeRecoverySpecification: Output<PointInTimeRecoverySpecificationArgs>? = null, provisionedThroughput: Output<ProvisionedThroughputArgs>? = null, resourcePolicy: Output<ResourcePolicyArgs>? = null, sseSpecification: Output<SSESpecificationArgs>? = null, streamArn: Output<String>? = null, streamSpecification: Output<StreamSpecificationArgs>? = null, tableClass: Output<String>? = null, tableName: Output<String>? = null, tags: Output<List<TagArgs>>? = null, timeToLiveSpecification: Output<TimeToLiveSpecificationArgs>? = null)