codeartifact_disassociate_external_connection: Removes an existing external connection from a repository

View source: R/codeartifact_operations.R

codeartifact_disassociate_external_connectionR Documentation

Removes an existing external connection from a repository

Description

Removes an existing external connection from a repository.

See https://www.paws-r-sdk.com/docs/codeartifact_disassociate_external_connection/ for full documentation.

Usage

codeartifact_disassociate_external_connection(
  domain,
  domainOwner = NULL,
  repository,
  externalConnection
)

Arguments

domain

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

domainOwner

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

repository

[required] The name of the repository from which the external connection will be removed.

externalConnection

[required] The name of the external connection to be removed from the repository.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.