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

AwsOpenSearchServiceDomainDomainEndpointOptionsDetails

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

Information about additional options for the domain endpoint.

interface AwsOpenSearchServiceDomainDomainEndpointOptionsDetails {
CustomEndpoint?: string | null;
CustomEndpointCertificateArn?: string | null;
CustomEndpointEnabled?: boolean | null;
EnforceHTTPS?: boolean | null;
TLSSecurityPolicy?: string | null;
}

§Properties

§
CustomEndpoint?: string | null
[src]

The fully qualified URL for the custom endpoint.

§
CustomEndpointCertificateArn?: string | null
[src]

The ARN for the security certificate. The certificate is managed in ACM.

§
CustomEndpointEnabled?: boolean | null
[src]

Whether to enable a custom endpoint for the domain.

§
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.