Skip to main content

git_hub_account_token_names

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

Overview

Namegit_hub_account_token_names
TypeResource
Idaws.codedeploy.git_hub_account_token_names

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
token_namestringA list of names of connections to GitHub accounts.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_git_hub_account_token_namesselectregionLists the names of stored connections to GitHub accounts.

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)

SELECT examples

Lists the names of stored connections to GitHub accounts.

SELECT
token_name
FROM aws.codedeploy.git_hub_account_token_names
WHERE region = '{{ region }}' -- required
;