The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::ES::DescribeElasticsearchInstanceTypeLimits - Arguments for method DescribeElasticsearchInstanceTypeLimits on Paws::ES

DESCRIPTION

This class represents the parameters used for calling the method DescribeElasticsearchInstanceTypeLimits on the Amazon Elasticsearch Service service. Use the attributes of this class as arguments to method DescribeElasticsearchInstanceTypeLimits.

You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeElasticsearchInstanceTypeLimits.

SYNOPSIS

    my $es = Paws->service('ES');
    my $DescribeElasticsearchInstanceTypeLimitsResponse =
      $es->DescribeElasticsearchInstanceTypeLimits(
      ElasticsearchVersion => 'MyElasticsearchVersionString',
      InstanceType         => 'm3.medium.elasticsearch',
      DomainName           => 'MyDomainName',                   # OPTIONAL
      );

    # Results:
    my $LimitsByRole =
      $DescribeElasticsearchInstanceTypeLimitsResponse->LimitsByRole;

# Returns a Paws::ES::DescribeElasticsearchInstanceTypeLimitsResponse object.

Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/es/DescribeElasticsearchInstanceTypeLimits

ATTRIBUTES

DomainName => Str

DomainName represents the name of the Domain that we are trying to modify. This should be present only if we are querying for Elasticsearch Limits for existing domain.

REQUIRED ElasticsearchVersion => Str

Version of Elasticsearch for which Limits are needed.

REQUIRED InstanceType => Str

The instance type for an Elasticsearch cluster for which Elasticsearch Limits are needed.

Valid values are: "m3.medium.elasticsearch", "m3.large.elasticsearch", "m3.xlarge.elasticsearch", "m3.2xlarge.elasticsearch", "m4.large.elasticsearch", "m4.xlarge.elasticsearch", "m4.2xlarge.elasticsearch", "m4.4xlarge.elasticsearch", "m4.10xlarge.elasticsearch", "t2.micro.elasticsearch", "t2.small.elasticsearch", "t2.medium.elasticsearch", "r3.large.elasticsearch", "r3.xlarge.elasticsearch", "r3.2xlarge.elasticsearch", "r3.4xlarge.elasticsearch", "r3.8xlarge.elasticsearch", "i2.xlarge.elasticsearch", "i2.2xlarge.elasticsearch", "d2.xlarge.elasticsearch", "d2.2xlarge.elasticsearch", "d2.4xlarge.elasticsearch", "d2.8xlarge.elasticsearch", "c4.large.elasticsearch", "c4.xlarge.elasticsearch", "c4.2xlarge.elasticsearch", "c4.4xlarge.elasticsearch", "c4.8xlarge.elasticsearch", "r4.large.elasticsearch", "r4.xlarge.elasticsearch", "r4.2xlarge.elasticsearch", "r4.4xlarge.elasticsearch", "r4.8xlarge.elasticsearch", "r4.16xlarge.elasticsearch", "i3.large.elasticsearch", "i3.xlarge.elasticsearch", "i3.2xlarge.elasticsearch", "i3.4xlarge.elasticsearch", "i3.8xlarge.elasticsearch", "i3.16xlarge.elasticsearch"

SEE ALSO

This class forms part of Paws, documenting arguments for method DescribeElasticsearchInstanceTypeLimits in Paws::ES

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues