AWS::CodeStarConnections::RepositoryLinkInformation about the repository link resource, such as the repository link ARN, the associated connection ARN, encryption key ARN, and owner ID.
import { CfnRepositoryLink } from 'aws-cdk-lib/aws-codestarconnections';Or use the module namespace:
import * as codestarconnections from 'aws-cdk-lib/aws-codestarconnections';
// codestarconnections.CfnRepositoryLinkConfiguration passed to the constructor as CfnRepositoryLinkProps.
connectionArnRequiredstringThe Amazon Resource Name (ARN) of the connection associated with the repository link.
ownerIdRequiredstringThe owner ID for the repository associated with the repository link, such as the owner ID in GitHub.
repositoryNameRequiredstringThe name of the repository associated with the repository link.
encryptionKeyArnOptionalstringThe Amazon Resource Name (ARN) of the encryption key for the repository associated with the repository link.
tagsOptionalCfnTag[]The tags for the repository to be associated with the repository link.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-codestarconnectionsAWS::CodeStarConnections::RepositoryLink