GetServerPlainArgs

data class GetServerPlainArgs(val serverName: String) : ConvertibleToJava<GetServerPlainArgs>

Constructors

Link copied to clipboard
constructor(serverName: String)

Properties

Link copied to clipboard

The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.

Functions

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