StopAction
public struct StopAction : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The scope of the StopAction. The only acceptable value is RuleSet.
Declaration
Swift
public let scope: StopScope
-
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
Declaration
Swift
public let topicArn: String?
-
Undocumented
Declaration
Swift
public init(scope: StopScope, topicArn: String? = nil)