Skip to main content

domain_name_v2_tags

Expands all tag keys and values for domain_name_v2s in a region

Overview

Namedomain_name_v2_tags
TypeResource
DescriptionResource Type definition for AWS::ApiGateway::DomainNameV2.
Idaws.apigateway.domain_name_v2_tags

Fields

NameDatatypeDescription
certificate_arnstring
domain_namestring
endpoint_configurationobjectThe 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.
security_policystring
policyobject
domain_name_idstring
domain_name_arnstringThe amazon resource name (ARN) of the domain name resource.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all domain_name_v2s in a region.

SELECT
region,
certificate_arn,
domain_name,
endpoint_configuration,
security_policy,
policy,
domain_name_id,
domain_name_arn,
tag_key,
tag_value
FROM aws.apigateway.domain_name_v2_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the domain_name_v2_tags resource, see domain_name_v2s