Values.UpdateElasticsearchDomainConfigRequestSourceContainer for the parameters to the UpdateElasticsearchDomain operation. Specifies the type and number of instances in the domain cluster.
type nonrec t = {domainName : DomainName.t;The name of the Elasticsearch domain that you are updating.
*)elasticsearchClusterConfig : ElasticsearchClusterConfig.t option;The type and number of instances to instantiate for the domain cluster.
*)eBSOptions : EBSOptions.t option;Specify the type and size of the EBS volume that you want to use.
*)snapshotOptions : SnapshotOptions.t option;Option to set the time, in UTC format, for 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.
*)advancedOptions : AdvancedOptions.t option;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 : PolicyDocument.t option;IAM access policy as a JSON-formatted string.
*)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.
*)nodeToNodeEncryptionOptions : NodeToNodeEncryptionOptions.t option;Specifies the NodeToNodeEncryptionOptions.
*)encryptionAtRestOptions : EncryptionAtRestOptions.t option;Specifies the Encryption At Rest Options.
*)autoTuneOptions : AutoTuneOptions.t option;Specifies Auto-Tune options.
*)dryRun : DryRun.t option;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.
*)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 :
?elasticsearchClusterConfig:??? ->
?eBSOptions:??? ->
?snapshotOptions:??? ->
?vPCOptions:??? ->
?cognitoOptions:??? ->
?advancedOptions:??? ->
?accessPolicies:??? ->
?logPublishingOptions:??? ->
?domainEndpointOptions:??? ->
?advancedSecurityOptions:??? ->
?nodeToNodeEncryptionOptions:??? ->
?encryptionAtRestOptions:??? ->
?autoTuneOptions:??? ->
?dryRun:??? ->
?deploymentStrategyOptions:??? ->
?automatedSnapshotPauseOptions:??? ->
domainName:DomainName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of DryRun.t
| `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 ]