custom_action_type
Gets an individual custom_action_type
resource
Overview
Name | custom_action_type |
Type | Resource |
Description | custom_action_type |
Id | awscc.codepipeline.custom_action_type |
Fields
Name | Datatype | Description |
---|---|---|
category | string | The category of the custom action, such as a build action or a test action. |
configuration_properties | array | The configuration properties for the custom action. |
input_artifact_details | object | The details of the input artifact for the action, such as its commit ID. |
output_artifact_details | object | The details of the output artifact of the action, such as its commit ID. |
provider | string | The provider of the service used in the custom action, such as AWS CodeDeploy. |
settings | object | URLs that provide users information about this custom action. |
tags | array | Any tags assigned to the custom action. |
version | string | The version identifier of the custom action. |
id | string | |
region | string | AWS 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