EventSubscriptionReference

class aws_cdk.aws_rds.EventSubscriptionReference(*, subscription_name)

Bases: object

A reference to a EventSubscription resource.

Parameters:

subscription_name (str) – The SubscriptionName of the EventSubscription resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_rds as rds

event_subscription_reference = rds.EventSubscriptionReference(
    subscription_name="subscriptionName"
)

Attributes

subscription_name

The SubscriptionName of the EventSubscription resource.