Get Repository Link Result
data class GetRepositoryLinkResult(val connectionArn: String? = null, val encryptionKeyArn: String? = null, val providerType: RepositoryLinkProviderType? = null, val repositoryLinkArn: String? = null, val repositoryLinkId: String? = null, val tags: List<Tag>? = null)
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 name of the external provider where your third-party code repository is configured.
Link copied to clipboard
A unique Amazon Resource Name (ARN) to designate the repository link.
Link copied to clipboard
A UUID that uniquely identifies the RepositoryLink.