NAME

Paws::ES::DomainEndpointOptions

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::DomainEndpointOptions object:

$service_obj->Method(Att1 => { CustomEndpoint => $value, ..., TLSSecurityPolicy => $value  });

Results returned from an API call

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

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

DESCRIPTION

Options to configure endpoint for the Elasticsearch domain.

ATTRIBUTES

CustomEndpoint => Str

Specify the fully qualified domain for your custom endpoint.

CustomEndpointCertificateArn => Str

Specify ACM certificate ARN for your custom endpoint.

CustomEndpointEnabled => Bool

Specify if custom endpoint should be enabled for the Elasticsearch domain.

EnforceHTTPS => Bool

Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain.

TLSSecurityPolicy => Str

Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain.

It can be one of the following values:

  • Policy-Min-TLS-1-0-2019-07: TLS security policy which supports TLSv1.0 and higher.

  • Policy-Min-TLS-1-2-2019-07: TLS security policy which supports only TLSv1.2

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