翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
リポジトリリンクを一覧表示する
( AWS Command Line Interface AWS CLI) の list-repository-links コマンドを使用して、アカウントのリポジトリリンクを一覧表示できます。
リポジトリリンクを一覧表示するには
-
ターミナル (Linux/macOS/Unix) またはコマンドプロンプト (Windows) を開きます。 AWS CLI を使用して list-repository-links コマンドを実行します。
aws codeconnections list-repository-links
-
このコマンドで、以下の出力が返ります。
{ "RepositoryLinks": [ { "ConnectionArn": "arn:aws:codestar-connections:us-east-1:
account_id
:connection/001f5be2-a661-46a4-b96b-4d277cac8b6e", "OwnerId": "owner_id
", "ProviderType": "GitHub", "RepositoryLinkArn": "arn:aws:codestar-connections:us-east-1:account_id
:repository-link/6053346f-8a33-4edb-9397-10394b695173", "RepositoryLinkId": "6053346f-8a33-4edb-9397-10394b695173", "RepositoryName": "MyRepo", "Tags": [] } ] }