建構 Neptune 的 ARN - Amazon Neptune

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

建構 Neptune 的 ARN

您可以使用下列語法,建構 Amazon Neptune 資源的 ARN。請注意,Neptune 共用 Amazon RDS ARN 的格式。

arn:aws:rds:<region>:<account number>:<resourcetype>:<name>

下表顯示您在為特定 Neptune 管理資源類型建構 ARN 時應使用的格式。

資源類型 ARN 格式
資料庫執行個體

arn:aws:rds:<region>:<account>:db:<name>

例如:

arn:aws:rds:us-east-2:123456789012:db:my-instance-1

資料庫叢集

arn:aws:rds:<region>:<account>:cluster:<name>

例如:

arn:aws:rds:us-east-2:123456789012:cluster:my-cluster-1
事件訂閱

arn:aws:rds:<region>:<account>:es:<name>

例如:

arn:aws:rds:us-east-2:123456789012:es:my-subscription
DB parameter group (資料庫參數群組)

arn:aws:rds:<region>:<account>:pg:<name>

例如:

arn:aws:rds:us-east-2:123456789012:pg:my-param-enable-logs
DB cluster parameter group (資料庫叢集參數群組)

arn:aws:rds:<region>:<account>:cluster-pg:<name>

例如:

arn:aws:rds:us-east-2:123456789012:cluster-pg:my-cluster-param-timezone
資料庫叢集快照

arn:aws:rds:<region>:<account>:cluster-snapshot:<name>

例如:

arn:aws:rds:us-east-2:123456789012:cluster-snapshot:my-snap-20160809
資料庫子網路群組

arn:aws:rds:<region>:<account>:subgrp:<name>

例如:

arn:aws:rds:us-east-2:123456789012:subgrp:my-subnet-10