aws.cloudsearch.describe_availability_options
Example SQL Queries
SELECT * FROMaws.cloudsearch.describe_availability_optionsWHERE"domain_name" = 'VALUE';Description
Gets the availability options configured for a domain. By default, shows the configuration with any pending changes. Set the Deployed option to true to show the active configuration and exclude pending changes. For more information, see Configuring Availability Options in the Amazon CloudSearch Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain you want to describe. | VARCHAR |
| deployed Input Column Whether to display the deployed configuration (true) or include any pending changes (false). Defaults to false. | BOOLEAN |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| availability_options The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain. | STRUCT( |
Show child fields
| |