alicloud_kvstore_connections

This data source can query the public IP of the specified KVStore DBInstance.

Example Usage

# Declare the data source

data "alicloud_kvstore_connections" "example" {
  ids = ["r-wer123456"]
}

output "connection_string" {
  value = data.alicloud_kvstore_connections.example.connections.0.connection_string
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported in addition to the arguments listed above: