DbInstanceEndpointAddressArgs

data class DbInstanceEndpointAddressArgs(val connectionStringPrefix: Output<String>? = null, val dbInstanceEndpointId: Output<String>? = null, val dbInstanceId: Output<String>? = null, val port: Output<String>? = null) : ConvertibleToJava<DbInstanceEndpointAddressArgs>

Provide RDS cluster instance endpoint public connection resources. Information about RDS MySQL cluster endpoint address and how to use it, see What is RDS DB Instance Endpoint Address.

NOTE: Available since v1.204.0.

Import

RDS database endpoint public address feature can be imported using the id, e.g.

$ pulumi import alicloud:rds/dbInstanceEndpointAddress:DbInstanceEndpointAddress example <db_instance_id>:<db_instance_endpoint_id>

Constructors

Link copied to clipboard
fun DbInstanceEndpointAddressArgs(connectionStringPrefix: Output<String>? = null, dbInstanceEndpointId: Output<String>? = null, dbInstanceId: Output<String>? = null, port: Output<String>? = null)

Functions

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

Properties

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

The prefix of the public endpoint.

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

The Endpoint ID of the instance.

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

The ID of the instance.

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

The port number of the public endpoint.