Uses of Interface
software.amazon.awscdk.interfaces.opensearchservice.IDomainRef
Packages that use IDomainRef
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of IDomainRef in software.amazon.awscdk.interfaces.opensearchservice
Subinterfaces of IDomainRef in software.amazon.awscdk.interfaces.opensearchserviceModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDomainRef.Classes in software.amazon.awscdk.interfaces.opensearchservice that implement IDomainRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDomainRef in software.amazon.awscdk.services.opensearchservice
Subinterfaces of IDomainRef in software.amazon.awscdk.services.opensearchserviceModifier and TypeInterfaceDescriptioninterfaceAn interface that represents an Amazon OpenSearch Service domain - either created with the CDK, or an existing one.static interfaceInternal default implementation forIDomain.Classes in software.amazon.awscdk.services.opensearchservice that implement IDomainRefModifier and TypeClassDescriptionclassThe AWS::OpenSearchService::Domain resource creates an Amazon OpenSearch Service domain.classProvides 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 IDomainRefModifier and TypeMethodDescriptionstatic IDomainRefCfnDomain.fromDomainArn(software.constructs.Construct scope, String id, String arn) Creates a new IDomainRef from an ARN.static IDomainRefCfnDomain.fromDomainName(software.constructs.Construct scope, String id, String domainName) Creates a new IDomainRef from a domainName.protected IDomainRefDomainGrants.getResource()Methods in software.amazon.awscdk.services.opensearchservice with parameters of type IDomainRefModifier and TypeMethodDescriptionstatic StringCfnDomain.arnForDomain(IDomainRef resource) static DomainGrantsDomainGrants.fromDomain(IDomainRef resource) Creates grants for DomainGrants.