Skip to main content

custom_action_types

Retrieves a list of custom_action_types in a region

Overview

Namecustom_action_types
TypeResource
Descriptioncustom_action_types
Idawscc.codepipeline.custom_action_types

Fields

NameDatatypeDescription
categorystringThe category of the custom action, such as a build action or a test action.
providerstringThe provider of the service used in the custom action, such as AWS CodeDeploy.
versionstringThe version identifier of the custom action.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
category,
provider,
version
FROM awscc.codepipeline.custom_action_types
WHERE region = 'us-east-1'

Permissions

To operate on the custom_action_types resource, the following permissions are required:

Create

codepipeline:CreateCustomActionType,
codepipeline:TagResource,
codepipeline:ListActionTypes

List

codepipeline:ListActionTypes