class Aws::CodeArtifact::Types::RepositoryExternalConnectionInfo

Contains information about the external connection of a repository.

@!attribute [rw] external_connection_name

The name of the external connection associated with a repository.
@return [String]

@!attribute [rw] package_format

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.
@return [String]

@!attribute [rw] status

The status of the external connection of a repository. There is one
valid value, `Available`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codeartifact-2018-09-22/RepositoryExternalConnectionInfo AWS API Documentation

Constants

SENSITIVE