Data Source: oci_database_db_node_console_connection
This data source provides details about a specific Db Node Console Connection resource in Oracle Cloud Infrastructure Database service.
Gets the specified database node console connection’s information.
Example Usage
data "oci_database_db_node_console_connection" "test_db_node_console_connection" {
#Required
db_node_id = oci_database_db_node.test_db_node.id
id = var.db_node_console_connection_id
}
Argument Reference
The following arguments are supported:
db_node_id
- (Required) The database node OCID.id
- (Required) The OCID of the console connection.
Attributes Reference
The following attributes are exported:
compartment_id
- The OCID of the compartment to contain the console connection.connection_string
- The SSH connection string for the console connection.db_node_id
- The OCID of the database node.defined_tags
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.fingerprint
- The SSH public key fingerprint for the console connection.freeform_tags
- Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:{"Department": "Finance"}
id
- The OCID of the console connection.lifecycle_details
- Information about the current lifecycle state.service_host_key_fingerprint
- The SSH public key’s fingerprint for the console connection service host.state
- The current state of the console connection.