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

UpdateElasticsearchDomainConfigRequest

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

Container for the parameters to the "UpdateElasticsearchDomain" operation. Specifies the type and number of instances in the domain cluster.

interface UpdateElasticsearchDomainConfigRequest {
AccessPolicies?: string | null;
AdvancedOptions?: {
[key: string]: string | null | undefined;
}
| null;
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | null;
AutoTuneOptions?: AutoTuneOptions | null;
CognitoOptions?: CognitoOptions | null;
DomainEndpointOptions?: DomainEndpointOptions | null;
DomainName: string;
DryRun?: boolean | null;
EBSOptions?: EBSOptions | null;
ElasticsearchClusterConfig?: ElasticsearchClusterConfig | null;
EncryptionAtRestOptions?: EncryptionAtRestOptions | null;
LogPublishingOptions?: [key in LogType]: LogPublishingOption | null | undefined | null;
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | null;
SnapshotOptions?: SnapshotOptions | null;
VPCOptions?: VPCOptions | null;
}

§Properties

§
AccessPolicies?: string | null
[src]

IAM access policy as a JSON-formatted string.

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

Modifies the advanced option to allow references to indices in an HTTP request body. Must be false when configuring access to individual sub-resources. By default, the value is true. See Configuration Advanced Options for more information.

§
AdvancedSecurityOptions?: AdvancedSecurityOptionsInput | null
[src]

Specifies advanced security options.

§
AutoTuneOptions?: AutoTuneOptions | null
[src]

Specifies Auto-Tune options.

§
CognitoOptions?: CognitoOptions | null
[src]

Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.

§
DomainEndpointOptions?: DomainEndpointOptions | null
[src]

Options to specify configuration that will be applied to the domain endpoint.

§
DomainName: string
[src]

The name of the Elasticsearch domain that you are updating.

§
DryRun?: boolean | null
[src]

This flag, when set to True, specifies whether the UpdateElasticsearchDomain request should return the results of validation checks without actually applying the change. This flag, when set to True, specifies the deployment mechanism through which the update shall be applied on the domain. This will not actually perform the Update.

§
EBSOptions?: EBSOptions | null
[src]

Specify the type and size of the EBS volume that you want to use.

§
ElasticsearchClusterConfig?: ElasticsearchClusterConfig | null
[src]

The type and number of instances to instantiate for the domain cluster.

§
EncryptionAtRestOptions?: EncryptionAtRestOptions | null
[src]

Specifies the Encryption At Rest Options.

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

Map of LogType and LogPublishingOption, each containing options to publish a given type of Elasticsearch log.

§
NodeToNodeEncryptionOptions?: NodeToNodeEncryptionOptions | null
[src]

Specifies the NodeToNodeEncryptionOptions.

§
SnapshotOptions?: SnapshotOptions | null
[src]

Option to set the time, in UTC format, for the daily automated snapshot. Default value is 0 hours.

§
VPCOptions?: VPCOptions | null
[src]

Options to specify the subnets and security groups for VPC endpoint. For more information, see Creating a VPC in VPC Endpoints for Amazon Elasticsearch Service Domains