You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeArtifact::Types::RepositoryDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The details of a repository stored in AWS CodeArtifact. A CodeArtifact repository contains a set of package versions, each of which maps to a set of assets. Repositories are polyglot—a single repository can contain packages of any supported type. Each repository exposes endpoints for fetching and publishing packages using tools like the npm CLI, the Maven CLI (mvn), and pip. You can create up to 100 repositories per AWS account.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_accountString

The 12-digit account number of the AWS account that manages the repository.

Returns:

  • (String)

    The 12-digit account number of the AWS account that manages the repository.

#arnString

The Amazon Resource Name (ARN) of the repository.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the repository.

#descriptionString

A text description of the repository.

Returns:

  • (String)

    A text description of the repository.

#domain_nameString

The name of the domain that contains the repository.

Returns:

  • (String)

    The name of the domain that contains the repository.

#domain_ownerString

The 12-digit account number of the AWS account that owns the domain that contains the repository. It does not include dashes or spaces.

Returns:

  • (String)

    The 12-digit account number of the AWS account that owns the domain that contains the repository.

#external_connectionsArray<Types::RepositoryExternalConnectionInfo>

An array of external connections associated with the repository.

Returns:

#nameString

The name of the repository.

Returns:

  • (String)

    The name of the repository.

#upstreamsArray<Types::UpstreamRepositoryInfo>

A list of upstream repositories to associate with the repository. The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories.

Returns: