AcceleratorArgs

data class AcceleratorArgs(val enabled: Output<Boolean>? = null, val ipAddressType: Output<AcceleratorIpAddressType>? = null, val ipAddresses: Output<List<String>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AcceleratorArgs>

Resource Type definition for AWS::GlobalAccelerator::Accelerator

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, ipAddressType: Output<AcceleratorIpAddressType>? = null, ipAddresses: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

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

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

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

The IP addresses from BYOIP Prefix pool.

Link copied to clipboard

IP Address type.

Link copied to clipboard
val name: Output<String>? = null

Name of accelerator.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AcceleratorArgs