class Aws::CodeArtifact::Types::DisassociateExternalConnectionRequest

@note When making an API call, you may pass DisassociateExternalConnectionRequest

data as a hash:

    {
      domain: "DomainName", # required
      domain_owner: "AccountId",
      repository: "RepositoryName", # required
      external_connection: "ExternalConnectionName", # required
    }

@!attribute [rw] domain

The name of the domain that contains the repository from which to
remove the external repository.
@return [String]

@!attribute [rw] domain_owner

The 12-digit account number of the AWS account that owns the domain.
It does not include dashes or spaces.
@return [String]

@!attribute [rw] repository

The name of the repository from which the external connection will
be removed.
@return [String]

@!attribute [rw] external_connection

The name of the external connection to be removed from the
repository.
@return [String]

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

Constants

SENSITIVE