DescribeNotificationRuleResult
public struct DescribeNotificationRuleResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the notification rule.
Declaration
Swift
public let arn: String
-
The name or email alias of the person who created the notification rule.
Declaration
Swift
public let createdBy: String?
-
The date and time the notification rule was created, in timestamp format.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The level of detail included in the notifications for this resource. BASIC will include only the contents of the event as it would appear in AWS 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.
Declaration
Swift
public let detailType: DetailType?
-
A list of the event types associated with the notification rule.
Declaration
Swift
public let eventTypes: [EventTypeSummary]?
-
The date and time the notification rule was most recently updated, in timestamp format.
Declaration
Swift
public let lastModifiedTimestamp: TimeStamp?
-
The name of the notification rule.
Declaration
Swift
public let name: String?
-
The Amazon Resource Name (ARN) of the resource associated with the notification rule.
Declaration
Swift
public let resource: String?
-
The status of the notification rule. Valid statuses are on (sending notifications) or off (not sending notifications).
Declaration
Swift
public let status: NotificationRuleStatus?
-
The tags associated with the notification rule.
Declaration
Swift
public let tags: [String : String]?
-
A list of the SNS topics associated with the notification rule.
Declaration
Swift
public let targets: [TargetSummary]?
-
init(arn:createdBy:createdTimestamp:detailType:eventTypes:lastModifiedTimestamp:name:resource:status:tags:targets:)
Undocumented
Declaration
Swift
public init(arn: String, createdBy: String? = nil, createdTimestamp: TimeStamp? = nil, detailType: DetailType? = nil, eventTypes: [EventTypeSummary]? = nil, lastModifiedTimestamp: TimeStamp? = nil, name: String? = nil, resource: String? = nil, status: NotificationRuleStatus? = nil, tags: [String : String]? = nil, targets: [TargetSummary]? = nil)