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 |
---|---|---|
connection_arn | string | The Amazon Resource Name (ARN) of the CodeStarConnection. The ARN is used as the connection reference when the connection is shared between AWS services. |
provider_type | string | The name of the external provider where your third-party code repository is configured. |
owner_id | string | the ID of the entity that owns the repository. |
repository_name | string | The repository for which the link is being created. |
encryption_key_arn | string | The ARN of the KMS key that the customer can optionally specify to use to encrypt RepositoryLink properties. If not specified, a default key will be used. |
repository_link_id | string | A UUID that uniquely identifies the RepositoryLink. |
repository_link_arn | string | A unique Amazon Resource Name (ARN) to designate the repository link. |
tags | array | Specifies the tags applied to a RepositoryLink. |
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