AssociateExternalConnectionRequest

public struct AssociateExternalConnectionRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the domain that contains the repository.

    Declaration

    Swift

    public let domain: String
  • The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.

    Declaration

    Swift

    public let domainOwner: String?
  • The name of the external connection to add to the repository. The following values are supported: public:npmjs - for the npm public repository. public:pypi - for the Python Package Index. public:maven-central - for Maven Central. public:maven-googleandroid - for the Google Android repository. public:maven-gradleplugins - for the Gradle plugins repository. public:maven-commonsware - for the CommonsWare Android repository.

    Declaration

    Swift

    public let externalConnection: String
  • The name of the repository to which the external connection is added.

    Declaration

    Swift

    public let repository: String
  • Undocumented

    Declaration

    Swift

    public init(domain: String, domainOwner: String? = nil, externalConnection: String, repository: String)
  • Declaration

    Swift

    public func validate(name: String) throws