get Event Subscription
suspend fun getEventSubscription(argument: GetEventSubscriptionPlainArgs): GetEventSubscriptionResult
The AWS::RDS::EventSubscription resource allows you to receive notifications for Amazon Relational Database Service events through the Amazon Simple Notification Service (Amazon SNS). For more information, see Using Amazon RDS Event Notification in the Amazon RDS User Guide.
Return
null
Parameters
argument
null
Return
null
See also
Parameters
subscription Name
The name of the subscription.
suspend fun getEventSubscription(argument: suspend GetEventSubscriptionPlainArgsBuilder.() -> Unit): GetEventSubscriptionResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetEventSubscriptionPlainArgs.