repository_links
Retrieves a list of repository_links
in a region
Overview
Name | repository_links |
Type | Resource |
Description | repository_links |
Id | awscc.codestarconnections.repository_links |
Fields
Name | Datatype | Description |
---|---|---|
repository_link_arn | string | A unique Amazon Resource Name (ARN) to designate the repository link. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
repository_link_arn
FROM awscc.codestarconnections.repository_links
WHERE region = 'us-east-1'
Permissions
To operate on the repository_links
resource, the following permissions are required:
Create
codestar-connections:CreateRepositoryLink,
codestar-connections:TagResource,
codestar-connections:UseConnection,
codestar-connections:PassConnection,
codestar-connections:GetConnection,
iam:CreateServiceLinkedRole
List
codestar-connections:ListRepositoryLinks,
codestar-connections:ListTagsForResource