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 SourceEbsEnabled
Whether EBS volumes are attached to data nodes in the domain.
Declaration
public readonly bool EbsEnabled
Field Value
| Type | Description |
|---|---|
| System.Boolean |
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> |
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> |
VolumeType
The type of EBS volumes attached to data nodes.
Declaration
public readonly string VolumeType
Field Value
| Type | Description |
|---|---|
| System.String |