amazonka-opensearch-2.0: Amazon OpenSearch Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.OpenSearch.Types.EBSOptions

Description

 
Synopsis

Documentation

data EBSOptions Source #

Container for the parameters required to enable EBS-based storage for an OpenSearch Service domain.

See: newEBSOptions smart constructor.

Constructors

EBSOptions' 

Fields

  • eBSEnabled :: Maybe Bool

    Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.

  • iops :: Maybe Int

    Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the gp3 and provisioned IOPS EBS volume types.

  • throughput :: Maybe Int

    Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.

  • volumeSize :: Maybe Int

    Specifies the size (in GiB) of EBS volumes attached to data nodes.

  • volumeType :: Maybe VolumeType

    Specifies the type of EBS volumes attached to data nodes.

Instances

Instances details
FromJSON EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

ToJSON EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Generic EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Associated Types

type Rep EBSOptions :: Type -> Type #

Read EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Show EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

NFData EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Methods

rnf :: EBSOptions -> () #

Eq EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

Hashable EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

type Rep EBSOptions Source # 
Instance details

Defined in Amazonka.OpenSearch.Types.EBSOptions

type Rep EBSOptions = D1 ('MetaData "EBSOptions" "Amazonka.OpenSearch.Types.EBSOptions" "amazonka-opensearch-2.0-GNoaWlqGXH04P8GBIHM78L" 'False) (C1 ('MetaCons "EBSOptions'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "eBSEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "throughput") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "volumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeType))))))

newEBSOptions :: EBSOptions Source #

Create a value of EBSOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:eBSEnabled:EBSOptions', eBSOptions_eBSEnabled - Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.

$sel:iops:EBSOptions', eBSOptions_iops - Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the gp3 and provisioned IOPS EBS volume types.

$sel:throughput:EBSOptions', eBSOptions_throughput - Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.

$sel:volumeSize:EBSOptions', eBSOptions_volumeSize - Specifies the size (in GiB) of EBS volumes attached to data nodes.

$sel:volumeType:EBSOptions', eBSOptions_volumeType - Specifies the type of EBS volumes attached to data nodes.

eBSOptions_eBSEnabled :: Lens' EBSOptions (Maybe Bool) Source #

Indicates whether EBS volumes are attached to data nodes in an OpenSearch Service domain.

eBSOptions_iops :: Lens' EBSOptions (Maybe Int) Source #

Specifies the baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the gp3 and provisioned IOPS EBS volume types.

eBSOptions_throughput :: Lens' EBSOptions (Maybe Int) Source #

Specifies the throughput (in MiB/s) of the EBS volumes attached to data nodes. Applicable only for the gp3 volume type.

eBSOptions_volumeSize :: Lens' EBSOptions (Maybe Int) Source #

Specifies the size (in GiB) of EBS volumes attached to data nodes.

eBSOptions_volumeType :: Lens' EBSOptions (Maybe VolumeType) Source #

Specifies the type of EBS volumes attached to data nodes.