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

AwsOpenSearchServiceDomainDetails

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

Information about an Amazon OpenSearch Service domain.

interface AwsOpenSearchServiceDomainDetails {
AccessPolicies?: string | null;
Arn?: string | null;
DomainEndpoint?: string | null;
DomainEndpoints?: {
[key: string]: string | null | undefined;
}
| null;
DomainName?: string | null;
EngineVersion?: string | null;
Id?: string | null;
}

§Properties

§
AccessPolicies?: string | null
[src]

IAM policy document that specifies the access policies for the OpenSearch Service domain.

§

Specifies options for fine-grained access control.

§
Arn?: string | null
[src]

The ARN of the OpenSearch Service domain.

§

Details about the configuration of an OpenSearch cluster.

§
DomainEndpoint?: string | null
[src]

The domain endpoint.

§

Additional options for the domain endpoint.

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

The domain endpoints. Used if the OpenSearch domain resides in a VPC.

This is a map of key-value pairs. The key is always vpc. The value is the endpoint.

§
DomainName?: string | null
[src]

The name of the endpoint.

§

Details about the configuration for encryption at rest.

§
EngineVersion?: string | null
[src]

The version of the domain engine.

§
Id?: string | null
[src]

The identifier of the domain.

§

Configures the CloudWatch Logs to publish for the OpenSearch domain.

§

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 Service derives based on VPCOptions for the domain.