Resource Type definition for AWS::SSMContacts::Contact
alias
(String) Alias of the contact. String value with 20 to 256 characters. Only alphabetical, numeric characters, dash, or underscore allowed.display_name
(String) Name of the contact. String value with 3 to 256 characters. Only alphabetical, space, numeric characters, dash, or underscore allowed.type
(String) Contact type, which specify type of contact. Currently supported values: ?PERSONAL?, ?SHARED?, ?OTHER?.plan
(Attributes List) The stages that an escalation plan or engagement plan engages contacts and contact methods in. (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the contact.id
(String) Uniquely identifies the resource.plan
Optional:
duration_in_minutes
(Number) The time to wait until beginning the next stage.rotation_ids
(List of String) List of Rotation Ids to associate with Contacttargets
(Attributes List) The contacts or contact methods that the escalation plan or engagement plan is engaging. (see below for nested schema)plan.targets
Optional:
channel_target_info
(Attributes) Information about the contact channel that SSM Incident Manager uses to engage the contact. (see below for nested schema)contact_target_info
(Attributes) The contact that SSM Incident Manager is engaging during an incident. (see below for nested schema)plan.targets.channel_target_info
Required:
channel_id
(String) The Amazon Resource Name (ARN) of the contact channel.retry_interval_in_minutes
(Number) The number of minutes to wait to retry sending engagement in the case the engagement initially fails.plan.targets.contact_target_info
Required:
contact_id
(String) The Amazon Resource Name (ARN) of the contact.is_essential
(Boolean) A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan.Import is supported using the following syntax:
$ terraform import awscc_ssmcontacts_contact.example <resource ID>