Skip to content

Delete Source Credentials

codebuild_delete_source_credentials R Documentation

Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials

Description

Deletes a set of GitHub, GitHub Enterprise, or Bitbucket source credentials.

Usage

codebuild_delete_source_credentials(arn)

Arguments

arn

[required] The Amazon Resource Name (ARN) of the token.

Value

A list with the following syntax:

list(
  arn = "string"
)

Request syntax

svc$delete_source_credentials(
  arn = "string"
)