NAME
Paws::ES::ElasticsearchDomainConfig
USAGE
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::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
DESCRIPTION
The configuration of an Elasticsearch domain.
ATTRIBUTES
AccessPolicies => Paws::ES::AccessPoliciesStatus
IAM access policy as a JSON-formatted string.
AdvancedOptions => Paws::ES::AdvancedOptionsStatus
Specifies 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::AdvancedSecurityOptionsStatus
Specifies AdvancedSecurityOptions
for the domain.
AutoTuneOptions => Paws::ES::AutoTuneOptionsStatus
Specifies AutoTuneOptions
for the domain.
CognitoOptions => Paws::ES::CognitoOptionsStatus
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).
DomainEndpointOptions => Paws::ES::DomainEndpointOptionsStatus
Specifies the DomainEndpointOptions
for the Elasticsearch domain.
EBSOptions => Paws::ES::EBSOptionsStatus
Specifies the EBSOptions
for the Elasticsearch domain.
ElasticsearchClusterConfig => Paws::ES::ElasticsearchClusterConfigStatus
Specifies the ElasticsearchClusterConfig
for the Elasticsearch domain.
ElasticsearchVersion => Paws::ES::ElasticsearchVersionStatus
String of format X.Y to specify version for the Elasticsearch domain.
EncryptionAtRestOptions => Paws::ES::EncryptionAtRestOptionsStatus
Specifies the EncryptionAtRestOptions
for the Elasticsearch domain.
LogPublishingOptions => Paws::ES::LogPublishingOptionsStatus
Log publishing options for the given domain.
NodeToNodeEncryptionOptions => Paws::ES::NodeToNodeEncryptionOptionsStatus
Specifies the NodeToNodeEncryptionOptions
for the Elasticsearch domain.
SnapshotOptions => Paws::ES::SnapshotOptionsStatus
Specifies the SnapshotOptions
for the Elasticsearch domain.
VPCOptions => Paws::ES::VPCDerivedInfoStatus
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).
SEE ALSO
This class forms part of Paws, describing an object used 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