AWS::CodeStarConnections::RepositoryLinkSchema for AWS::CodeStarConnections::RepositoryLink resource which is used to aggregate repository metadata relevant to synchronizing source provider content to AWS Resources.
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionArn | string | Required |
OwnerId | string | RequiredCreate-only |
RepositoryName | string | RequiredCreate-only |
EncryptionKeyArn | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ProviderType | string | The name of the external provider where your third-party code repository is configured. |
RepositoryLinkArn | string | A unique Amazon Resource Name (ARN) to designate the repository link. |
RepositoryLinkId | string | A UUID that uniquely identifies the RepositoryLink. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeStarConnections::RepositoryLink
Resources:
MyResource:
Type: AWS::CodeStarConnections::RepositoryLink
Properties:
RepositoryName: "my-repositoryname"
ConnectionArn: "arn:aws:service:region:account:resource"
OwnerId: "my-ownerid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
codestar-connections:GetConnectioncodestar-connections:ListTagsForResourcecodestar-connections:PassConnectioncodestar-connections:UseConnectioncodestar-connections:TagResourcecodestar-connections:UntagResourcecodestar-connections:UpdateRepositoryLinkcodestar-connections:CreateRepositoryLinkcodestar-connections:TagResourcecodestar-connections:UseConnectioncodestar-connections:PassConnectioncodestar-connections:GetConnectioniam:CreateServiceLinkedRolecodestar-connections:GetRepositoryLinkcodestar-connections:ListTagsForResourcecodestar-connections:GetConnectioncodestar-connections:GetRepositoryLinkcodestar-connections:DeleteRepositoryLinkcodestar-connections:GetConnectioncodestar-connections:ListRepositoryLinkscodestar-connections:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRepositoryLinkArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RepositoryNameOwnerId