Accelerator Args
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<AcceleratorTagArgs>>? = null) : ConvertibleToJava<AcceleratorArgs>
Resource Type definition for AWS::GlobalAccelerator::Accelerator
Constructors
Link copied to clipboard
fun AcceleratorArgs(enabled: Output<Boolean>? = null, ipAddressType: Output<AcceleratorIpAddressType>? = null, ipAddresses: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<List<AcceleratorTagArgs>>? = null)