GetContactResult

data class GetContactResult(val alias: String, val arn: String, val displayName: String, val id: String, val tags: Map<String, String>, val type: String)

A collection of values returned by getContact.

Constructors

Link copied to clipboard
constructor(alias: String, arn: String, displayName: String, id: String, tags: Map<String, String>, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique and identifiable alias of the contact or escalation plan.

Link copied to clipboard
val arn: String
Link copied to clipboard

Full friendly name of the contact or escalation plan.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Map of tags to assign to the resource.

Link copied to clipboard

The type of contact engaged. A single contact is type PERSONAL and an escalation plan is type ESCALATION.