Repository Link Args
data class RepositoryLinkArgs(val connectionArn: Output<String>? = null, val encryptionKeyArn: Output<String>? = null, val ownerId: Output<String>? = null, val repositoryName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RepositoryLinkArgs>
Schema for AWS::CodeStarConnections::RepositoryLink resource which is used to aggregate repository metadata relevant to synchronizing source provider content to AWS Resources.
Constructors
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the CodeStarConnection. The ARN is used as the connection reference when the connection is shared between AWS services.
Link copied to clipboard
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.
Link copied to clipboard
The repository for which the link is being created.