Class: Aws::DatabaseMigrationService::Types::EventSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::EventSubscription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Describes an event notification subscription created by the ‘CreateEventSubscription` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cust_subscription_id ⇒ String
The DMS event notification subscription Id.
-
#customer_aws_id ⇒ String
The Amazon Web Services customer account associated with the DMS event notification subscription.
-
#enabled ⇒ Boolean
Boolean value that indicates if the event subscription is enabled.
-
#event_categories_list ⇒ Array<String>
A lists of event categories.
-
#sns_topic_arn ⇒ String
The topic ARN of the DMS event notification subscription.
-
#source_ids_list ⇒ Array<String>
A list of source Ids for the event subscription.
-
#source_type ⇒ String
The type of DMS resource that generates events.
-
#status ⇒ String
The status of the DMS event notification subscription.
-
#subscription_creation_time ⇒ String
The time the DMS event notification subscription was created.
Instance Attribute Details
#cust_subscription_id ⇒ String
The DMS event notification subscription Id.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#customer_aws_id ⇒ String
The Amazon Web Services customer account associated with the DMS event notification subscription.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Boolean value that indicates if the event subscription is enabled.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#event_categories_list ⇒ Array<String>
A lists of event categories.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The topic ARN of the DMS event notification subscription.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#source_ids_list ⇒ Array<String>
A list of source Ids for the event subscription.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The type of DMS resource that generates events.
Valid values: replication-instance | replication-server | security-group | replication-task
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the DMS 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 DMS 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.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |
#subscription_creation_time ⇒ String
The time the DMS event notification subscription was created.
5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 5853 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, :enabled) SENSITIVE = [] include Aws::Structure end |