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 |
---|---|---|
accelerator_arn | string | The Amazon Resource Name (ARN) of the accelerator. |
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