| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnTable.Builder |
CfnTable.Builder.attributeDefinitions(IResolvable attributeDefinitions)
`AWS::DynamoDB::Table.AttributeDefinitions`.
|
CfnTable.Builder |
CfnTable.Builder.attributeDefinitions(List<? extends Object> attributeDefinitions)
`AWS::DynamoDB::Table.AttributeDefinitions`.
|
CfnTable.Builder |
CfnTable.Builder.billingMode(String billingMode)
`AWS::DynamoDB::Table.BillingMode`.
|
CfnTable.Builder |
CfnTable.Builder.contributorInsightsSpecification(CfnTable.ContributorInsightsSpecificationProperty contributorInsightsSpecification)
`AWS::DynamoDB::Table.ContributorInsightsSpecification`.
|
CfnTable.Builder |
CfnTable.Builder.contributorInsightsSpecification(IResolvable contributorInsightsSpecification)
`AWS::DynamoDB::Table.ContributorInsightsSpecification`.
|
static CfnTable.Builder |
CfnTable.Builder.create(software.constructs.Construct scope,
String id) |
CfnTable.Builder |
CfnTable.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
`AWS::DynamoDB::Table.GlobalSecondaryIndexes`.
|
CfnTable.Builder |
CfnTable.Builder.globalSecondaryIndexes(List<? extends Object> globalSecondaryIndexes)
`AWS::DynamoDB::Table.GlobalSecondaryIndexes`.
|
CfnTable.Builder |
CfnTable.Builder.keySchema(IResolvable keySchema)
`AWS::DynamoDB::Table.KeySchema`.
|
CfnTable.Builder |
CfnTable.Builder.keySchema(List<? extends Object> keySchema)
`AWS::DynamoDB::Table.KeySchema`.
|
CfnTable.Builder |
CfnTable.Builder.kinesisStreamSpecification(CfnTable.KinesisStreamSpecificationProperty kinesisStreamSpecification)
`AWS::DynamoDB::Table.KinesisStreamSpecification`.
|
CfnTable.Builder |
CfnTable.Builder.kinesisStreamSpecification(IResolvable kinesisStreamSpecification)
`AWS::DynamoDB::Table.KinesisStreamSpecification`.
|
CfnTable.Builder |
CfnTable.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes)
`AWS::DynamoDB::Table.LocalSecondaryIndexes`.
|
CfnTable.Builder |
CfnTable.Builder.localSecondaryIndexes(List<? extends Object> localSecondaryIndexes)
`AWS::DynamoDB::Table.LocalSecondaryIndexes`.
|
CfnTable.Builder |
CfnTable.Builder.pointInTimeRecoverySpecification(CfnTable.PointInTimeRecoverySpecificationProperty pointInTimeRecoverySpecification)
`AWS::DynamoDB::Table.PointInTimeRecoverySpecification`.
|
CfnTable.Builder |
CfnTable.Builder.pointInTimeRecoverySpecification(IResolvable pointInTimeRecoverySpecification)
`AWS::DynamoDB::Table.PointInTimeRecoverySpecification`.
|
CfnTable.Builder |
CfnTable.Builder.provisionedThroughput(CfnTable.ProvisionedThroughputProperty provisionedThroughput)
`AWS::DynamoDB::Table.ProvisionedThroughput`.
|
CfnTable.Builder |
CfnTable.Builder.provisionedThroughput(IResolvable provisionedThroughput)
`AWS::DynamoDB::Table.ProvisionedThroughput`.
|
CfnTable.Builder |
CfnTable.Builder.sseSpecification(CfnTable.SSESpecificationProperty sseSpecification)
`AWS::DynamoDB::Table.SSESpecification`.
|
CfnTable.Builder |
CfnTable.Builder.sseSpecification(IResolvable sseSpecification)
`AWS::DynamoDB::Table.SSESpecification`.
|
CfnTable.Builder |
CfnTable.Builder.streamSpecification(CfnTable.StreamSpecificationProperty streamSpecification)
`AWS::DynamoDB::Table.StreamSpecification`.
|
CfnTable.Builder |
CfnTable.Builder.streamSpecification(IResolvable streamSpecification)
`AWS::DynamoDB::Table.StreamSpecification`.
|
CfnTable.Builder |
CfnTable.Builder.tableName(String tableName)
`AWS::DynamoDB::Table.TableName`.
|
CfnTable.Builder |
CfnTable.Builder.tags(List<? extends CfnTag> tags)
`AWS::DynamoDB::Table.Tags`.
|
CfnTable.Builder |
CfnTable.Builder.timeToLiveSpecification(CfnTable.TimeToLiveSpecificationProperty timeToLiveSpecification)
`AWS::DynamoDB::Table.TimeToLiveSpecification`.
|
CfnTable.Builder |
CfnTable.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification)
`AWS::DynamoDB::Table.TimeToLiveSpecification`.
|
Copyright © 2021. All rights reserved.