| Package | Description |
|---|---|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GlobalSecondaryIndexProps
Properties for a global secondary index.
|
interface |
TableOptions
Properties of a DynamoDB Table.
|
interface |
TableProps
Properties for a DynamoDB Table.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GlobalSecondaryIndexProps.Jsii$Proxy
An implementation for
GlobalSecondaryIndexProps |
static class |
SchemaOptions.Jsii$Proxy
An implementation for
SchemaOptions |
static class |
TableOptions.Jsii$Proxy
An implementation for
TableOptions |
static class |
TableProps.Jsii$Proxy
An implementation for
TableProps |
| Modifier and Type | Method and Description |
|---|---|
SchemaOptions |
SchemaOptions.Builder.build()
Builds the configured instance.
|
SchemaOptions |
Table.schema()
Get schema attributes of table or index.
|
SchemaOptions |
Table.schema(String indexName)
Get schema attributes of table or index.
|
Copyright © 2022. All rights reserved.