DbInstanceEndpointAddress

class DbInstanceEndpointAddress : KotlinCustomResource

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>

Properties

Link copied to clipboard

The endpoint of the instance.

Link copied to clipboard

The prefix of the public endpoint.

Link copied to clipboard

The Endpoint ID of the instance.

Link copied to clipboard
val dbInstanceId: Output<String>

The ID of the instance.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipAddress: Output<String>

The IP address of the endpoint.

Link copied to clipboard
val ipType: Output<String>

The type of the IP address.

Link copied to clipboard
val port: Output<String>

The port number of the public endpoint.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>