VerifiedAccessEndpointRdsOptions

data class VerifiedAccessEndpointRdsOptions(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)

The options for rds type endpoint.

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

The IP port number.

Link copied to clipboard
val protocol: String? = null

The IP protocol.

Link copied to clipboard
val rdsDbClusterArn: String? = null

The ARN of the RDS DB cluster.

Link copied to clipboard

The ARN of the RDS DB instance.

Link copied to clipboard
val rdsDbProxyArn: String? = null

The ARN of the RDS DB proxy.

Link copied to clipboard
val rdsEndpoint: String? = null

The RDS endpoint.

Link copied to clipboard
val subnetIds: List<String>? = null

The IDs of the subnets.