accelerators_list_only
Lists accelerators
in a region or regions, for all properties use accelerators
Overview
Name | accelerators_list_only |
Type | Resource |
Description | Resource Type definition for AWS::GlobalAccelerator::Accelerator |
Id | aws.globalaccelerator.accelerators_list_only |
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. |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all accelerators
in a region.
SELECT
region,
accelerator_arn
FROM aws.globalaccelerator.accelerators_list_only
;
Permissions
For permissions required to operate on the accelerators_list_only
resource, see accelerators