GetRepositoryResult

data class GetRepositoryResult(val arn: String? = null, val description: String? = null, val externalConnections: List<String>? = null, val name: String? = null, val permissionsPolicyDocument: Any? = null, val tags: List<RepositoryTag>? = null, val upstreams: List<String>? = null)

Constructors

Link copied to clipboard
fun GetRepositoryResult(arn: String? = null, description: String? = null, externalConnections: List<String>? = null, name: String? = null, permissionsPolicyDocument: Any? = null, tags: List<RepositoryTag>? = null, upstreams: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the repository.

Link copied to clipboard
val description: String? = null

A text description of the repository.

Link copied to clipboard

A list of external connections associated with the repository.

Link copied to clipboard
val name: String? = null

The name of the repository. This is used for GetAtt

Link copied to clipboard

The access control resource policy on the provided repository.

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

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val upstreams: List<String>? = null

A list of upstream repositories associated with the repository.