AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CodeStarConnections::RepositoryLink

CfnRepositoryLink

Information about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.

Import

import { CfnRepositoryLink } from 'aws-cdk-lib/aws-codestarconnections';

Or use the module namespace:

import * as codestarconnections from 'aws-cdk-lib/aws-codestarconnections';
// codestarconnections.CfnRepositoryLink

Properties

Configuration passed to the constructor as CfnRepositoryLinkProps.

connectionArnRequired
string

The Amazon Resource Name (ARN) of the connection associated with the repository link.

ownerIdRequired
string

The owner ID for the repository associated with the repository link, such as the owner ID in GitHub.

repositoryNameRequired
string

The name of the repository associated with the repository link.

encryptionKeyArnOptional
string

The Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.

tagsOptional
CfnTag[]

The tags for the repository to be associated with the repository link.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-codestarconnections
CFN TypeAWS::CodeStarConnections::RepositoryLink
Properties5

Related Constructs

External Links