accelerator
Gets an individual accelerator
resource
Overview
Name | accelerator |
Type | Resource |
Description | accelerator |
Id | awscc.globalaccelerator.accelerator |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name,
ip_address_type,
ip_addresses,
enabled,
dns_name,
ipv4_addresses,
ipv6_addresses,
dual_stack_dns_name,
accelerator_arn,
tags
FROM awscc.globalaccelerator.accelerator
WHERE data__Identifier = '<AcceleratorArn>';
Permissions
To operate on the accelerator
resource, the following permissions are required:
Read
globalaccelerator:DescribeAccelerator
Update
globalaccelerator:UpdateAccelerator,
globalaccelerator:TagResource,
globalaccelerator:UntagResource,
globalaccelerator:DescribeAccelerator
Delete
globalaccelerator:UpdateAccelerator,
globalaccelerator:DeleteAccelerator,
globalaccelerator:DescribeAccelerator