ModifyEventSubscriptionMessage
public struct ModifyEventSubscriptionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A Boolean value; set to true to activate the subscription.
Declaration
Swift
public let enabled: Bool?
-
A list of event categories for a source type that you want to subscribe to. Use the DescribeEventCategories action to see a list of event categories.
Declaration
Swift
public let eventCategories: [String]?
-
The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
Declaration
Swift
public let snsTopicArn: String?
-
The type of AWS DMS resource that generates the events you want to subscribe to. Valid values: replication-instance | replication-task
Declaration
Swift
public let sourceType: String?
-
The name of the AWS DMS event notification subscription to be modified.
Declaration
Swift
public let subscriptionName: String
-
Undocumented
Declaration
Swift
public init(enabled: Bool? = nil, eventCategories: [String]? = nil, snsTopicArn: String? = nil, sourceType: String? = nil, subscriptionName: String)