リポジトリリンクの詳細を表示する - デベロッパーツールコンソール

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

リポジトリリンクの詳細を表示する

AWS Command Line Interface (AWS CLI) の get-repository-link コマンドを使用して、リポジトリリンクの詳細を表示できます。

リポジトリリンクの詳細を表示するには
  1. ターミナル (Linux/macOS/Unix) またはコマンドプロンプト (Windows) を開きます。 AWS CLI を使用して get-repository-link コマンドを実行し、リポジトリリンク ID を指定します。

    aws codestar-connections get-repository-link --repository-link-id 6053346f-8a33-4edb-9397-10394b695173
  2. このコマンドで、以下の出力が返ります。

    { "RepositoryLinkInfo": { "ConnectionArn": "arn:aws:codestar-connections:us-east-1:account_id:connection/aEXAMPLE-8aad-4d5d-8878-dfcab0bc441f", "OwnerId": "owner_id", "ProviderType": "GitHub", "RepositoryLinkArn": "arn:aws:codestar-connections:us-east-1:account_id:repository-link/be8f2017-b016-4a77-87b4-608054f70e77", "RepositoryLinkId": "6053346f-8a33-4edb-9397-10394b695173", "RepositoryName": "MyRepo", "Tags": [] } }