Disassociate Repository
codegurureviewer_disassociate_repository | R Documentation |
Removes the association between Amazon CodeGuru Reviewer and a repository¶
Description¶
Removes the association between Amazon CodeGuru Reviewer and a repository.
Usage¶
Arguments¶
AssociationArn
[required] The Amazon Resource Name (ARN) of the RepositoryAssociation object. You can retrieve this ARN by calling
list_repository_associations
.
Value¶
A list with the following syntax:
list(
RepositoryAssociation = list(
AssociationId = "string",
AssociationArn = "string",
ConnectionArn = "string",
Name = "string",
Owner = "string",
ProviderType = "CodeCommit"|"GitHub"|"Bitbucket"|"GitHubEnterpriseServer"|"S3Bucket",
State = "Associated"|"Associating"|"Failed"|"Disassociating"|"Disassociated",
StateReason = "string",
LastUpdatedTimeStamp = as.POSIXct(
"2015-01-01"
),
CreatedTimeStamp = as.POSIXct(
"2015-01-01"
),
KMSKeyDetails = list(
KMSKeyId = "string",
EncryptionOption = "AWS_OWNED_CMK"|"CUSTOMER_MANAGED_CMK"
),
S3RepositoryDetails = list(
BucketName = "string",
CodeArtifacts = list(
SourceCodeArtifactsObjectKey = "string",
BuildArtifactsObjectKey = "string"
)
)
),
Tags = list(
"string"
)
)