SnsTopicArn

data class SnsTopicArn(val value: String) : NotificationTargetItem

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

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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.