Terraform data source for managing an AWS SSM Contacts Contact Channel.
data "aws_ssmcontacts_contact_channel" "example" {
arn = "arn:aws:ssm-contacts:us-west-2:123456789012:contact-channel/example"
}
The following arguments are required:
arn
- Amazon Resource Name (ARN) of the contact channel.This data source exports the following attributes in addition to the arguments above:
activation_status
- Whether the contact channel is activated.
contact_id
- Amazon Resource Name (ARN) of the AWS SSM Contact that the contact channel belongs to.
delivery_address
- Details used to engage the contact channel.
name
- Name of the contact channel.
type
- Type of the contact channel.