이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

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.
PREVIEWING: may/release-op-asl