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<Tag>? = null, val upstreams: List<String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, description: String? = null, externalConnections: List<String>? = null, name: String? = null, permissionsPolicyDocument: Any? = null, tags: List<Tag>? = 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. Search the CloudFormation User Guide for AWS::CodeArtifact::Repository for more information about the expected schema for this property.

Link copied to clipboard
val tags: List<Tag>? = 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.