Class: Aws::Redshift::Types::EventSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::EventSubscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Describes event subscriptions.
Instance Attribute Summary collapse
-
#cust_subscription_id ⇒ String
The name of the Amazon Redshift event notification subscription.
-
#customer_aws_id ⇒ String
The AWS customer account associated with the Amazon Redshift event notification subscription.
-
#enabled ⇒ Boolean
A Boolean value indicating whether 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 the Amazon Redshift event notification, such as cluster, or cluster-snapshot.
-
#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.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#customer_aws_id ⇒ String
The AWS customer account associated with the Amazon Redshift event notification subscription.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#enabled ⇒ Boolean
A Boolean value indicating whether the subscription is enabled. true indicates the subscription is enabled.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) 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
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#severity ⇒ String
The event severity specified in the Amazon Redshift event notification subscription.
Values: ERROR, INFO
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic used by the event notification subscription.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#source_ids_list ⇒ Array<String>
A list of the sources that publish events to the Amazon Redshift event notification subscription.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#source_type ⇒ String
The source type of the events returned the Amazon Redshift event notification, such as cluster, or cluster-snapshot.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) 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.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#subscription_creation_time ⇒ Time
The date and time the Amazon Redshift event notification subscription was created.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The list of tags for the event subscription.
4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 |
# File 'lib/aws-sdk-redshift/types.rb', line 4013 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) include Aws::Structure end |