| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.attributeDefinitions(IResolvable attributeDefinitions)
A list of attributes that describe the key schema for the global table and indexes.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.attributeDefinitions(List<? extends Object> attributeDefinitions)
A list of attributes that describe the key schema for the global table and indexes.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.billingMode(String billingMode)
Specifies how you are charged for read and write throughput and how you manage capacity.
|
static CfnGlobalTable.Builder |
CfnGlobalTable.Builder.create(software.constructs.Construct scope,
String id) |
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.globalSecondaryIndexes(IResolvable globalSecondaryIndexes)
Global secondary indexes to be created on the global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.globalSecondaryIndexes(List<? extends Object> globalSecondaryIndexes)
Global secondary indexes to be created on the global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.keySchema(IResolvable keySchema)
Specifies the attributes that make up the primary key for the table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.keySchema(List<? extends Object> keySchema)
Specifies the attributes that make up the primary key for the table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.localSecondaryIndexes(IResolvable localSecondaryIndexes)
Local secondary indexes to be created on the table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.localSecondaryIndexes(List<? extends Object> localSecondaryIndexes)
Local secondary indexes to be created on the table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.replicas(IResolvable replicas)
Specifies the list of replicas for your global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.replicas(List<? extends Object> replicas)
Specifies the list of replicas for your global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.sseSpecification(CfnGlobalTable.SSESpecificationProperty sseSpecification)
Specifies the settings to enable server-side encryption.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.sseSpecification(IResolvable sseSpecification)
Specifies the settings to enable server-side encryption.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.streamSpecification(CfnGlobalTable.StreamSpecificationProperty streamSpecification)
Specifies the streams settings on your global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.streamSpecification(IResolvable streamSpecification)
Specifies the streams settings on your global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.tableName(String tableName)
A name for the global table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.timeToLiveSpecification(CfnGlobalTable.TimeToLiveSpecificationProperty timeToLiveSpecification)
Specifies the time to live (TTL) settings for the table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.timeToLiveSpecification(IResolvable timeToLiveSpecification)
Specifies the time to live (TTL) settings for the table.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.writeProvisionedThroughputSettings(CfnGlobalTable.WriteProvisionedThroughputSettingsProperty writeProvisionedThroughputSettings)
Specifies an auto scaling policy for write capacity.
|
CfnGlobalTable.Builder |
CfnGlobalTable.Builder.writeProvisionedThroughputSettings(IResolvable writeProvisionedThroughputSettings)
Specifies an auto scaling policy for write capacity.
|
Copyright © 2022. All rights reserved.