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

Class: Aws::CodeArtifact::Types::RepositoryExternalConnectionInfo

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

Overview

Contains information about the external connection of a repository.

Instance Attribute Summary collapse

Instance Attribute Details

#external_connection_nameString

The name of the external connection associated with a repository.

Returns:

  • (String)

    The name of the external connection associated with a repository.

#package_formatString

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.

    Possible values:

    • npm
    • pypi
    • maven

Returns:

  • (String)

    The package format associated with a repository\'s external connection.

#statusString

The status of the external connection of a repository. There is one valid value, Available.

Possible values:

  • Available

Returns:

  • (String)

    The status of the external connection of a repository.