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
Parameters
subscription Name
The name of the subscription. Constraints: The name must be less than 255 characters.
See also
suspend fun getEventSubscription(argument: suspend GetEventSubscriptionPlainArgsBuilder.() -> Unit): GetEventSubscriptionResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetEventSubscriptionPlainArgs.