| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| 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 |
|---|---|
ITable |
DynamoDbDataSourceProps.getTable()
(experimental) The DynamoDB table backing this data source.
|
ITable |
DynamoDbDataSourceProps.Jsii$Proxy.getTable() |
| Modifier and Type | Method and Description |
|---|---|
DynamoDbDataSource |
GraphqlApiBase.addDynamoDbDataSource(String id,
ITable table)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSource |
IGraphqlApi.addDynamoDbDataSource(String id,
ITable table)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSource |
IGraphqlApi.Jsii$Proxy.addDynamoDbDataSource(String id,
ITable table)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSource |
GraphqlApiBase.addDynamoDbDataSource(String id,
ITable table,
DataSourceOptions options)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSource |
IGraphqlApi.addDynamoDbDataSource(String id,
ITable table,
DataSourceOptions options)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSource |
IGraphqlApi.Jsii$Proxy.addDynamoDbDataSource(String id,
ITable table,
DataSourceOptions options)
(experimental) add a new DynamoDB data source to this API.
|
default DynamoDbDataSource |
IGraphqlApi.Jsii$Default.addDynamoDbDataSource(String id,
ITable table,
DataSourceOptions options)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSourceProps.Builder |
DynamoDbDataSourceProps.Builder.table(ITable table)
Sets the value of
DynamoDbDataSourceProps.getTable() |
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.table(ITable table)
(experimental) The DynamoDB table backing this data source.
|
| Constructor and Description |
|---|
Jsii$Proxy(ITable table,
Boolean readOnlyAccess,
Boolean useCallerCredentials,
IRole serviceRole,
IGraphqlApi api,
String description,
String name)
Constructor that initializes the object based on literal property values passed by the
DynamoDbDataSourceProps.Builder. |
| 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 |
DynamoPutItemProps.getTable()
(experimental) The name of the table where the item should be written .
|
ITable |
DynamoPutItemProps.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() |
| Modifier and Type | Method and Description |
|---|---|
DynamoGetItem.Builder |
DynamoGetItem.Builder.table(ITable table)
(experimental) The name of the table containing the requested item.
|
DynamoDeleteItemProps.Builder |
DynamoDeleteItemProps.Builder.table(ITable table)
Sets the value of
DynamoDeleteItemProps.getTable() |
DynamoDeleteItem.Builder |
DynamoDeleteItem.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() |
DynamoUpdateItemProps.Builder |
DynamoUpdateItemProps.Builder.table(ITable table)
Sets the value of
DynamoUpdateItemProps.getTable() |
DynamoPutItem.Builder |
DynamoPutItem.Builder.table(ITable table)
(experimental) The name of the table where the item should be written .
|
DynamoUpdateItem.Builder |
DynamoUpdateItem.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() |
| 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,
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,
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,
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,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
DynamoUpdateItemProps.Builder. |
Copyright © 2021. All rights reserved.