![]() |
![]()
| ![]() |
![]()
NAMEPaws::ES::ElasticsearchDomainConfig 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::ElasticsearchDomainConfig 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::ElasticsearchDomainConfig object: $result = $service_obj->Method(...); $result->Att1->AccessPolicies DESCRIPTIONThe configuration of an Elasticsearch domain. ATTRIBUTESAccessPolicies => Paws::ES::AccessPoliciesStatusIAM access policy as a JSON-formatted string. AdvancedOptions => Paws::ES::AdvancedOptionsStatusSpecifies the "AdvancedOptions" for the domain. See Configuring Advanced Options (http://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/es-createupdatedomains.html#es-createdomain-configure-advanced-options) for more information. AdvancedSecurityOptions => Paws::ES::AdvancedSecurityOptionsStatusSpecifies "AdvancedSecurityOptions" for the domain. AutoTuneOptions => Paws::ES::AutoTuneOptionsStatusSpecifies "AutoTuneOptions" for the domain. CognitoOptions => Paws::ES::CognitoOptionsStatusThe "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). DomainEndpointOptions => Paws::ES::DomainEndpointOptionsStatusSpecifies the "DomainEndpointOptions" for the Elasticsearch domain. EBSOptions => Paws::ES::EBSOptionsStatusSpecifies the "EBSOptions" for the Elasticsearch domain. ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfigStatusSpecifies the "ElasticsearchClusterConfig" for the Elasticsearch domain. ElasticsearchVersion => Paws::ES::ElasticsearchVersionStatusString of format X.Y to specify version for the Elasticsearch domain. EncryptionAtRestOptions => Paws::ES::EncryptionAtRestOptionsStatusSpecifies the "EncryptionAtRestOptions" for the Elasticsearch domain. LogPublishingOptions => Paws::ES::LogPublishingOptionsStatusLog publishing options for the given domain. NodeToNodeEncryptionOptions => Paws::ES::NodeToNodeEncryptionOptionsStatusSpecifies the "NodeToNodeEncryptionOptions" for the Elasticsearch domain. SnapshotOptions => Paws::ES::SnapshotOptionsStatusSpecifies the "SnapshotOptions" for the Elasticsearch domain. VPCOptions => Paws::ES::VPCDerivedInfoStatusThe "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>
|