Contact Args
data class ContactArgs(val alias: Output<String>? = null, val displayName: Output<String>? = null, val plan: Output<List<ContactStageArgs>>? = null, val type: Output<ContactType>? = null) : ConvertibleToJava<ContactArgs>
Resource Type definition for AWS::SSMContacts::Contact
Constructors
Link copied to clipboard
constructor(alias: Output<String>? = null, displayName: Output<String>? = null, plan: Output<List<ContactStageArgs>>? = null, type: Output<ContactType>? = null)
Properties
Link copied to clipboard
Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.
Link copied to clipboard
The stages that an escalation plan or engagement plan engages contacts and contact methods in.
Link copied to clipboard
Contact type, which specify type of contact. Currently supported values: "PERSONAL", "SHARED", "OTHER".