NotificationTargetItem

The SNS targets that are notified when updates are made to an incident.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
data class SnsTopicArn(val value: String) : NotificationTargetItem

The Amazon Resource Name (ARN) of the SNS topic.

Functions

Link copied to clipboard

Casts this NotificationTargetItem as a SnsTopicArn and retrieves its kotlin.String value. Throws an exception if the NotificationTargetItem is not a SnsTopicArn.

Link copied to clipboard

Casts this NotificationTargetItem as a SnsTopicArn and retrieves its kotlin.String value. Returns null if the NotificationTargetItem is not a SnsTopicArn.