GetNotificationRuleResult

data class GetNotificationRuleResult(val arn: String? = null, val createdBy: String? = null, val detailType: NotificationRuleDetailType? = null, val eventTypeIds: List<String>? = null, val name: String? = null, val status: NotificationRuleStatus? = null, val tags: Map<String, String>? = null, val targets: List<NotificationRuleTarget>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdBy: String? = null, detailType: NotificationRuleDetailType? = null, eventTypeIds: List<String>? = null, name: String? = null, status: NotificationRuleStatus? = null, tags: Map<String, String>? = null, targets: List<NotificationRuleTarget>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) of the notification rule.

Link copied to clipboard
val createdBy: String? = null

The name or email alias of the person who created the notification rule.

Link copied to clipboard

The level of detail to include in the notifications for this resource. BASIC will include only the contents of the event as it would appear in Amazon CloudWatch. FULL will include any supplemental information provided by AWS CodeStar Notifications and/or the service for the resource for which the notification is created.

Link copied to clipboard
val eventTypeIds: List<String>? = null

A list of event types associated with this notification rule. For a complete list of event types and IDs, see Notification concepts in the Developer Tools Console User Guide .

Link copied to clipboard
val name: String? = null

The name for the notification rule. Notification rule names must be unique in your AWS account .

Link copied to clipboard

The status of the notification rule. The default value is ENABLED . If the status is set to DISABLED , notifications aren't sent for the notification rule.

Link copied to clipboard
val tags: Map<String, String>? = null

A list of tags to apply to this notification rule. Key names cannot start with " aws ".

Link copied to clipboard

A list of Amazon Resource Names (ARNs) of Amazon SNS topics and AWS Chatbot clients to associate with the notification rule.