GetRepositoryLinkResult

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)

Constructors

Link copied to clipboard
constructor(connectionArn: String? = null, encryptionKeyArn: String? = null, providerType: RepositoryLinkProviderType? = null, repositoryLinkArn: String? = null, repositoryLinkId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val connectionArn: String? = null

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.

Link copied to clipboard
val tags: List<Tag>? = null

Specifies the tags applied to a RepositoryLink.