This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CodePipeline::Pipeline ActionTypeId
Represents information about an action type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
Properties
Category-
A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the values below.
-
Source -
Build -
Test -
Deploy -
Invoke -
Approval -
Compute
Required: Yes
Type: String
Allowed values:
Source | Build | Test | Deploy | Invoke | Approval | ComputeUpdate requires: No interruption
-
Owner-
The creator of the action being called. There are three valid values for the
Ownerfield in the action category section within your pipeline structure:AWS,ThirdParty, andCustom. For more information, see Valid Action Types and Providers in CodePipeline.Required: Yes
Type: String
Update requires: No interruption
Provider-
The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of CodeDeploy, which would be specified as
CodeDeploy. For more information, see Valid Action Types and Providers in CodePipeline.Required: Yes
Type: String
Update requires: No interruption
Version-
A string that describes the action version.
Required: Yes
Type: String
Update requires: No interruption