custom_action_types
Retrieves a list of custom_action_types
in a region
Overview
Name | custom_action_types |
Type | Resource |
Description | custom_action_types |
Id | awscc.codepipeline.custom_action_types |
Fields
Name | Datatype | Description |
---|---|---|
category | string | The category of the custom action, such as a build action or a test action. |
provider | string | The provider of the service used in the custom action, such as AWS CodeDeploy. |
version | string | The version identifier of the custom action. |
region | string | AWS 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