AwsDynamoDBTablePropertiesResponse

constructor(arn: String? = null, attributeDefinitions: List<AttributeDefinitionResponse>? = null, billingMode: String? = null, contributorInsightsSpecification: ContributorInsightsSpecificationResponse? = null, deletionProtectionEnabled: Boolean? = null, globalSecondaryIndexes: List<GlobalSecondaryIndexResponse>? = null, importSourceSpecification: ImportSourceSpecificationResponse? = null, keySchema: List<KeySchemaResponse>? = null, kinesisStreamSpecification: KinesisStreamSpecificationResponse? = null, localSecondaryIndexes: List<LocalSecondaryIndexResponse>? = null, pointInTimeRecoverySpecification: PointInTimeRecoverySpecificationResponse? = null, provisionedThroughput: ProvisionedThroughputResponse? = null, resourcePolicy: ResourcePolicyResponse? = null, sseSpecification: SSESpecificationResponse? = null, streamArn: String? = null, streamSpecification: StreamSpecificationResponse? = null, tableClass: String? = null, tableName: String? = null, tags: List<TagResponse>? = null, timeToLiveSpecification: TimeToLiveSpecificationResponse? = null)