View source: R/opensearchservice_operations.R
opensearchservice_update_domain_config | R Documentation |
Modifies the cluster configuration of the specified Amazon OpenSearch Service domain.
See https://www.paws-r-sdk.com/docs/opensearchservice_update_domain_config/ for full documentation.
opensearchservice_update_domain_config(
DomainName,
ClusterConfig = NULL,
EBSOptions = NULL,
SnapshotOptions = NULL,
VPCOptions = NULL,
CognitoOptions = NULL,
AdvancedOptions = NULL,
AccessPolicies = NULL,
IPAddressType = NULL,
LogPublishingOptions = NULL,
EncryptionAtRestOptions = NULL,
DomainEndpointOptions = NULL,
NodeToNodeEncryptionOptions = NULL,
AdvancedSecurityOptions = NULL,
IdentityCenterOptions = NULL,
AutoTuneOptions = NULL,
DryRun = NULL,
DryRunMode = NULL,
OffPeakWindowOptions = NULL,
SoftwareUpdateOptions = NULL,
AIMLOptions = NULL
)
DomainName |
[required] The name of the domain that you're updating. |
ClusterConfig |
Changes that you want to make to the cluster configuration, such as the instance type and number of EC2 instances. |
EBSOptions |
The type and size of the EBS volume to attach to instances in the domain. |
SnapshotOptions |
Option to set the time, in UTC format, for the daily automated snapshot.
Default value is |
VPCOptions |
Options to specify the subnets and security groups for a VPC endpoint. For more information, see Launching your Amazon OpenSearch Service domains using a VPC. |
CognitoOptions |
Key-value pairs to configure Amazon Cognito authentication for OpenSearch Dashboards. |
AdvancedOptions |
Key-value pairs to specify advanced configuration options. The following key-value pairs are supported:
For more information, see Advanced cluster parameters. |
AccessPolicies |
Identity and Access Management (IAM) access policy as a JSON-formatted string. |
IPAddressType |
Specify either dual stack or IPv4 as your IP address type. Dual stack allows you to share domain resources across IPv4 and IPv6 address types, and is the recommended option. If your IP address type is currently set to dual stack, you can't change it. |
LogPublishingOptions |
Options to publish OpenSearch logs to Amazon CloudWatch Logs. |
EncryptionAtRestOptions |
Encryption at rest options for the domain. |
DomainEndpointOptions |
Additional options for the domain endpoint, such as whether to require HTTPS for all traffic. |
NodeToNodeEncryptionOptions |
Node-to-node encryption options for the domain. |
AdvancedSecurityOptions |
Options for fine-grained access control. |
IdentityCenterOptions |
|
AutoTuneOptions |
Options for Auto-Tune. |
DryRun |
This flag, when set to True, specifies whether the |
DryRunMode |
The type of dry run to perform.
|
OffPeakWindowOptions |
Off-peak window options for the domain. |
SoftwareUpdateOptions |
Service software update options for the domain. |
AIMLOptions |
Options for all machine learning features for the specified domain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.