GetSinkPlainArgs

data class GetSinkPlainArgs(val sinkIdentifier: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSinkPlainArgs>

A collection of arguments for invoking getSink.

Constructors

Link copied to clipboard
constructor(sinkIdentifier: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

ARN of the sink.

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

Tags assigned to the sink.

Functions

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