Class: Aws::DatabaseMigrationService::Types::ModifyEventSubscriptionMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

A Boolean value; set to true to activate the subscription.

Returns:

  • (Boolean)


7372
7373
7374
7375
7376
7377
7378
7379
7380
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7372

class ModifyEventSubscriptionMessage < Struct.new(
  :subscription_name,
  :sns_topic_arn,
  :source_type,
  :event_categories,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#event_categoriesArray<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.

Returns:

  • (Array<String>)


7372
7373
7374
7375
7376
7377
7378
7379
7380
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7372

class ModifyEventSubscriptionMessage < Struct.new(
  :subscription_name,
  :sns_topic_arn,
  :source_type,
  :event_categories,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

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.

Returns:

  • (String)


7372
7373
7374
7375
7376
7377
7378
7379
7380
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7372

class ModifyEventSubscriptionMessage < Struct.new(
  :subscription_name,
  :sns_topic_arn,
  :source_type,
  :event_categories,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of DMS resource that generates the events you want to subscribe to.

Valid values: replication-instance | replication-task

Returns:

  • (String)


7372
7373
7374
7375
7376
7377
7378
7379
7380
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7372

class ModifyEventSubscriptionMessage < Struct.new(
  :subscription_name,
  :sns_topic_arn,
  :source_type,
  :event_categories,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_nameString

The name of the DMS event notification subscription to be modified.

Returns:

  • (String)


7372
7373
7374
7375
7376
7377
7378
7379
7380
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7372

class ModifyEventSubscriptionMessage < Struct.new(
  :subscription_name,
  :sns_topic_arn,
  :source_type,
  :event_categories,
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end