Contact

class Contact : KotlinCustomResource

Resource Type definition for AWS::SSMContacts::Contact

Properties

Link copied to clipboard
val alias: Output<String>

Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the contact.

Link copied to clipboard
val displayName: Output<String>

Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val plan: Output<List<ContactStage>>?

The stages that an escalation plan or engagement plan engages contacts and contact methods in.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<ContactType>

Contact type, which specify type of contact. Currently supported values: "PERSONAL", "SHARED", "OTHER".

Link copied to clipboard
val urn: Output<String>