SnsConfiguration

Contains information about the SNS topic to which you want to send your alerts and the IAM role that has access to that topic.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the IAM role that has access to the target SNS topic.

Link copied to clipboard

The format of the SNS topic.

Link copied to clipboard

The ARN of the target SNS topic.

Functions

Link copied to clipboard
inline fun copy(block: SnsConfiguration.Builder.() -> Unit = {}): SnsConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String