Skip to main content

git_hub_account_tokens

Creates, updates, deletes, gets or lists a git_hub_account_tokens resource.

Overview

Namegit_hub_account_tokens
TypeResource
Idaws.codedeploy.git_hub_account_tokens

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
delete_git_hub_account_tokendeleteregionDeletes a GitHub account connection.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

DELETE examples

Deletes a GitHub account connection.

DELETE FROM aws.codedeploy.git_hub_account_tokens
WHERE region = '{{ region }}' --required
;