Interface ElasticsearchDataSourceProps
- All Superinterfaces:
BackedDataSourceProps
,BaseDataSourceProps
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ElasticsearchDataSourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:49.493Z")
@Stability(Deprecated)
@Deprecated
public interface ElasticsearchDataSourceProps
extends software.amazon.jsii.JsiiSerializable, BackedDataSourceProps
Deprecated.
(deprecated) Properties for the Elasticsearch Data Source.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.awscdk.services.appsync.BackedDataSourceProps
getServiceRole
Methods inherited from interface software.amazon.awscdk.services.appsync.BaseDataSourceProps
getApi, getDescription, getName
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomain
Deprecated.(deprecated) The elasticsearch domain containing the endpoint for the data source. -
builder
Deprecated.
-
OpenSearchDataSourceProps
withOpenSearchDataSource