AWS::CodePipeline::CustomActionTypeThe AWS::CodePipeline::CustomActionType resource creates a custom action for activities that aren't included in the CodePipeline default actions, such as running an internally developed build process or a test suite. You can use these custom actions in the stage of a pipeline.
8 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Category | string | RequiredCreate-only |
InputArtifactDetails | ArtifactDetails | RequiredCreate-only |
OutputArtifactDetails | ArtifactDetails | RequiredCreate-only |
Provider | string | RequiredCreate-only |
Version | string | RequiredCreate-only |
ConfigurationProperties | Array<ConfigurationProperties> | Create-only |
Settings | Settings | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodePipeline::CustomActionType
Resources:
MyResource:
Type: AWS::CodePipeline::CustomActionType
Properties:
Category: "value"
InputArtifactDetails: "value"
OutputArtifactDetails: "value"
Provider: "my-provider"
Version: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
codepipeline:CreateCustomActionTypecodepipeline:TagResourcecodepipeline:ListActionTypescodepipeline:ListActionTypescodepipeline:ListTagsForResourcecodepipeline:ListActionTypescodepipeline:TagResourcecodepipeline:UntagResourcecodepipeline:DeleteCustomActionTypecodepipeline:ListActionTypescodepipeline:ListActionTypesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCategoryThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CategoryConfigurationPropertiesInputArtifactDetailsOutputArtifactDetailsProviderSettingsVersion