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
fun ContactArgs(alias: Output<String>? = null, displayName: Output<String>? = null, plan: Output<List<ContactStageArgs>>? = null, type: Output<ContactType>? = null)