メインコンテンツまでスキップ

AWSElasticsearchDomainEBSOptions

No description

type AWSElasticsearchDomainEBSOptions {
enabled: Boolean!
iops: Int!
throughput: Int!
volumeSize: Int!
volumeType: AWSElasticsearchDomainEBVolumeType!
}

Fields

AWSElasticsearchDomainEBSOptions.enabled ● Boolean! non-null scalar

Indicates whether EBS-based storage is enabled

AWSElasticsearchDomainEBSOptions.iops ● Int! non-null scalar

Indicates the IOPS for Provisioned IOPS And GP3 EBS volume (SSD)

AWSElasticsearchDomainEBSOptions.throughput ● Int! non-null scalar

Indicates the Throughput for GP3 EBS volume (SSD)

AWSElasticsearchDomainEBSOptions.volumeSize ● Int! non-null scalar

Integer to specify the size of an EBS volume

AWSElasticsearchDomainEBSOptions.volumeType ● AWSElasticsearchDomainEBVolumeType! non-null enum

The volume type for EBS-based storage

Member of

AWSElasticsearchDomain object