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;
true
indicates 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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.
6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 6923 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 |