class Aws::SecurityHub::Types::AwsRdsEventSubscriptionDetails

Details about an Amazon RDS event notification subscription. The subscription allows Amazon RDS to post events to an SNS topic.

@note When making an API call, you may pass AwsRdsEventSubscriptionDetails

data as a hash:

    {
      cust_subscription_id: "NonEmptyString",
      customer_aws_id: "NonEmptyString",
      enabled: false,
      event_categories_list: ["NonEmptyString"],
      event_subscription_arn: "NonEmptyString",
      sns_topic_arn: "NonEmptyString",
      source_ids_list: ["NonEmptyString"],
      source_type: "NonEmptyString",
      status: "NonEmptyString",
      subscription_creation_time: "NonEmptyString",
    }

@!attribute [rw] cust_subscription_id

The identifier of the account that is associated with the event
notification subscription.
@return [String]

@!attribute [rw] customer_aws_id

The identifier of the event notification subscription.
@return [String]

@!attribute [rw] enabled

Whether the event notification subscription is enabled.
@return [Boolean]

@!attribute [rw] event_categories_list

The list of event categories for the event notification
subscription.
@return [Array<String>]

@!attribute [rw] event_subscription_arn

The ARN of the event notification subscription.
@return [String]

@!attribute [rw] sns_topic_arn

The ARN of the SNS topic to post the event notifications to.
@return [String]

@!attribute [rw] source_ids_list

A list of source identifiers for the event notification
subscription.
@return [Array<String>]

@!attribute [rw] source_type

The source type for the event notification subscription.
@return [String]

@!attribute [rw] status

The status of the event notification subscription.

Valid values: `creating` \| `modifying` \| `deleting` \| `active` \|
`no-permission` \| `topic-not-exist`
@return [String]

@!attribute [rw] subscription_creation_time

The datetime when the event notification subscription was created.

Uses the `date-time` format specified in [RFC 3339 section 5.6,
Internet Date/Time Format][1]. The value cannot contain spaces. For
example, `2020-03-22T13:22:13.933Z`.

[1]: https://tools.ietf.org/html/rfc3339#section-5.6
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsEventSubscriptionDetails AWS API Documentation

Constants

SENSITIVE