AcceleratorArgs

fun AcceleratorArgs(enabled: Output<Boolean>? = null, ipAddressType: Output<AcceleratorIpAddressType>? = null, ipAddresses: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<List<AcceleratorTagArgs>>? = null)