Uses of Interface
software.amazon.awscdk.services.opensearchservice.IDomain
Package
Description
AWS AppSync Construct Library
Amazon OpenSearch Service Construct Library
-
Uses of IDomain in software.amazon.awscdk.services.appsync
Modifier and TypeMethodDescriptionOpenSearchDataSourceProps.getDomain()
The OpenSearch domain containing the endpoint for the data source.final IDomain
OpenSearchDataSourceProps.Jsii$Proxy.getDomain()
Modifier and TypeMethodDescriptionGraphqlApiBase.addOpenSearchDataSource
(String id, IDomain domain) add a new OpenSearch data source to this API.GraphqlApiBase.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) add a new OpenSearch data source to this API.IGraphqlApi.addOpenSearchDataSource
(String id, IDomain domain) Add a new OpenSearch data source to this API.IGraphqlApi.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.default OpenSearchDataSource
IGraphqlApi.Jsii$Default.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.final OpenSearchDataSource
IGraphqlApi.Jsii$Proxy.addOpenSearchDataSource
(String id, IDomain domain) Add a new OpenSearch data source to this API.final OpenSearchDataSource
IGraphqlApi.Jsii$Proxy.addOpenSearchDataSource
(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.The OpenSearch domain containing the endpoint for the data source.Sets the value ofOpenSearchDataSourceProps.getDomain()
-
Uses of IDomain in software.amazon.awscdk.services.opensearchservice
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDomain
.Modifier and TypeClassDescriptionclass
Provides an Amazon OpenSearch Service domain.static final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionstatic IDomain
Domain.fromDomainAttributes
(software.constructs.Construct scope, String id, DomainAttributes attrs) Creates a domain construct that represents an external domain.static IDomain
Domain.fromDomainEndpoint
(software.constructs.Construct scope, String id, String domainEndpoint) Creates a domain construct that represents an external domain via domain endpoint.