![]() |
![]()
| ![]() |
![]()
NAMEPaws::ES::ElasticsearchDomainStatus USAGEThis 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 DESCRIPTIONThe current status of an Elasticsearch domain. ATTRIBUTESAccessPolicies => StrIAM access policy as a JSON-formatted string. AdvancedOptions => Paws::ES::AdvancedOptionsSpecifies the status of the "AdvancedOptions" AdvancedSecurityOptions => Paws::ES::AdvancedSecurityOptionsThe current status of the Elasticsearch domain's advanced security options. REQUIRED ARN => StrThe 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. AutoTuneOptions => Paws::ES::AutoTuneOptionsOutputThe current status of the Elasticsearch domain's Auto-Tune options. CognitoOptions => Paws::ES::CognitoOptionsThe "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). Created => BoolThe domain creation status. "True" if the creation of an Elasticsearch domain is complete. "False" if domain creation is still in progress. Deleted => BoolThe 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. DomainEndpointOptions => Paws::ES::DomainEndpointOptionsThe current status of the Elasticsearch domain's endpoint options. REQUIRED DomainId => StrThe unique identifier for the specified Elasticsearch domain. REQUIRED DomainName => StrThe 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). EBSOptions => Paws::ES::EBSOptionsThe "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::ElasticsearchClusterConfigThe type and number of instances in the domain cluster. ElasticsearchVersion => StrEncryptionAtRestOptions => Paws::ES::EncryptionAtRestOptionsSpecifies the status of the "EncryptionAtRestOptions". Endpoint => StrThe Elasticsearch domain endpoint that you use to submit index and search requests. Endpoints => Paws::ES::EndpointsMapMap 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'. LogPublishingOptions => Paws::ES::LogPublishingOptionsLog publishing options for the given domain. NodeToNodeEncryptionOptions => Paws::ES::NodeToNodeEncryptionOptionsSpecifies the status of the "NodeToNodeEncryptionOptions". Processing => BoolThe status of the Elasticsearch domain configuration. "True" if Amazon Elasticsearch Service is processing configuration changes. "False" if the configuration is active. ServiceSoftwareOptions => Paws::ES::ServiceSoftwareOptionsThe current status of the Elasticsearch domain's service software. SnapshotOptions => Paws::ES::SnapshotOptionsSpecifies the status of the "SnapshotOptions" UpgradeProcessing => BoolThe status of an Elasticsearch domain version upgrade. "True" if Amazon Elasticsearch Service is undergoing a version upgrade. "False" if the configuration is active. VPCOptions => Paws::ES::VPCDerivedInfoThe "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). SEE ALSOThis class forms part of Paws, describing an object used in Paws::ES BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|