Accelerator

class Accelerator : KotlinCustomResource

Resource Type definition for AWS::GlobalAccelerator::Accelerator

Properties

Link copied to clipboard
val acceleratorArn: Output<String>

The Amazon Resource Name (ARN) of the accelerator.

Link copied to clipboard
val dnsName: Output<String>

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 addresses.

Link copied to clipboard

The Domain Name System (DNS) name that Global Accelerator creates that points to your accelerator's static IPv4 and IPv6 addresses.

Link copied to clipboard
val enabled: Output<Boolean>?

Indicates whether an accelerator is enabled. The value is true or false.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipAddresses: Output<List<String>>?

The IP addresses from BYOIP Prefix pool.

Link copied to clipboard

IP Address type.

Link copied to clipboard
val ipv4Addresses: Output<List<String>>

The IPv4 addresses assigned to the accelerator.

Link copied to clipboard
val ipv6Addresses: Output<List<String>>

The IPv6 addresses assigned if the accelerator is dualstack

Link copied to clipboard
val name: Output<String>

Name of accelerator.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Create tags for an accelerator. For more information, see Tagging in the AWS Global Accelerator Developer Guide .

Link copied to clipboard
val urn: Output<String>