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 TypeMethodDescriptionAppSyncOpenSearchDataSourceProps.getDomain()The OpenSearch domain containing the endpoint for the data source.final IDomainAppSyncOpenSearchDataSourceProps.Jsii$Proxy.getDomain()OpenSearchDataSourceProps.getDomain()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 TypeMethodDescriptionEventApiBase.addOpenSearchDataSource(String id, IDomain domain) add a new OpenSearch data source to this API.EventApiBase.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) add a new OpenSearch data source to this API.GraphqlApiBase.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.IEventApi.addOpenSearchDataSource(String id, IDomain domain) Add a new OpenSearch data source to this API.IEventApi.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) Add a new OpenSearch data source to this API.default AppSyncOpenSearchDataSourceIEventApi.Jsii$Default.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions options) Add a new OpenSearch data source to this API.IEventApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain) Add a new OpenSearch data source to this API.IEventApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain, AppSyncDataSourceOptions 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 OpenSearchDataSourceIGraphqlApi.Jsii$Default.addOpenSearchDataSource(String id, IDomain domain, DataSourceOptions options) Add a new OpenSearch data source to this API.final OpenSearchDataSourceIGraphqlApi.Jsii$Proxy.addOpenSearchDataSource(String id, IDomain domain) Add a new OpenSearch data source to this API.final OpenSearchDataSourceIGraphqlApi.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 ofAppSyncOpenSearchDataSourceProps.getDomain()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.