Class DomainEbsOptionsArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DomainEbsOptionsArgs : ResourceArgs
Constructors
View SourceDomainEbsOptionsArgs()
Declaration
public DomainEbsOptionsArgs()
Properties
View SourceEbsEnabled
Whether EBS volumes are attached to data nodes in the domain.
Declaration
public Input<bool> EbsEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<int> Iops { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VolumeSize
The size of EBS volumes attached to data nodes (in GB).
Required if ebs_enabled is set to true.
Declaration
public Input<int> VolumeSize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
VolumeType
The type of EBS volumes attached to data nodes.
Declaration
public Input<string> VolumeType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |