Uses of Class
software.amazon.awscdk.services.appsync.DynamoDbDataSource.Builder
-
Uses of DynamoDbDataSource.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionDynamoDbDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.static DynamoDbDataSource.Builder
DynamoDbDataSource.Builder.description
(String description) the description of the data source.The name of the data source.DynamoDbDataSource.Builder.readOnlyAccess
(Boolean readOnlyAccess) Specify whether this DS is read only or has read and write permissions to the DynamoDB table.DynamoDbDataSource.Builder.serviceRole
(IRole serviceRole) The IAM service role to be assumed by AppSync to interact with the data source.The DynamoDB table backing this data source.DynamoDbDataSource.Builder.useCallerCredentials
(Boolean useCallerCredentials) use credentials of caller to access DynamoDB.