Values.CreateElasticsearchDomainRequestSourceCreates a new Elasticsearch domain. For more information, see Creating Elasticsearch Domains in the Amazon Elasticsearch Service Developer Guide.
type nonrec t = {domainName : DomainName.t;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).
*)elasticsearchVersion : ElasticsearchVersionString.t option;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.
*)elasticsearchClusterConfig : ElasticsearchClusterConfig.t option;Configuration options for an Elasticsearch domain. Specifies the instance type and number of instances in the domain cluster.
*)eBSOptions : EBSOptions.t option;Options to enable, disable and specify the type and size of EBS storage volumes.
*)accessPolicies : PolicyDocument.t option;IAM access policy as a JSON-formatted string.
*)snapshotOptions : SnapshotOptions.t option;Option to set time, in UTC format, of the daily automated snapshot. Default value is 0 hours.
*)vPCOptions : VPCOptions.t option;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 : CognitoOptions.t option;Options to specify the Cognito user and identity pools for Kibana authentication. For more information, see Amazon Cognito Authentication for Kibana.
*)encryptionAtRestOptions : EncryptionAtRestOptions.t option;Specifies the Encryption At Rest Options.
*)nodeToNodeEncryptionOptions : NodeToNodeEncryptionOptions.t option;Specifies the NodeToNodeEncryptionOptions.
*)advancedOptions : AdvancedOptions.t option;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.
*)logPublishingOptions : LogPublishingOptions.t option;Map of LogType and LogPublishingOption, each containing options to publish a given type of Elasticsearch log.
*)domainEndpointOptions : DomainEndpointOptions.t option;Options to specify configuration that will be applied to the domain endpoint.
*)advancedSecurityOptions : AdvancedSecurityOptionsInput.t option;Specifies advanced security options.
*)autoTuneOptions : AutoTuneOptionsInput.t option;Specifies Auto-Tune options.
*)tagList : TagList.t option;A list of Tag added during domain creation.
*)deploymentStrategyOptions : DeploymentStrategyOptions.t option;Specifies the deployment strategy options.
*)automatedSnapshotPauseOptions : AutomatedSnapshotPauseRequestOptions.t option;Specifies the automated snapshot pause options for the domain. Suspending snapshots reduces data protection. You cannot restore your domain to points in time when snapshots are suspended. Use this feature only for short-term operational needs such as migrations or maintenance windows. Maximum suspension duration: 3 days.
*)}val make :
?elasticsearchVersion:??? ->
?elasticsearchClusterConfig:??? ->
?eBSOptions:??? ->
?accessPolicies:??? ->
?snapshotOptions:??? ->
?vPCOptions:??? ->
?cognitoOptions:??? ->
?encryptionAtRestOptions:??? ->
?nodeToNodeEncryptionOptions:??? ->
?advancedOptions:??? ->
?logPublishingOptions:??? ->
?domainEndpointOptions:??? ->
?advancedSecurityOptions:??? ->
?autoTuneOptions:??? ->
?tagList:??? ->
?deploymentStrategyOptions:??? ->
?automatedSnapshotPauseOptions:??? ->
domainName:DomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `Map of
([> `Enum of string | `String of String_.t ]
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of CloudWatchLogsLogGroupArn.t ])
list ])
list
| `String of DomainName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of IntegerClass.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Enum of string | `Long of DurationValue.t ])
list
| `Timestamp of StartAt.t ])
list ]
list
| `String of UserPoolId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of IntegerClass.t
| `String of ARN.t
| `Structure of
(string * [> `String of SAMLMetadata.t ]) list ])
list
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]