GetContactPlainArgs

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

A collection of arguments for invoking getContact.

Constructors

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

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the contact or escalation plan.

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

Map of tags to assign to the resource.

Functions

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