UpdateDomainConfigRequest

Container for the request parameters to the UpdateDomain operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identity and Access Management (IAM) access policy as a JSON-formatted string.

Link copied to clipboard

Key-value pairs to specify advanced configuration options. The following key-value pairs are supported:

Link copied to clipboard

Options for fine-grained access control.

Link copied to clipboard

Options for all machine learning features for the specified domain.

Link copied to clipboard

Options for Auto-Tune.

Link copied to clipboard

Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances.

Link copied to clipboard

Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards.

Link copied to clipboard

Additional options for the domain endpoint, such as whether to require HTTPS for all traffic.

Link copied to clipboard

The name of the domain that you're updating.

Link copied to clipboard

This flag, when set to True, specifies whether the UpdateDomain request should return the results of a dry run analysis without actually applying the change. A dry run determines what type of deployment the update will cause.

Link copied to clipboard

The type of dry run to perform.

Link copied to clipboard

The type and size of the EBS volume to attach to instances in the domain.

Link copied to clipboard

Encryption at rest options for the domain.

Link copied to clipboard

Configuration settings for enabling and managing IAM Identity Center.

Link copied to clipboard

Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it.

Link copied to clipboard

Options to publish OpenSearch logs to Amazon CloudWatch Logs.

Link copied to clipboard

Node-to-node encryption options for the domain.

Link copied to clipboard

Off-peak window options for the domain.

Link copied to clipboard

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

Link copied to clipboard

Service software update options for the domain.

Link copied to clipboard

Options to specify the subnets and security groups for a VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String