| 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)
(experimental) 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
(experimental) Provides a DynamoDB table.
|
| Modifier and Type | Method and Description |
|---|---|
static ITable |
Table.fromTableArn(software.constructs.Construct scope,
String id,
String tableArn)
(experimental) Creates a Table construct that represents an external table via table arn.
|
static ITable |
Table.fromTableAttributes(software.constructs.Construct scope,
String id,
TableAttributes attrs)
(experimental) Creates a Table construct that represents an external table.
|
static ITable |
Table.fromTableName(software.constructs.Construct scope,
String id,
String tableName)
(experimental) 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()
(experimental) The name of the table containing the requested item.
|
ITable |
DynamoDeleteItemProps.Jsii$Proxy.getTable() |
ITable |
DynamoUpdateItemProps.getTable()
(experimental) The name of the table containing the requested item.
|
ITable |
DynamoUpdateItemProps.Jsii$Proxy.getTable() |
ITable |
DynamoGetItemProps.getTable()
(experimental) The name of the table containing the requested item.
|
ITable |
DynamoGetItemProps.Jsii$Proxy.getTable() |
ITable |
DynamoPutItemProps.getTable()
(experimental) 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() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.table(ITable table)
Sets the value of
DynamoUpdateItemProps.getTable() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.Builder.table(ITable table)
(experimental) The name of the table containing the requested item.
|
DynamoGetItemProps.Builder |
DynamoGetItemProps.Builder.table(ITable table)
Sets the value of
DynamoGetItemProps.getTable() |
DynamoGetItem.Builder |
DynamoGetItem.Builder.table(ITable table)
(experimental) The name of the table containing the requested item.
|
DynamoPutItemProps.Builder |
DynamoPutItemProps.Builder.table(ITable table)
Sets the value of
DynamoPutItemProps.getTable() |
DynamoUpdateItem.Builder |
DynamoUpdateItem.Builder.table(ITable table)
(experimental) The name of the table containing the requested item.
|
DynamoPutItem.Builder |
DynamoPutItem.Builder.table(ITable table)
(experimental) The name of the table where the item should be written .
|
| Constructor and Description |
|---|
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
Boolean consistentRead,
Map<String,String> expressionAttributeNames,
List<? extends DynamoProjectionExpression> projectionExpression,
DynamoConsumedCapacity returnConsumedCapacity,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoGetItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoDeleteItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> item,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoPutItemProps.Builder. |
Jsii$Proxy(Map<String,? extends DynamoAttributeValue> key,
ITable table,
String conditionExpression,
Map<String,String> expressionAttributeNames,
Map<String,? extends DynamoAttributeValue> expressionAttributeValues,
DynamoConsumedCapacity returnConsumedCapacity,
DynamoItemCollectionMetrics returnItemCollectionMetrics,
DynamoReturnValues returnValues,
String updateExpression,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.Builder. |
Copyright © 2021. All rights reserved.