Skip to main content

accelerators_list_only

Lists accelerators in a region or regions, for all properties use accelerators

Overview

Nameaccelerators_list_only
TypeResource
DescriptionResource Type definition for AWS::GlobalAccelerator::Accelerator
Idaws.globalaccelerator.accelerators_list_only

Fields

NameDatatypeDescription
namestringName of accelerator.
ip_address_typestringIP Address type.
ip_addressesarrayThe IP addresses from BYOIP Prefix pool.
enabledbooleanIndicates whether an accelerator is enabled. The value is true or false.
dns_namestringThe Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 addresses.
ipv4_addressesarrayThe IPv4 addresses assigned to the accelerator.
ipv6_addressesarrayThe IPv6 addresses assigned if the accelerator is dualstack
dual_stack_dns_namestringThe Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 and IPv6 addresses.
accelerator_arnstringThe Amazon Resource Name (ARN) of the accelerator.
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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