| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.api(IGraphqlApi api)
(experimental) The API to attach this data source to.
|
static DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.create(software.constructs.Construct scope,
String id) |
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.description(String description)
(experimental) the description of the data source.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.name(String name)
(experimental) The name of the data source.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.readOnlyAccess(Boolean readOnlyAccess)
(experimental) Specify whether this DS is read only or has read and write permissions to the DynamoDB table.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.serviceRole(IRole serviceRole)
(experimental) The IAM service role to be assumed by AppSync to interact with the data source.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.table(ITable table)
(experimental) The DynamoDB table backing this data source.
|
DynamoDbDataSource.Builder |
DynamoDbDataSource.Builder.useCallerCredentials(Boolean useCallerCredentials)
(experimental) use credentials of caller to access DynamoDB.
|
Copyright © 2021. All rights reserved.