

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 檢視代理端點
<a name="rds-proxy-endpoints.DescribingEndpoint"></a>

若要檢視現有的代理端點，請遵循下列指示：

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

**若要檢視代理端點的詳細資訊**

1. 登入 AWS 管理主控台，開啟位於 [https://console.aws.amazon.com/rds/](https://console.aws.amazon.com/rds/) 的 Amazon 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) 操作。