Skip to main content

custom_action_type

Gets an individual custom_action_type resource

Overview

Namecustom_action_type
TypeResource
Descriptioncustom_action_type
Idawscc.codepipeline.custom_action_type

Fields

NameDatatypeDescription
categorystringThe category of the custom action, such as a build action or a test action.
configuration_propertiesarrayThe configuration properties for the custom action.
input_artifact_detailsobjectThe details of the input artifact for the action, such as its commit ID.
output_artifact_detailsobjectThe details of the output artifact of the action, such as its commit ID.
providerstringThe provider of the service used in the custom action, such as AWS CodeDeploy.
settingsobjectURLs that provide users information about this custom action.
tagsarrayAny tags assigned to the custom action.
versionstringThe version identifier of the custom action.
idstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
category,
configuration_properties,
input_artifact_details,
output_artifact_details,
provider,
settings,
tags,
version,
id
FROM awscc.codepipeline.custom_action_type
WHERE data__Identifier = '<Category>|<Provider>|<Version>';

Permissions

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

Read

codepipeline:ListActionTypes,
codepipeline:ListTagsForResource

Update

codepipeline:ListActionTypes,
codepipeline:TagResource,
codepipeline:UntagResource

Delete

codepipeline:DeleteCustomActionType,
codepipeline:ListActionTypes