Class: Aws::Redshift::Types::EventSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::EventSubscription
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Describes event subscriptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cust_subscription_id ⇒ String
The name of the Amazon Redshift event notification subscription.
-
#customer_aws_id ⇒ String
The Amazon Web Services account associated with the Amazon Redshift event notification subscription.
-
#enabled ⇒ Boolean
A boolean value indicating whether the subscription is enabled;
trueindicates that the subscription is enabled. -
#event_categories_list ⇒ Array<String>
The list of Amazon Redshift event categories specified in the event notification subscription.
-
#severity ⇒ String
The event severity specified in the Amazon Redshift event notification subscription.
-
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.
-
#source_ids_list ⇒ Array<String>
A list of the sources that publish events to the Amazon Redshift event notification subscription.
-
#source_type ⇒ 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.
-
#status ⇒ String
The status of the Amazon Redshift event notification subscription.
-
#subscription_creation_time ⇒ Time
The date and time the Amazon Redshift event notification subscription was created.
-
#tags ⇒ Array<Types::Tag>
The list of tags for the event subscription.
Instance Attribute Details
#cust_subscription_id ⇒ String
The name of the Amazon Redshift event notification subscription.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#customer_aws_id ⇒ String
The Amazon Web Services account associated with the Amazon Redshift event notification subscription.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
A boolean value indicating whether the subscription is enabled;
true indicates that the subscription is enabled.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#event_categories_list ⇒ Array<String>
The list of Amazon Redshift event categories specified in the event notification subscription.
Values: Configuration, Management, Monitoring, Security, Pending
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The event severity specified in the Amazon Redshift event notification subscription.
Values: ERROR, INFO
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#source_ids_list ⇒ Array<String>
A list of the sources that publish events to the Amazon Redshift event notification subscription.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ 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.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#status ⇒ 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.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#subscription_creation_time ⇒ Time
The date and time the Amazon Redshift event notification subscription was created.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the event subscription.
6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6761 class EventSubscription < Struct.new( :customer_aws_id, :cust_subscription_id, :sns_topic_arn, :status, :subscription_creation_time, :source_type, :source_ids_list, :event_categories_list, :severity, :enabled, :tags) SENSITIVE = [] include Aws::Structure end |