Show / Hide Table of Contents

Class DomainEbsOptionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DomainEbsOptionsArgs
Inherited Members
ResourceArgs.Empty
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 Source

DomainEbsOptionsArgs()

Declaration
public DomainEbsOptionsArgs()

Properties

View Source

EbsEnabled

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>
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 Input<int> Iops { get; set; }
Property Value
Type Description
Input<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 Input<int> VolumeSize { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

VolumeType

The type of EBS volumes attached to data nodes.

Declaration
public Input<string> VolumeType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.