EventSubscription
public struct EventSubscription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS customer account associated with the RDS event notification subscription.
Declaration
Swift
public let customerAwsId: String?
-
The RDS event notification subscription Id.
Declaration
Swift
public let custSubscriptionId: String?
-
A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
Declaration
Swift
public let enabled: Bool?
-
A list of event categories for the RDS event notification subscription.
Declaration
Swift
public let eventCategoriesList: [String]?
-
The Amazon Resource Name (ARN) for the event subscription.
Declaration
Swift
public let eventSubscriptionArn: String?
-
The topic ARN of the RDS event notification subscription.
Declaration
Swift
public let snsTopicArn: String?
-
A list of source IDs for the RDS event notification subscription.
Declaration
Swift
public let sourceIdsList: [String]?
-
The source type for the RDS event notification subscription.
Declaration
Swift
public let sourceType: String?
-
The status of the RDS event notification subscription. Constraints: Can be one of the following: creating | modifying | deleting | active | no-permission | topic-not-exist The status “no-permission” indicates that RDS no longer has permission to post to the SNS topic. The status “topic-not-exist” indicates that the topic was deleted after the subscription was created.
Declaration
Swift
public let status: String?
-
The time the RDS event notification subscription was created.
Declaration
Swift
public let subscriptionCreationTime: String?
-
init(customerAwsId:custSubscriptionId:enabled:eventCategoriesList:eventSubscriptionArn:snsTopicArn:sourceIdsList:sourceType:status:subscriptionCreationTime:)
Undocumented
Declaration
Swift
public init(customerAwsId: String? = nil, custSubscriptionId: String? = nil, enabled: Bool? = nil, eventCategoriesList: [String]? = nil, eventSubscriptionArn: String? = nil, snsTopicArn: String? = nil, sourceIdsList: [String]? = nil, sourceType: String? = nil, status: String? = nil, subscriptionCreationTime: String? = nil)