PutNotificationConfigurationType

public struct PutNotificationConfigurationType : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Auto Scaling group.

    Declaration

    Swift

    public let autoScalingGroupName: String
  • The type of event that causes the notification to be sent. To query the notification types supported by Amazon EC2 Auto Scaling, call the DescribeAutoScalingNotificationTypes API.

    Declaration

    Swift

    public let notificationTypes: [String]
  • The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (Amazon SNS) topic.

    Declaration

    Swift

    public let topicARN: String
  • Undocumented

    Declaration

    Swift

    public init(autoScalingGroupName: String, notificationTypes: [String], topicARN: String)
  • Declaration

    Swift

    public func validate(name: String) throws