EventSubscription

public struct EventSubscription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS customer account associated with the AWS DMS event notification subscription.

    Declaration

    Swift

    public let customerAwsId: String?
  • The AWS DMS event notification subscription Id.

    Declaration

    Swift

    public let custSubscriptionId: String?
  • Boolean value that indicates if the event subscription is enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • A lists of event categories.

    Declaration

    Swift

    public let eventCategoriesList: [String]?
  • The topic ARN of the AWS DMS event notification subscription.

    Declaration

    Swift

    public let snsTopicArn: String?
  • A list of source Ids for the event subscription.

    Declaration

    Swift

    public let sourceIdsList: [String]?
  • The type of AWS DMS resource that generates events. Valid values: replication-instance | replication-server | security-group | replication-task

    Declaration

    Swift

    public let sourceType: String?
  • The status of the AWS DMS 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 AWS DMS 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 AWS DMS event notification subscription was created.

    Declaration

    Swift

    public let subscriptionCreationTime: String?
  • Undocumented

    Declaration

    Swift

    public init(customerAwsId: String? = nil, custSubscriptionId: String? = nil, enabled: Bool? = nil, eventCategoriesList: [String]? = nil, snsTopicArn: String? = nil, sourceIdsList: [String]? = nil, sourceType: String? = nil, status: String? = nil, subscriptionCreationTime: String? = nil)