| Package | Description |
|---|---|
| software.amazon.awscdk.services.appsync |
AWS AppSync Construct Library
|
| software.amazon.awscdk.services.opensearchservice |
Amazon OpenSearch Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
IDomain |
OpenSearchDataSourceProps.getDomain()
(experimental) The OpenSearch domain containing the endpoint for the data source.
|
IDomain |
OpenSearchDataSourceProps.Jsii$Proxy.getDomain() |
| Modifier and Type | Method and Description |
|---|---|
OpenSearchDataSource |
GraphqlApiBase.addOpenSearchDataSource(String id,
IDomain domain)
(experimental) add a new OpenSearch data source to this API.
|
OpenSearchDataSource |
IGraphqlApi.addOpenSearchDataSource(String id,
IDomain domain)
(experimental) Add a new OpenSearch data source to this API.
|
OpenSearchDataSource |
IGraphqlApi.Jsii$Proxy.addOpenSearchDataSource(String id,
IDomain domain)
(experimental) Add a new OpenSearch data source to this API.
|
OpenSearchDataSource |
GraphqlApiBase.addOpenSearchDataSource(String id,
IDomain domain,
DataSourceOptions options)
(experimental) add a new OpenSearch data source to this API.
|
OpenSearchDataSource |
IGraphqlApi.addOpenSearchDataSource(String id,
IDomain domain,
DataSourceOptions options)
(experimental) Add a new OpenSearch data source to this API.
|
OpenSearchDataSource |
IGraphqlApi.Jsii$Proxy.addOpenSearchDataSource(String id,
IDomain domain,
DataSourceOptions options)
(experimental) Add a new OpenSearch data source to this API.
|
default OpenSearchDataSource |
IGraphqlApi.Jsii$Default.addOpenSearchDataSource(String id,
IDomain domain,
DataSourceOptions options)
(experimental) Add a new OpenSearch data source to this API.
|
OpenSearchDataSource.Builder |
OpenSearchDataSource.Builder.domain(IDomain domain)
(experimental) The OpenSearch domain containing the endpoint for the data source.
|
OpenSearchDataSourceProps.Builder |
OpenSearchDataSourceProps.Builder.domain(IDomain domain)
Sets the value of
OpenSearchDataSourceProps.getDomain() |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDomain.Jsii$Default
Internal default implementation for
IDomain. |
| Modifier and Type | Class and Description |
|---|---|
class |
Domain
(experimental) Provides an Amazon OpenSearch Service domain.
|
static class |
IDomain.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDomain |
Domain.fromDomainAttributes(software.constructs.Construct scope,
String id,
DomainAttributes attrs)
(experimental) Creates a domain construct that represents an external domain.
|
static IDomain |
Domain.fromDomainEndpoint(software.constructs.Construct scope,
String id,
String domainEndpoint)
(experimental) Creates a domain construct that represents an external domain via domain endpoint.
|
Copyright © 2022. All rights reserved.