Uses of Interface
software.amazon.awscdk.services.opensearchservice.IDomain
Packages that use IDomain
Package
Description
AWS AppSync Construct Library
Amazon OpenSearch Service Construct Library
-
Uses of IDomain in software.amazon.awscdk.services.appsync
Methods in software.amazon.awscdk.services.appsync that return IDomainModifier and TypeMethodDescriptionOpenSearchDataSourceProps.getDomain()(experimental) The OpenSearch domain containing the endpoint for the data source.final IDomainOpenSearchDataSourceProps.Jsii$Proxy.getDomain()Methods in software.amazon.awscdk.services.appsync with parameters of type IDomainModifier and TypeMethodDescriptionGraphqlApiBase.addOpenSearchDataSource(String id, IDomain domain) (experimental) add a new OpenSearch data source to this API.GraphqlApiBase.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) add a new OpenSearch data source to this API.IGraphqlApi.addOpenSearchDataSource(String id, IDomain domain) (experimental) Add a new OpenSearch data source to this API.IGraphqlApi.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) Add a new OpenSearch data source to this API.default OpenSearchDataSourceIGraphqlApi.Jsii$Default.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) Add a new OpenSearch data source to this API.final OpenSearchDataSourceIGraphqlApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain) (experimental) Add a new OpenSearch data source to this API.final OpenSearchDataSourceIGraphqlApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) (experimental) Add a new OpenSearch data source to this API.(experimental) The OpenSearch domain containing the endpoint for the data source.Sets the value ofOpenSearchDataSourceProps.getDomain() -
Uses of IDomain in software.amazon.awscdk.services.opensearchservice
Subinterfaces of IDomain in software.amazon.awscdk.services.opensearchserviceModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDomain.Classes in software.amazon.awscdk.services.opensearchservice that implement IDomainModifier and TypeClassDescriptionclassProvides an Amazon OpenSearch Service domain.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.opensearchservice that return IDomainModifier and TypeMethodDescriptionstatic IDomainDomain.fromDomainAttributes(software.constructs.Construct scope, String id, DomainAttributes attrs) Creates a domain construct that represents an external domain.static IDomainDomain.fromDomainEndpoint(software.constructs.Construct scope, String id, String domainEndpoint) Creates a domain construct that represents an external domain via domain endpoint.