@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:03.084Z") @Stability(value=Experimental) public interface ElasticsearchDataSourceProps extends software.amazon.jsii.JsiiSerializable, BackedDataSourceProps
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
import software.amazon.awscdk.services.elasticsearch.*;
import software.amazon.awscdk.services.iam.*;
Domain domain;
GraphqlApi graphqlApi;
Role role;
ElasticsearchDataSourceProps elasticsearchDataSourceProps = ElasticsearchDataSourceProps.builder()
.api(graphqlApi)
.domain(domain)
// the properties below are optional
.description("description")
.name("name")
.serviceRole(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ElasticsearchDataSourceProps.Builder
A builder for
ElasticsearchDataSourceProps |
static class |
ElasticsearchDataSourceProps.Jsii$Proxy
An implementation for
ElasticsearchDataSourceProps |
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchDataSourceProps.Builder |
builder() |
IDomain |
getDomain()
(experimental) The elasticsearch domain containing the endpoint for the data source.
|
getServiceRolegetApi, getDescription, getName@Stability(value=Experimental) @NotNull IDomain getDomain()
@Stability(value=Experimental) static ElasticsearchDataSourceProps.Builder builder()
builder in interface BackedDataSourcePropsbuilder in interface BaseDataSourcePropsElasticsearchDataSourceProps.Builder of ElasticsearchDataSourcePropsCopyright © 2022. All rights reserved.