@Deprecated public static final class ElasticsearchDataSourceProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ElasticsearchDataSourceProps
ElasticsearchDataSourceProps
ElasticsearchDataSourceProps.Builder, ElasticsearchDataSourceProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson()
Deprecated.
|
boolean |
equals(java.lang.Object o)
Deprecated.
|
IGraphqlApi |
getApi()
Deprecated.
(experimental) The API to attach this data source to.
|
java.lang.String |
getDescription()
Deprecated.
(experimental) the description of the data source.
|
IDomain |
getDomain()
Deprecated.
(deprecated) The elasticsearch domain containing the endpoint for the data source.
|
java.lang.String |
getName()
Deprecated.
(experimental) The name of the data source.
|
IRole |
getServiceRole()
Deprecated.
(experimental) The IAM service role to be assumed by AppSync to interact with the data source.
|
int |
hashCode()
Deprecated.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IDomain getDomain()
ElasticsearchDataSourceProps
getDomain
in interface ElasticsearchDataSourceProps
public final IRole getServiceRole()
BackedDataSourceProps
Default: - Create a new role
getServiceRole
in interface BackedDataSourceProps
public final IGraphqlApi getApi()
BaseDataSourceProps
getApi
in interface BaseDataSourceProps
public final java.lang.String getDescription()
BaseDataSourceProps
Default: - None
getDescription
in interface BaseDataSourceProps
public final java.lang.String getName()
BaseDataSourceProps
Default: - id of data source
getName
in interface BaseDataSourceProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()