TriggerConfig
public struct TriggerConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The event type or types for which notifications are triggered.
Declaration
Swift
public let triggerEvents: [TriggerEventType]?
-
The name of the notification trigger.
Declaration
Swift
public let triggerName: String?
-
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.
Declaration
Swift
public let triggerTargetArn: String?
-
Undocumented
Declaration
Swift
public init(triggerEvents: [TriggerEventType]? = nil, triggerName: String? = nil, triggerTargetArn: String? = nil)