getDbProxy

Resource schema for AWS::RDS::DBProxy

Return

null

Parameters

argument

null


suspend fun getDbProxy(dbProxyName: String): GetDbProxyResult

Return

null

Parameters

dbProxyName

The identifier for the proxy. This name must be unique for all proxies owned by your AWS account in the specified AWS Region.

See also


suspend fun getDbProxy(argument: suspend GetDbProxyPlainArgsBuilder.() -> Unit): GetDbProxyResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetDbProxyPlainArgs.

See also