repository_links_list_only
Lists repository_links
in a region or regions, for all properties use repository_links
Overview
Name | repository_links_list_only |
Type | Resource |
Description | Schema for AWS::CodeStarConnections::RepositoryLink resource which is used to aggregate repository metadata relevant to synchronizing source provider content to AWS Resources. |
Id | aws.codestarconnections.repository_links_list_only |
Fields
Name | Datatype | Description |
---|---|---|
repository_link_arn | string | A unique Amazon Resource Name (ARN) to designate the repository link. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all repository_links
in a region.
SELECT
region,
repository_link_arn
FROM aws.codestarconnections.repository_links_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the repository_links_list_only
resource, see repository_links