---
type: resource-type
title: Accelerator
description: aws resource type AWS::GlobalAccelerator::Accelerator
name: Accelerator
lexicon: aws
resource_type: AWS::GlobalAccelerator::Accelerator
---
`AWS::GlobalAccelerator::Accelerator`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required): Name of accelerator.
- `AcceleratorArn` (`string`, optional): The Amazon Resource Name (ARN) of the accelerator.
- `DnsName` (`string`, optional): The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 addresses.
- `DualStackDnsName` (`string`, optional): The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 and IPv6 addresses.
- `Enabled` (`boolean`, optional): Indicates whether an accelerator is enabled. The value is true or false.
- `FlowLogsEnabled` (`boolean`, optional): Indicates whether flow logs are enabled for the accelerator.
- `FlowLogsS3Bucket` (`string`, optional): The name of the Amazon S3 bucket for the flow logs.
- `FlowLogsS3Prefix` (`string`, optional): The prefix for the location in the Amazon S3 bucket for the flow logs.
- `IpAddresses` (`string[]`, optional): The IP addresses from BYOIP Prefix pool.
- `IpAddressType` (`"DUAL_STACK" | "IPV4"`, optional): IP Address type.
- `Ipv4Addresses` (`string[]`, optional): The IPv4 addresses assigned to the accelerator.
- `Ipv6Addresses` (`string[]`, optional): The IPv6 addresses assigned if the accelerator is dualstack
- `Tags` (`Accelerator_Tag[]`, optional)

## Attributes

- `AcceleratorArn`
- `DnsName`
- `DualStackDnsName`
- `Ipv4Addresses`
- `Ipv6Addresses`
