

# 查看代理终端节点
<a name="rds-proxy-endpoints.DescribingEndpoint"></a>

要查看现有代理端点，请按照以下说明进行操作：

## 控制台
<a name="rds-proxy-endpoints.DescribingEndpoint.CON"></a>

**查看代理终端节点的详细信息**

1. 登录 AWS 管理控制台 并通过以下网址打开 Amazon RDS 控制台：[https://console.aws.amazon.com/rds/](https://console.aws.amazon.com/rds/)。

1.  在导航窗格中，选择 **Proxies (代理)**。

1.  在列表中，选择要查看其终端节点的代理。单击代理名称以查看其详细信息页面。

1.  在 **Proxy endpoints（代理终端节点）**部分中，选择要查看的终端节点。单击其名称以查看详细信息页面。

1.  检查您对其值感兴趣的参数。您可以检查以下属性：
   +  终端节点是读/写还是只读。
   +  您在数据库连接字符串中使用的终端节点地址。
   +  与终端节点关联的 VPC、子网和安全组。

## AWS CLI
<a name="rds-proxy-endpoints.DescribingEndpoint.CLI"></a>

 要查看一个或多个代理端点，请使用 AWS CLI [describe-db-proxy-endpoints](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-proxy-endpoints.html) 命令。

 您可以包括以下参数：
+  `--db-proxy-endpoint-name` 
+  `--db-proxy-name` 

 以下示例描述了 `my-endpoint` 代理终端节点：

**Example**  
对于 Linux、macOS 或 Unix：  

```
aws rds describe-db-proxy-endpoints \
  --db-proxy-endpoint-name my-endpoint
```
对于 Windows：  

```
aws rds describe-db-proxy-endpoints ^
  --db-proxy-endpoint-name my-endpoint
```

## RDS API
<a name="rds-proxy-endpoints.DescribingEndpoint.API"></a>

 要描述一个或多个代理终端节点，请使用 RDS API [DescribeDBProxyEndpoints](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBProxyEndpoints.html) 操作。