EventSubscription

public struct EventSubscription : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let customerAwsId: String?
  • The 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 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 event notification subscription.

    Declaration

    Swift

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

    Declaration

    Swift

    public let sourceIdsList: [String]?
  • The source type for the event notification subscription.

    Declaration

    Swift

    public let sourceType: String?
  • The status of the 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 Neptune 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 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, eventSubscriptionArn: String? = nil, snsTopicArn: String? = nil, sourceIdsList: [String]? = nil, sourceType: String? = nil, status: String? = nil, subscriptionCreationTime: String? = nil)