Class: Aws::DatabaseMigrationService::Types::ModifyEventSubscriptionMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyEventSubscriptionMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
A Boolean value; set to true to activate the subscription.
-
#event_categories ⇒ Array<String>
A list of event categories for a source type that you want to subscribe to.
-
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification.
-
#source_type ⇒ String
The type of DMS resource that generates the events you want to subscribe to.
-
#subscription_name ⇒ String
The name of the DMS event notification subscription to be modified.
Instance Attribute Details
#enabled ⇒ Boolean
A Boolean value; set to true to activate the subscription.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7788 class ModifyEventSubscriptionMessage < Struct.new( :subscription_name, :sns_topic_arn, :source_type, :event_categories, :enabled) SENSITIVE = [] include Aws::Structure end |
#event_categories ⇒ Array<String>
A list of event categories for a source type that you want to subscribe to. Use the ‘DescribeEventCategories` action to see a list of event categories.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7788 class ModifyEventSubscriptionMessage < Struct.new( :subscription_name, :sns_topic_arn, :source_type, :event_categories, :enabled) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon SNS topic created for event notification. The ARN is created by Amazon SNS when you create a topic and subscribe to it.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7788 class ModifyEventSubscriptionMessage < Struct.new( :subscription_name, :sns_topic_arn, :source_type, :event_categories, :enabled) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The type of DMS resource that generates the events you want to subscribe to.
Valid values: replication-instance | replication-task
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7788 class ModifyEventSubscriptionMessage < Struct.new( :subscription_name, :sns_topic_arn, :source_type, :event_categories, :enabled) SENSITIVE = [] include Aws::Structure end |
#subscription_name ⇒ String
The name of the DMS event notification subscription to be modified.
7788 7789 7790 7791 7792 7793 7794 7795 7796 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7788 class ModifyEventSubscriptionMessage < Struct.new( :subscription_name, :sns_topic_arn, :source_type, :event_categories, :enabled) SENSITIVE = [] include Aws::Structure end |