@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:51.514Z") @Deprecated public class ElasticsearchDataSource extends BackedDataSource
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; ElasticsearchDataSource elasticsearchDataSource = ElasticsearchDataSource.Builder.create(this, "MyElasticsearchDataSource") .api(graphqlApi) .domain(domain) // the properties below are optional .description("description") .name("name") .serviceRole(role) .build();
Modifier and Type | Class and Description |
---|---|
static class |
ElasticsearchDataSource.Builder
Deprecated.
|
IGrantable.Jsii$Default
IConstruct.Jsii$Default
Modifier | Constructor and Description |
---|---|
protected |
ElasticsearchDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
ElasticsearchDataSource(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
|
ElasticsearchDataSource(software.constructs.Construct scope,
java.lang.String id,
ElasticsearchDataSourceProps props)
Deprecated.
|
getGrantPrincipal
createFunction, createResolver, getApi, getDs, getName, getServiceRole, setApi, setServiceRole
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
protected ElasticsearchDataSource(software.amazon.jsii.JsiiObjectRef objRef)
protected ElasticsearchDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public ElasticsearchDataSource(software.constructs.Construct scope, java.lang.String id, ElasticsearchDataSourceProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.