domain_names_list_only
Lists domain_names
in a region or regions, for all properties use domain_names
Overview
Name | domain_names_list_only |
Type | Resource |
Description | Resource Type definition for AWS::ApiGateway::DomainName. |
Id | aws.apigateway.domain_names_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | |
distribution_domain_name | string | |
distribution_hosted_zone_id | string | |
endpoint_configuration | object | The EndpointConfiguration property type specifies the endpoint types of a REST API.EndpointConfiguration is a property of the [AWS::ApiGateway::RestApi](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html) resource. |
mutual_tls_authentication | object | |
regional_domain_name | string | |
regional_hosted_zone_id | string | |
certificate_arn | string | |
regional_certificate_arn | string | |
ownership_verification_certificate_arn | string | |
security_policy | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all domain_names
in a region.
SELECT
region,
domain_name
FROM aws.apigateway.domain_names_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domain_names_list_only
resource, see domain_names