@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:01.031Z") @Stability(value=Deprecated) @Deprecated 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
Deprecated.
|
static class |
ElasticsearchDataSourceProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ElasticsearchDataSourceProps.Builder |
builder()
Deprecated.
|
IDomain |
getDomain()
Deprecated.
|
getServiceRolegetApi, getDescription, getName@Stability(value=Deprecated) @Deprecated @NotNull IDomain getDomain()
@Stability(value=Deprecated) @Deprecated static ElasticsearchDataSourceProps.Builder builder()
builder in interface BackedDataSourcePropsbuilder in interface BaseDataSourcePropsElasticsearchDataSourceProps.Builder of ElasticsearchDataSourcePropsCopyright © 2022. All rights reserved.