GetAcceleratorPlainArgs

data class GetAcceleratorPlainArgs(val arn: String? = null, val id: String? = null, val name: String? = null) : ConvertibleToJava<GetAcceleratorPlainArgs>

A collection of arguments for invoking getAccelerator.

Constructors

Link copied to clipboard
constructor(arn: String? = null, id: String? = null, name: String? = null)

Properties

Link copied to clipboard
val arn: String? = null

Full ARN of the Global Accelerator.

Link copied to clipboard
val id: String? = null
Link copied to clipboard
val name: String? = null

Unique name of the Global Accelerator.

Functions

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