This product is not supported for your selected Datadog site. ().
This page is not yet available in Spanish. We are working on its translation.
If you have any questions or feedback about our current translation project, feel free to reach out to us!

aws_codeartifact_repository

account_id

Type: STRING

administrator_account

Type: STRING
Provider name: administratorAccount
Description: The 12-digit account number of the Amazon Web Services account that manages the repository.

arn

Type: STRING
Provider name: arn
Description: The Amazon Resource Name (ARN) of the repository.

created_time

Type: TIMESTAMP
Provider name: createdTime
Description: A timestamp that represents the date and time the repository was created.

description

Type: STRING
Provider name: description
Description: A text description of the repository.

domain_name

Type: STRING
Provider name: domainName
Description: The name of the domain that contains the repository.

domain_owner

Type: STRING
Provider name: domainOwner
Description: 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.

external_connections

Type: UNORDERED_LIST_STRUCT
Provider name: externalConnections
Description: An array of external connections associated with the repository.

  • external_connection_name
    Type: STRING
    Provider name: externalConnectionName
    Description: The name of the external connection associated with a repository.
  • package_format
    Type: STRING
    Provider name: packageFormat
    Description: The package format associated with a repository’s external connection. The valid package formats are:
    • npm: A Node Package Manager (npm) package.
    • pypi: A Python Package Index (PyPI) package.
    • maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.
    • nuget: A NuGet package.
    • generic: A generic package.
    • ruby: A Ruby package.
    • swift: A Swift package.
    • cargo: A Cargo package.
  • status
    Type: STRING
    Provider name: status
    Description: The status of the external connection of a repository. There is one valid value, Available.

name

Type: STRING
Provider name: name
Description: The name of the repository.

tags

Type: UNORDERED_LIST_STRING

upstreams

Type: UNORDERED_LIST_STRUCT
Provider name: upstreams
Description: 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.

  • repository_name
    Type: STRING
    Provider name: repositoryName
    Description: The name of an upstream repository.