GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::ES::ElasticsearchDomainStatus(3) User Contributed Perl Documentation Paws::ES::ElasticsearchDomainStatus(3)

Paws::ES::ElasticsearchDomainStatus

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::ES::ElasticsearchDomainStatus object:

  $service_obj->Method(Att1 => { AccessPolicies => $value, ..., VPCOptions => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::ES::ElasticsearchDomainStatus object:

  $result = $service_obj->Method(...);
  $result->Att1->AccessPolicies

The current status of an Elasticsearch domain.

IAM access policy as a JSON-formatted string.

Specifies the status of the "AdvancedOptions"

The current status of the Elasticsearch domain's advanced security options.

REQUIRED ARN => Str

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities (http://docs.aws.amazon.com/IAM/latest/UserGuide/index.html?Using_Identifiers.html) in Using AWS Identity and Access Management for more information.

The current status of the Elasticsearch domain's Auto-Tune options.

The "CognitoOptions" for the specified domain. For more information, see Amazon Cognito Authentication for Kibana (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-cognito-auth.html).

The domain creation status. "True" if the creation of an Elasticsearch domain is complete. "False" if domain creation is still in progress.

The domain deletion status. "True" if a delete request has been received for the domain but resource cleanup is still in progress. "False" if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

The current status of the Elasticsearch domain's endpoint options.

REQUIRED DomainId => Str

The unique identifier for the specified Elasticsearch domain.

REQUIRED DomainName => Str

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

The "EBSOptions" for the specified domain. See Configuring EBS-based Storage (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-ebs) for more information.

REQUIRED ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfig

The type and number of instances in the domain cluster.

Specifies the status of the "EncryptionAtRestOptions".

The Elasticsearch domain endpoint that you use to submit index and search requests.

Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example "key, value": 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

Log publishing options for the given domain.

Specifies the status of the "NodeToNodeEncryptionOptions".

The status of the Elasticsearch domain configuration. "True" if Amazon Elasticsearch Service is processing configuration changes. "False" if the configuration is active.

The current status of the Elasticsearch domain's service software.

Specifies the status of the "SnapshotOptions"

The status of an Elasticsearch domain version upgrade. "True" if Amazon Elasticsearch Service is undergoing a version upgrade. "False" if the configuration is active.

The "VPCOptions" for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-vpc.html).

This class forms part of Paws, describing an object used in Paws::ES

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>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.