Uses of Class
software.amazon.awscdk.services.appsync.HttpDataSource.Builder
-
Uses of HttpDataSource.Builder in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionHttpDataSource.Builder.api
(IGraphqlApi api) The API to attach this data source to.HttpDataSource.Builder.authorizationConfig
(AwsIamConfig authorizationConfig) The authorization config in case the HTTP endpoint requires authorization.static HttpDataSource.Builder
HttpDataSource.Builder.description
(String description) the description of the data source.The http endpoint.The name of the data source.HttpDataSource.Builder.serviceRole
(IRole serviceRole) The IAM service role to be assumed by AppSync to interact with the data source.