GetCustomRoutingAcceleratorPlainArgs

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

A collection of arguments for invoking getCustomRoutingAccelerator.

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 custom routing accelerator.

Link copied to clipboard
val name: String? = null

Unique name of the custom routing accelerator.

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

Functions

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