GetAcceleratorPlainArgs

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

A collection of arguments for invoking getAccelerator.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String? = null

Full ARN of the Global Accelerator.

Link copied to clipboard
val name: String? = null

Unique name of the Global Accelerator.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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