GetRegionPlainArgs

data class GetRegionPlainArgs(val endpoint: String? = null, val name: String? = null) : ConvertibleToJava<GetRegionPlainArgs>

A collection of arguments for invoking getRegion.

Constructors

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

Properties

Link copied to clipboard
val endpoint: String? = null

EC2 endpoint of the region to select.

Link copied to clipboard
val name: String? = null

Full name of the region to select.

Functions

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