GetRepositoryResult

data class GetRepositoryResult(val arn: String, val cloneUrlHttp: String, val cloneUrlSsh: String, val id: String, val repositoryId: String, val repositoryName: String)

A collection of values returned by getRepository.

Constructors

Link copied to clipboard
constructor(arn: String, cloneUrlHttp: String, cloneUrlSsh: String, id: String, repositoryId: String, repositoryName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the repository

Link copied to clipboard

URL to use for cloning the repository over HTTPS.

Link copied to clipboard

URL to use for cloning the repository over SSH.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

ID of the repository

Link copied to clipboard