@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:42.815Z") @Stability(value=Deprecated) @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.
|
software.amazon.jsii.JsiiObject.InitializationModeIGrantable.Jsii$DefaultIConstruct.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
ElasticsearchDataSource(software.constructs.Construct scope,
String id,
ElasticsearchDataSourceProps props)
Deprecated.
|
protected |
ElasticsearchDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
ElasticsearchDataSource(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
getGrantPrincipalcreateFunction, createResolver, getApi, getDs, getName, getServiceRole, setApi, setServiceRolegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected ElasticsearchDataSource(software.amazon.jsii.JsiiObjectRef objRef)
protected ElasticsearchDataSource(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public ElasticsearchDataSource(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull ElasticsearchDataSourceProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2022. All rights reserved.