EventSubscription

public struct EventSubscription : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let customerAwsId: String?
  • The name of the Amazon Redshift event notification subscription.

    Declaration

    Swift

    public let custSubscriptionId: String?
  • A boolean value indicating whether the subscription is enabled; true indicates that the subscription is enabled.

    Declaration

    Swift

    public let enabled: Bool?
  • The list of Amazon Redshift event categories specified in the event notification subscription. Values: Configuration, Management, Monitoring, Security

    Declaration

    Swift

    public let eventCategoriesList: [String]?
  • The event severity specified in the Amazon Redshift event notification subscription. Values: ERROR, INFO

    Declaration

    Swift

    public let severity: String?
  • The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.

    Declaration

    Swift

    public let snsTopicArn: String?
  • A list of the sources that publish events to the Amazon Redshift event notification subscription.

    Declaration

    Swift

    public let sourceIdsList: [String]?
  • The source type of the events returned by the Amazon Redshift event notification, such as cluster, cluster-snapshot, cluster-parameter-group, cluster-security-group, or scheduled-action.

    Declaration

    Swift

    public let sourceType: String?
  • The status of the Amazon Redshift event notification subscription. Constraints: Can be one of the following: active | no-permission | topic-not-exist The status “no-permission” indicates that Amazon Redshift no longer has permission to post to the Amazon 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 date and time the Amazon Redshift event notification subscription was created.

    Declaration

    Swift

    public let subscriptionCreationTime: TimeStamp?
  • The list of tags for the event subscription.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

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