Uses of Interface
software.amazon.awscdk.interfaces.opensearchserverless.ICollectionRef
Packages that use ICollectionRef
Package
Description
AWS::OpenSearchServerless Construct Library
-
Uses of ICollectionRef in software.amazon.awscdk.interfaces.opensearchserverless
Subinterfaces of ICollectionRef in software.amazon.awscdk.interfaces.opensearchserverlessModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forICollectionRef.Classes in software.amazon.awscdk.interfaces.opensearchserverless that implement ICollectionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ICollectionRef in software.amazon.awscdk.services.opensearchserverless
Classes in software.amazon.awscdk.services.opensearchserverless that implement ICollectionRefModifier and TypeClassDescriptionclassSpecifies an OpenSearch Serverless collection.Methods in software.amazon.awscdk.services.opensearchserverless that return ICollectionRefModifier and TypeMethodDescriptionstatic ICollectionRefCfnCollection.fromCollectionArn(software.constructs.Construct scope, String id, String arn) Creates a new ICollectionRef from an ARN.static ICollectionRefCfnCollection.fromCollectionId(software.constructs.Construct scope, String id, String collectionId) Creates a new ICollectionRef from a collectionId.