| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
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)
(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.
|
DynamoDbDataSource |
GraphqlApiBase.addDynamoDbDataSource(String id,
ITable table,
DataSourceOptions options)
(experimental) add a new DynamoDB data source to this API.
|
DynamoDbDataSource |
DynamoDbDataSource.Builder.build() |
Copyright © 2022. All rights reserved.