accelerator_tags
Expands all tag keys and values for accelerators
in a region
Overview
Name | accelerator_tags |
Type | Resource |
Description | Resource Type definition for AWS::GlobalAccelerator::Accelerator |
Id | aws.globalaccelerator.accelerator_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of accelerator. |
ip_address_type | string | IP Address type. |
ip_addresses | array | The IP addresses from BYOIP Prefix pool. |
enabled | boolean | Indicates whether an accelerator is enabled. The value is true or false. |
dns_name | string | The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 addresses. |
ipv4_addresses | array | The IPv4 addresses assigned to the accelerator. |
ipv6_addresses | array | The IPv6 addresses assigned if the accelerator is dualstack |
dual_stack_dns_name | string | The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 and IPv6 addresses. |
accelerator_arn | string | The Amazon Resource Name (ARN) of the accelerator. |
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 accelerators
in a region.
SELECT
region,
name,
ip_address_type,
ip_addresses,
enabled,
dns_name,
ipv4_addresses,
ipv6_addresses,
dual_stack_dns_name,
accelerator_arn,
tag_key,
tag_value
FROM aws.globalaccelerator.accelerator_tags
;
Permissions
For permissions required to operate on the accelerator_tags
resource, see accelerators