| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| software.amazon.awscdk.services.dynamodb |
Amazon DynamoDB Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
static BackupResource |
BackupResource.fromDynamoDbTable(ITable table)
A DynamoDB table.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ITable.Jsii$Default
Internal default implementation for
ITable. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ITable.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
Table
Provides a DynamoDB table.
|
| Modifier and Type | Method and Description |
|---|---|
static ITable |
Table.fromTableArn(software.constructs.Construct scope,
String id,
String tableArn)
Creates a Table construct that represents an external table via table arn.
|
static ITable |
Table.fromTableAttributes(software.constructs.Construct scope,
String id,
TableAttributes attrs)
Creates a Table construct that represents an external table.
|
static ITable |
Table.fromTableName(software.constructs.Construct scope,
String id,
String tableName)
Creates a Table construct that represents an external table via table name.
|
| Modifier and Type | Method and Description |
|---|---|
static DynamoEventSource.Builder |
DynamoEventSource.Builder.create(ITable table) |
| Constructor and Description |
|---|
DynamoEventSource(ITable table,
DynamoEventSourceProps props) |
| Modifier and Type | Method and Description |
|---|---|
ITable |
DynamoDeleteItemProps.getTable()
The name of the table containing the requested item.
|
ITable |
DynamoDeleteItemProps.Jsii$Proxy.getTable() |
ITable |
DynamoUpdateItemProps.getTable()
The name of the table containing the requested item.
|
ITable |
DynamoUpdateItemProps.Jsii$Proxy.getTable() |
ITable |
DynamoGetItemProps.getTable()
The name of the table containing the requested item.
|
ITable |
DynamoGetItemProps.Jsii$Proxy.getTable() |
ITable |
DynamoPutItemProps.getTable()
The name of the table where the item should be written .
|
ITable |
DynamoPutItemProps.Jsii$Proxy.getTable() |
| Modifier and Type | Method and Description |
|---|---|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.table(ITable table)
Sets the value of
DynamoDeleteItemProps.getTable() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.table(ITable table)
The name of the table containing the requested item.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.table(ITable table)
The name of the table where the item should be written .
|
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.table(ITable table)
Sets the value of
DynamoUpdateItemProps.getTable() |
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.table(ITable table)
Sets the value of
DynamoGetItemProps.getTable() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.table(ITable table)
The name of the table containing the requested item.
|
DynamoGetItem.Builder |
DynamoGetItem.Builder.table(ITable table)
The name of the table containing the requested item.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.table(ITable table)
Sets the value of
DynamoPutItemProps.getTable() |
Copyright © 2022. All rights reserved.