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 CreateElasticsearchDomain operation. Creates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateElasticsearchDomainRequest : AmazonElasticsearchRequest
         IAmazonWebServiceRequest

The CreateElasticsearchDomainRequest 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.

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.AutoTuneOptionsInput

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 creating. Domain names are unique across the domains owned by an account within an AWS region. Domain names must start with a lowercase letter and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

Public Property EBSOptions Amazon.Elasticsearch.Model.EBSOptions

Gets and sets the property EBSOptions.

Options to enable, disable and specify the type and size of EBS storage volumes.

Public Property ElasticsearchClusterConfig Amazon.Elasticsearch.Model.ElasticsearchClusterConfig

Gets and sets the property ElasticsearchClusterConfig.

Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.

Public Property ElasticsearchVersion System.String

Gets and sets the property ElasticsearchVersion.

String of format X.Y to specify version for the Elasticsearch domain eg. "1.5" or "2.3". For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.

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 time, in UTC format, of the daily automated snapshot. Default value is 0 hours.

Public Property TagList System.Collections.Generic.List<Amazon.Elasticsearch.Model.Tag>

Gets and sets the property TagList.

A list of Tag added during domain creation.

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