AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateElasticsearchDomainConfig operation. Modifies the cluster configuration of the specified Elasticsearch domain, setting as setting the instance type and the number of instances.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Elasticsearch.AmazonElasticsearchRequest
      Amazon.Elasticsearch.Model.UpdateElasticsearchDomainConfigRequest

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateElasticsearchDomainConfigRequest : AmazonElasticsearchRequest
         IAmazonWebServiceRequest

The UpdateElasticsearchDomainConfigRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessPolicies System.String

Gets and sets the property AccessPolicies.

IAM access policy as a JSON-formatted string.

Public Property AdvancedOptions System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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.

Public Property AdvancedSecurityOptions Amazon.Elasticsearch.Model.AdvancedSecurityOptionsInput

Gets and sets the property AdvancedSecurityOptions.

Specifies advanced security options.

Public Property AutoTuneOptions Amazon.Elasticsearch.Model.AutoTuneOptions

Gets and sets the property AutoTuneOptions.

Specifies Auto-Tune options.

Public Property CognitoOptions Amazon.Elasticsearch.Model.CognitoOptions

Gets and sets the property CognitoOptions.

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

Public Property DomainEndpointOptions Amazon.Elasticsearch.Model.DomainEndpointOptions

Gets and sets the property DomainEndpointOptions.

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

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the Elasticsearch domain that you are updating.

Public Property DryRun System.Boolean

Gets and sets the property 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.

Public Property EBSOptions Amazon.Elasticsearch.Model.EBSOptions

Gets and sets the property EBSOptions.

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

Public Property ElasticsearchClusterConfig Amazon.Elasticsearch.Model.ElasticsearchClusterConfig

Gets and sets the property ElasticsearchClusterConfig.

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

Public Property EncryptionAtRestOptions Amazon.Elasticsearch.Model.EncryptionAtRestOptions

Gets and sets the property EncryptionAtRestOptions.

Specifies the Encryption At Rest Options.

Public Property LogPublishingOptions System.Collections.Generic.Dictionary<System.String, Amazon.Elasticsearch.Model.LogPublishingOption>

Gets and sets the property LogPublishingOptions.

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

Public Property NodeToNodeEncryptionOptions Amazon.Elasticsearch.Model.NodeToNodeEncryptionOptions

Gets and sets the property NodeToNodeEncryptionOptions.

Specifies the NodeToNodeEncryptionOptions.

Public Property SnapshotOptions Amazon.Elasticsearch.Model.SnapshotOptions

Gets and sets the property SnapshotOptions.

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

Public Property VPCOptions Amazon.Elasticsearch.Model.VPCOptions

Gets and sets the property 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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5