GetConnectionPlainArgs

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

A collection of arguments for invoking getConnection.

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

CodeStar Connection ARN.

Link copied to clipboard
val name: String? = null

CodeStar Connection name.

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

Map of key-value resource tags to associate with the resource.

Functions

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