Class: Aws::DocDB::Types::EventSubscription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb

Overview

Detailed information about an event to which you have subscribed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cust_subscription_idString

The Amazon DocumentDB event notification subscription ID.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#customer_aws_idString

The Amazon Web Services customer account that is associated with the Amazon DocumentDB event notification subscription.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

A Boolean value indicating whether the subscription is enabled. A value of true indicates that the subscription is enabled.

Returns:

  • (Boolean)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_categories_listArray<String>

A list of event categories for the Amazon DocumentDB event notification subscription.

Returns:

  • (Array<String>)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#event_subscription_arnString

The Amazon Resource Name (ARN) for the event subscription.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#sns_topic_arnString

The topic ARN of the Amazon DocumentDB event notification subscription.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_ids_listArray<String>

A list of source IDs for the Amazon DocumentDB event notification subscription.

Returns:

  • (Array<String>)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type for the Amazon DocumentDB event notification subscription.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the Amazon DocumentDB event notification subscription.

Constraints:

Can be one of the following: creating, modifying, deleting, active, no-permission, topic-not-exist

The no-permission status indicates that Amazon DocumentDB no longer has permission to post to the SNS topic. The topic-not-exist status indicates that the topic was deleted after the subscription was created.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end

#subscription_creation_timeString

The time at which the Amazon DocumentDB event notification subscription was created.

Returns:

  • (String)


3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 3595

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,
  :event_subscription_arn)
  SENSITIVE = []
  include Aws::Structure
end