Uses of Interface
software.amazon.awscdk.services.opensearchservice.EbsOptions
Packages that use EbsOptions
Package
Description
Amazon OpenSearch Service Construct Library
-
Uses of EbsOptions in software.amazon.awscdk.services.opensearchservice
Classes in software.amazon.awscdk.services.opensearchservice that implement EbsOptionsMethods in software.amazon.awscdk.services.opensearchservice that return EbsOptionsModifier and TypeMethodDescriptionEbsOptions.Builder.build()
Builds the configured instance.default EbsOptions
DomainProps.getEbs()
The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the Amazon OpenSearch Service domain.final EbsOptions
DomainProps.Jsii$Proxy.getEbs()
Methods in software.amazon.awscdk.services.opensearchservice with parameters of type EbsOptionsModifier and TypeMethodDescriptionDomain.Builder.ebs
(EbsOptions ebs) The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the Amazon OpenSearch Service domain.DomainProps.Builder.ebs
(EbsOptions ebs) Sets the value ofDomainProps.getEbs()