elasticsearchservice_update_elasticsearch_domain_config: Modifies the cluster configuration of the specified...

View source: R/elasticsearchservice_operations.R

elasticsearchservice_update_elasticsearch_domain_configR Documentation

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances

Description

Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

See https://www.paws-r-sdk.com/docs/elasticsearchservice_update_elasticsearch_domain_config/ for full documentation.

Usage

elasticsearchservice_update_elasticsearch_domain_config(
  DomainName,
  ElasticsearchClusterConfig = NULL,
  EBSOptions = NULL,
  SnapshotOptions = NULL,
  VPCOptions = NULL,
  CognitoOptions = NULL,
  AdvancedOptions = NULL,
  AccessPolicies = NULL,
  LogPublishingOptions = NULL,
  DomainEndpointOptions = NULL,
  AdvancedSecurityOptions = NULL,
  NodeToNodeEncryptionOptions = NULL,
  EncryptionAtRestOptions = NULL,
  AutoTuneOptions = NULL,
  DryRun = NULL
)

Arguments

DomainName

[required] The name of the Elasticsearch domain that you are updating.

ElasticsearchClusterConfig

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

EBSOptions

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

SnapshotOptions

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

VPCOptions

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

CognitoOptions

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

AdvancedOptions

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.

AccessPolicies

IAM access policy as a JSON-formatted string.

LogPublishingOptions

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

DomainEndpointOptions

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

AdvancedSecurityOptions

Specifies advanced security options.

NodeToNodeEncryptionOptions

Specifies the NodeToNodeEncryptionOptions.

EncryptionAtRestOptions

Specifies the Encryption At Rest Options.

AutoTuneOptions

Specifies Auto-Tune options.

DryRun

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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.