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

AwsElasticsearchDomainDetails

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

Information about an Elasticsearch domain.

interface AwsElasticsearchDomainDetails {
AccessPolicies?: string | null;
DomainEndpointOptions?: AwsElasticsearchDomainDomainEndpointOptions | null;
DomainId?: string | null;
DomainName?: string | null;
ElasticsearchClusterConfig?: AwsElasticsearchDomainElasticsearchClusterConfigDetails | null;
ElasticsearchVersion?: string | null;
EncryptionAtRestOptions?: AwsElasticsearchDomainEncryptionAtRestOptions | null;
Endpoint?: string | null;
Endpoints?: {
[key: string]: string | null | undefined;
}
| null;
LogPublishingOptions?: AwsElasticsearchDomainLogPublishingOptions | null;
NodeToNodeEncryptionOptions?: AwsElasticsearchDomainNodeToNodeEncryptionOptions | null;
ServiceSoftwareOptions?: AwsElasticsearchDomainServiceSoftwareOptions | null;
}

§Properties

§
AccessPolicies?: string | null
[src]

IAM policy document specifying the access policies for the new Elasticsearch domain.

§

Additional options for the domain endpoint.

§
DomainId?: string | null
[src]

Unique identifier for an Elasticsearch domain.

§
DomainName?: string | null
[src]

Name of an Elasticsearch domain.

Domain names are unique across all domains owned by the same account within an Amazon Web Services Region.

Domain names must start with a lowercase letter and must be between 3 and 28 characters.

Valid characters are a-z (lowercase only), 0-9, and – (hyphen).

§

Information about an OpenSearch cluster configuration.

§
ElasticsearchVersion?: string | null
[src]

OpenSearch version.

§

Details about the configuration for encryption at rest.

§
Endpoint?: string | null
[src]

Domain-specific endpoint used to submit index, search, and data upload requests to an Elasticsearch domain.

The endpoint is a service URL.

§
Endpoints?: {
[key: string]: string | null | undefined;
}
| null
[src]

The key-value pair that exists if the Elasticsearch domain uses VPC endpoints.

§

Configures the CloudWatch Logs to publish for the Elasticsearch domain.

§
NodeToNodeEncryptionOptions?: AwsElasticsearchDomainNodeToNodeEncryptionOptions | null
[src]

Details about the configuration for node-to-node encryption.

§

Information about the status of a domain relative to the latest service software.

§

Information that OpenSearch derives based on VPCOptions for the domain.