Class: Aws::RDS::Types::EventSubscription

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

Overview

Contains the results of a successful invocation of the DescribeEventSubscriptions action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cust_subscription_idString

The RDS event notification subscription Id.

Returns:

  • (String)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 associated with the RDS event notification subscription.

Returns:

  • (String)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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

Specifies whether the subscription is enabled. True indicates the subscription is enabled.

Returns:

  • (Boolean)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 RDS event notification subscription.

Returns:

  • (Array<String>)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 RDS event notification subscription.

Returns:

  • (String)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 RDS event notification subscription.

Returns:

  • (Array<String>)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 RDS event notification subscription.

Returns:

  • (String)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 RDS 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 RDS 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)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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 the RDS event notification subscription was created.

Returns:

  • (String)


15246
15247
15248
15249
15250
15251
15252
15253
15254
15255
15256
15257
15258
15259
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 15246

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