ActionTypeIdentifier - CodePipeline

ActionTypeIdentifier

Specifies the category, owner, provider, and version of the action type.

Contents

category

Defines what kind of action can be taken in the stage, one of the following:

  • Source

  • Build

  • Test

  • Deploy

  • Approval

  • Invoke

Type: String

Valid Values: Source | Build | Deploy | Test | Invoke | Approval | Compute

Required: Yes

owner

The creator of the action type being called: AWS or ThirdParty.

Type: String

Pattern: AWS|ThirdParty

Required: Yes

provider

The provider of the action type being called. The provider name is supplied when the action type is created.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 35.

Pattern: [0-9A-Za-z_-]+

Required: Yes

version

A string that describes the action type version.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 9.

Pattern: [0-9A-Za-z_-]+

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: