@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:51.516Z") @Deprecated public interface ElasticsearchDataSourceProps extends 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.
|
getServiceRole
getApi, getDescription, getName
@Deprecated IDomain getDomain()
@Deprecated static ElasticsearchDataSourceProps.Builder builder()
builder
in interface BackedDataSourceProps
builder
in interface BaseDataSourceProps
ElasticsearchDataSourceProps.Builder
of ElasticsearchDataSourceProps