[ aws . codeguru-reviewer ]
Removes the association between Amazon CodeGuru Reviewer and a repository.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
disassociate-repository
--association-arn <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--cli-auto-prompt <value>]
--association-arn
(string)
The Amazon Resource Name (ARN) of the `
RepositoryAssociation
https://docs.aws.amazon.com/codeguru/latest/reviewer-api/API_RepositoryAssociation.html`__ object.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
See ‘aws help’ for descriptions of global parameters.
RepositoryAssociation -> (structure)
Information about the disassociated repository.
AssociationId -> (string)
The ID of the repository association.
AssociationArn -> (string)
The Amazon Resource Name (ARN) identifying the repository association.
ConnectionArn -> (string)
The Amazon Resource Name (ARN) of an AWS CodeStar Connections connection. Its format is
arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id
. For more information, see Connection in the AWS CodeStar Connections API Reference .Name -> (string)
The name of the repository.
Owner -> (string)
The owner of the repository. For an AWS CodeCommit repository, this is the AWS account ID of the account that owns the repository. For a GitHub or Bitbucket repository, this is the username for the account that owns the repository.
ProviderType -> (string)
The provider type of the repository association.
State -> (string)
The state of the repository association.
The valid repository association states are:
Associated : The repository association is complete.
Associating : CodeGuru Reviewer is:
Setting up pull request notifications. This is required for pull requests to trigger a CodeGuru Reviewer review.
Note
If your repository
ProviderType
isGitHub
orBitbucket
, CodeGuru Reviewer creates webhooks in your repository to trigger CodeGuru Reviewer reviews. If you delete these webhooks, reviews of code in your repository cannot be triggered.
Setting up source code access. This is required for CodeGuru Reviewer to securely clone code in your repository.
Failed : The repository failed to associate or disassociate.
Disassociating : CodeGuru Reviewer is removing the repository’s pull request notifications and source code access.
StateReason -> (string)
A description of why the repository association is in the current state.
LastUpdatedTimeStamp -> (timestamp)
The time, in milliseconds since the epoch, when the repository association was last updated.
CreatedTimeStamp -> (timestamp)
The time, in milliseconds since the epoch, when the repository association was created.