Skip to main content

webhooks_list_only

Lists webhooks in a region or regions, for all properties use webhooks

Overview

Namewebhooks_list_only
TypeResource
DescriptionResource Type definition for AWS::CodePipeline::Webhook
Idawscc.codepipeline.webhooks_list_only

Fields

NameDatatypeDescription
idstringlogical id of the webhook
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all webhooks in a region.

SELECT
region,
id
FROM awscc.codepipeline.webhooks_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the webhooks_list_only resource, see webhooks