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

ElasticsearchDomainStatus

import type { ElasticsearchDomainStatus } from "https://aws-api.deno.dev/v0.3/services/es.ts?docs=full";

The current status of an Elasticsearch domain.

interface ElasticsearchDomainStatus {
AccessPolicies?: string | null;
AdvancedOptions?: {
[key: string]: string | null | undefined;
}
| null;
AdvancedSecurityOptions?: AdvancedSecurityOptions | null;
ARN: string;
AutoTuneOptions?: AutoTuneOptionsOutput | null;
CognitoOptions?: CognitoOptions | null;
Created?: boolean | null;
Deleted?: boolean | null;
DomainEndpointOptions?: DomainEndpointOptions | null;
DomainId: string;
DomainName: string;
EBSOptions?: EBSOptions | null;
ElasticsearchClusterConfig: ElasticsearchClusterConfig;
ElasticsearchVersion?: string | null;
EncryptionAtRestOptions?: EncryptionAtRestOptions | null;
Endpoint?: string | null;
Endpoints?: {
[key: string]: string | null | undefined;
}
| null;
LogPublishingOptions?: [key in LogType]: LogPublishingOption | null | undefined | null;
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | null;
Processing?: boolean | null;
ServiceSoftwareOptions?: ServiceSoftwareOptions | null;
SnapshotOptions?: SnapshotOptions | null;
UpgradeProcessing?: boolean | null;
VPCOptions?: VPCDerivedInfo | null;
}

§Properties

§
AccessPolicies?: string | null
[src]

IAM access policy as a JSON-formatted string.

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

Specifies the status of the AdvancedOptions

§
AdvancedSecurityOptions?: AdvancedSecurityOptions | null
[src]

The current status of the Elasticsearch domain's advanced security options.

§
ARN: string
[src]

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

§
AutoTuneOptions?: AutoTuneOptionsOutput | null
[src]

The current status of the Elasticsearch domain's Auto-Tune options.

§
CognitoOptions?: CognitoOptions | null
[src]

The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

§
Created?: boolean | null
[src]

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

§
Deleted?: boolean | null
[src]

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

§
DomainEndpointOptions?: DomainEndpointOptions | null
[src]

The current status of the Elasticsearch domain's endpoint options.

§
DomainId: string
[src]

The unique identifier for the specified Elasticsearch domain.

§
DomainName: string
[src]

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

§
EBSOptions?: EBSOptions | null
[src]

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

§
ElasticsearchClusterConfig: ElasticsearchClusterConfig
[src]

The type and number of instances in the domain cluster.

§
ElasticsearchVersion?: string | null
[src]
§
EncryptionAtRestOptions?: EncryptionAtRestOptions | null
[src]

Specifies the status of the EncryptionAtRestOptions.

§
Endpoint?: string | null
[src]

The Elasticsearch domain endpoint that you use to submit index and search requests.

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

Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

§
LogPublishingOptions?: [key in LogType]: LogPublishingOption | null | undefined | null
[src]

Log publishing options for the given domain.

§
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | null
[src]

Specifies the status of the NodeToNodeEncryptionOptions.

§
Processing?: boolean | null
[src]

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

§
ServiceSoftwareOptions?: ServiceSoftwareOptions | null
[src]

The current status of the Elasticsearch domain's service software.

§
SnapshotOptions?: SnapshotOptions | null
[src]

Specifies the status of the SnapshotOptions

§
UpgradeProcessing?: boolean | null
[src]

The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.

§
VPCOptions?: VPCDerivedInfo | null
[src]

The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.