Uses of Class
software.amazon.awscdk.services.appsync.ElasticsearchDataSource.Builder
Packages that use ElasticsearchDataSource.Builder
-
Uses of ElasticsearchDataSource.Builder in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return ElasticsearchDataSource.BuilderModifier and TypeMethodDescriptionElasticsearchDataSource.Builder.api(IGraphqlApi api) Deprecated.The API to attach this data source to.Deprecated.ElasticsearchDataSource.Builder.description(String description) Deprecated.the description of the data source.Deprecated.Deprecated.The name of the data source.ElasticsearchDataSource.Builder.serviceRole(IRole serviceRole) Deprecated.The IAM service role to be assumed by AppSync to interact with the data source.