domain_name_v2_tags
Expands all tag keys and values for domain_name_v2s
in a region
Overview
Name | domain_name_v2_tags |
Type | Resource |
Description | Resource Type definition for AWS::ApiGateway::DomainNameV2. |
Id | aws.apigateway.domain_name_v2_tags |
Fields
Name | Datatype | Description |
---|---|---|
certificate_arn | string | |
domain_name | 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. |
security_policy | string | |
policy | object | |
domain_name_id | string | |
domain_name_arn | string | The amazon resource name (ARN) of the domain name resource. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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