EndpointRdsOptions

data class EndpointRdsOptions(val port: Int? = null, val protocol: String? = null, val rdsDbClusterArn: String? = null, val rdsDbInstanceArn: String? = null, val rdsDbProxyArn: String? = null, val rdsEndpoint: String? = null, val subnetIds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(port: Int? = null, protocol: String? = null, rdsDbClusterArn: String? = null, rdsDbInstanceArn: String? = null, rdsDbProxyArn: String? = null, rdsEndpoint: String? = null, subnetIds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int? = null
Link copied to clipboard
val protocol: String? = null
Link copied to clipboard
val rdsDbClusterArn: String? = null
Link copied to clipboard
Link copied to clipboard
val rdsDbProxyArn: String? = null
Link copied to clipboard
val rdsEndpoint: String? = null
Link copied to clipboard
val subnetIds: List<String>? = null