Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsElasticsearchDomainDomainEndpointOptions

import type { AwsElasticsearchDomainDomainEndpointOptions } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.

interface AwsElasticsearchDomainDomainEndpointOptions {
EnforceHTTPS?: boolean | null;
TLSSecurityPolicy?: string | null;
}

§Properties

§
EnforceHTTPS?: boolean | null
[src]

Whether to require that all traffic to the domain arrive over HTTPS.

§
TLSSecurityPolicy?: string | null
[src]

The TLS security policy to apply to the HTTPS endpoint of the OpenSearch domain.

Valid values:

  • Policy-Min-TLS-1-0-2019-07, which supports TLSv1.0 and higher
  • Policy-Min-TLS-1-2-2019-07, which only supports TLSv1.2