Show / Hide Table of Contents

Class DomainEbsOptions

Inheritance
System.Object
DomainEbsOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ElasticSearch.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainEbsOptions

Fields

View Source

EbsEnabled

Whether EBS volumes are attached to data nodes in the domain.

Declaration
public readonly bool EbsEnabled
Field Value
Type Description
System.Boolean
View Source

Iops

The baseline input/output (I/O) performance of EBS volumes attached to data nodes. Applicable only for the Provisioned IOPS EBS volume type.

Declaration
public readonly int? Iops
Field Value
Type Description
System.Nullable<System.Int32>
View Source

VolumeSize

The size of EBS volumes attached to data nodes (in GB). Required if ebs_enabled is set to true.

Declaration
public readonly int? VolumeSize
Field Value
Type Description
System.Nullable<System.Int32>
View Source

VolumeType

The type of EBS volumes attached to data nodes.

Declaration
public readonly string VolumeType
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.