VerifiedAccessEndpointRdsOptionsArgs

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

The options for rds type endpoint.

Constructors

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

Properties

Link copied to clipboard
val port: Output<Int>? = null

The IP port number.

Link copied to clipboard
val protocol: Output<String>? = null

The IP protocol.

Link copied to clipboard
val rdsDbClusterArn: Output<String>? = null

The ARN of the RDS DB cluster.

Link copied to clipboard
val rdsDbInstanceArn: Output<String>? = null

The ARN of the RDS DB instance.

Link copied to clipboard
val rdsDbProxyArn: Output<String>? = null

The ARN of the RDS DB proxy.

Link copied to clipboard
val rdsEndpoint: Output<String>? = null

The RDS endpoint.

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

The IDs of the subnets.

Functions

Link copied to clipboard
open override fun toJava(): VerifiedAccessEndpointRdsOptionsArgs