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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codeartifact/types.rb

Overview

The details of a repository stored in 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 Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administrator_accountString

The 12-digit account number of the Amazon Web Services account that manages the repository.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the repository.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

A timestamp that represents the date and time the repository was created.

Returns:

  • (Time)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A text description of the repository.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The name of the domain that contains the repository.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#domain_ownerString

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

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#external_connectionsArray<Types::RepositoryExternalConnectionInfo>

An array of external connections associated with the repository.



3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the repository.

Returns:

  • (String)


3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#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 CodeArtifact looks for a requested package version. For more information, see [Working with upstream repositories].

[1]: docs.aws.amazon.com/codeartifact/latest/ug/repos-upstream.html

Returns:



3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
# File 'lib/aws-sdk-codeartifact/types.rb', line 3848

class RepositoryDescription < Struct.new(
  :name,
  :administrator_account,
  :domain_name,
  :domain_owner,
  :arn,
  :description,
  :upstreams,
  :external_connections,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end