aws.cloudsearch.describe_domain_endpoint_options
Example SQL Queries
SELECT * FROMaws.cloudsearch.describe_domain_endpoint_optionsWHERE"domain_name" = 'VALUE';Description
Returns the domain's endpoint options, specifically whether all requests to the domain must arrive over HTTPS. For more information, see Configuring Domain Endpoint Options in the Amazon CloudSearch Developer Guide.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column A string that represents the name of a domain. | VARCHAR |
| deployed Input Column Whether to retrieve the latest configuration (which might be in a Processing state) or the current, active configuration. 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 |
| domain_endpoint_options The status and configuration of a search domain's endpoint options. | STRUCT( |
Show child fields
| |