accelerators
Retrieves a list of accelerators
in a region
Overview
Name | accelerators |
Type | Resource |
Description | accelerators |
Id | awscc.globalaccelerator.accelerators |
Fields
Name | Datatype | Description |
---|---|---|
accelerator_arn | string | The Amazon Resource Name (ARN) of the accelerator. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
accelerator_arn
FROM awscc.globalaccelerator.accelerators
Permissions
To operate on the accelerators
resource, the following permissions are required:
Create
globalaccelerator:CreateAccelerator,
globalaccelerator:DescribeAccelerator,
globalaccelerator:TagResource
List
globalaccelerator:ListAccelerators