You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::EventSubscription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an event notification subscription created by the CreateEventSubscription operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cust_subscription_idString

The AWS DMS event notification subscription Id.

Returns:

  • (String)

    The AWS DMS event notification subscription Id.

#customer_aws_idString

The AWS customer account associated with the AWS DMS event notification subscription.

Returns:

  • (String)

    The AWS customer account associated with the AWS DMS event notification subscription.

#enabledBoolean

Boolean value that indicates if the event subscription is enabled.

Returns:

  • (Boolean)

    Boolean value that indicates if the event subscription is enabled.

#event_categories_listArray<String>

A lists of event categories.

Returns:

  • (Array<String>)

    A lists of event categories.

#sns_topic_arnString

The topic ARN of the AWS DMS event notification subscription.

Returns:

  • (String)

    The topic ARN of the AWS DMS event notification subscription.

#source_ids_listArray<String>

A list of source Ids for the event subscription.

Returns:

  • (Array<String>)

    A list of source Ids for the event subscription.

#source_typeString

The type of AWS DMS resource that generates events.

Valid values: replication-instance | replication-server | security-group | replication-task

Returns:

  • (String)

    The type of AWS DMS resource that generates events.

#statusString

The status of the AWS 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 AWS 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.

Returns:

  • (String)

    The status of the AWS DMS event notification subscription.

#subscription_creation_timeString

The time the AWS DMS event notification subscription was created.

Returns:

  • (String)

    The time the AWS DMS event notification subscription was created.