GetConnectionPlainArgs

data class GetConnectionPlainArgs(val connectionArn: String) : ConvertibleToJava<GetConnectionPlainArgs>

Constructors

Link copied to clipboard
constructor(connectionArn: String)

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the connection. The ARN is used as the connection reference when the connection is shared between AWS services.

Functions

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