Class: Aws::SecurityHub::Types::AwsRdsEventSubscriptionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsRdsEventSubscriptionDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cust_subscription_id ⇒ String
The identifier of the account that is associated with the event notification subscription.
-
#customer_aws_id ⇒ String
The identifier of the event notification subscription.
-
#enabled ⇒ Boolean
Whether the event notification subscription is enabled.
-
#event_categories_list ⇒ Array<String>
The list of event categories for the event notification subscription.
-
#event_subscription_arn ⇒ String
The ARN of the event notification subscription.
-
#sns_topic_arn ⇒ String
The ARN of the SNS topic to post the event notifications to.
-
#source_ids_list ⇒ Array<String>
A list of source identifiers for the event notification subscription.
-
#source_type ⇒ String
The source type for the event notification subscription.
-
#status ⇒ String
The status of the event notification subscription.
-
#subscription_creation_time ⇒ String
The datetime when the event notification subscription was created.
Instance Attribute Details
#cust_subscription_id ⇒ String
The identifier of the account that is associated with the event notification subscription.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#customer_aws_id ⇒ String
The identifier of the event notification subscription.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Whether the event notification subscription is enabled.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#event_categories_list ⇒ Array<String>
The list of event categories for the event notification subscription.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#event_subscription_arn ⇒ String
The ARN of the event notification subscription.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#sns_topic_arn ⇒ String
The ARN of the SNS topic to post the event notifications to.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#source_ids_list ⇒ Array<String>
A list of source identifiers for the event notification subscription.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source type for the event notification subscription.
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the event notification subscription.
Valid values: ‘creating` | `modifying` | `deleting` | `active` | `no-permission` | `topic-not-exist`
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |
#subscription_creation_time ⇒ String
The datetime when the event notification subscription was created.
This field accepts only the specified formats. Timestamps can end with ‘Z` or `(“+” / “-”) time-hour [“:” time-minute]`. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
-
‘YYYY-MM-DDTHH:MM:SSZ` (for example, `2019-01-31T23:00:00Z`)
-
‘YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ` (for example, `2019-01-31T23:00:00.123456789Z`)
-
‘YYYY-MM-DDTHH:MM:SS+HH:MM` (for example, `2024-01-04T15:25:10+17:59`)
-
‘YYYY-MM-DDTHH:MM:SS-HHMM` (for example, `2024-01-04T15:25:10-1759`)
-
‘YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM` (for example, `2024-01-04T15:25:10.123456789+17:59`)
17286 17287 17288 17289 17290 17291 17292 17293 17294 17295 17296 17297 17298 17299 |
# File 'lib/aws-sdk-securityhub/types.rb', line 17286 class AwsRdsEventSubscriptionDetails < Struct.new( :cust_subscription_id, :customer_aws_id, :enabled, :event_categories_list, :event_subscription_arn, :sns_topic_arn, :source_ids_list, :source_type, :status, :subscription_creation_time) SENSITIVE = [] include Aws::Structure end |