AWS CodePipeline

Create custom action type

このページは日本語には対応しておりません。随時翻訳に取り組んでいます。翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください。

Creates a new custom action that can be used in all pipelines associated with the Amazon Web Services account. Only used for custom actions.

Inputs

Expand All

フィールド

種類

説明

region [required]

enum

default: us-east-1

category [required]

string

The category of the custom action, such as a build action or a test action.

provider [required]

string

The provider of the service used in the custom action, such as CodeDeploy.

version [required]

string

The version identifier of the custom action.

settings

object

URLs that provide users information about this custom action.

thirdPartyConfigurationUrl

string

The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.

entityUrlTemplate

string

The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.

executionUrlTemplate

string

The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.

revisionUrlTemplate

string

The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

configurationProperties

[object]

The configuration properties for the custom action. You can refer to a name in the configuration properties of the custom action within the URL templates by following the format of {Config:name}, as long as the configuration property is both required and not secret. For more information, see Create a Custom Action for a Pipeline.

name [required]

string

The name of the action configuration property.

required [required]

boolean

Whether the configuration property is a required value.

key [required]

boolean

Whether the configuration property is a key.

secret [required]

boolean

Whether the configuration property is secret. Secrets are hidden from all calls except for GetJobDetails, GetThirdPartyJobDetails, PollForJobs, and PollForThirdPartyJobs. When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

queryable

boolean

Indicates that the property is used with PollForJobs. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret. If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

description

string

The description of the action configuration property that is displayed to users.

type

string

The type of the configuration property.

inputArtifactDetails [required]

object

The details of the input artifact for the action, such as its commit ID.

minimumCount [required]

number

The minimum number of artifacts allowed for the action type.

maximumCount [required]

number

The maximum number of artifacts allowed for the action type.

outputArtifactDetails [required]

object

The details of the output artifact of the action, such as its commit ID.

minimumCount [required]

number

The minimum number of artifacts allowed for the action type.

maximumCount [required]

number

The maximum number of artifacts allowed for the action type.

tags

The tags for the custom action.

Outputs

Expand All

フィールド

種類

説明

amzRequestId [required]

string

actionType [required]

object

Returns information about the details of an action type.

id [required]

object

Represents information about an action type.

category [required]

string

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 following values. Source Build Test Deploy Invoke Approval

owner [required]

string

The creator of the action being called. There are three valid values for the Owner field in the action category section within your pipeline structure: AWS, ThirdParty, and Custom. For more information, see Valid Action Types and Providers in CodePipeline.

provider [required]

string

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.

version [required]

string

A string that describes the action version.

settings

object

The settings for the action type.

thirdPartyConfigurationUrl

string

The URL of a sign-up page where users can sign up for an external service and perform initial configuration of the action provided by that service.

entityUrlTemplate

string

The URL returned to the CodePipeline console that provides a deep link to the resources of the external system, such as the configuration page for a CodeDeploy deployment group. This link is provided as part of the action display in the pipeline.

executionUrlTemplate

string

The URL returned to the CodePipeline console that contains a link to the top-level landing page for the external system, such as the console page for CodeDeploy. This link is shown on the pipeline view page in the CodePipeline console and provides a link to the execution entity of the external action.

revisionUrlTemplate

string

The URL returned to the CodePipeline console that contains a link to the page where customers can update or change the configuration of the external action.

actionConfigurationProperties

[object]

The configuration properties for the action type.

name [required]

string

The name of the action configuration property.

required [required]

boolean

Whether the configuration property is a required value.

key [required]

boolean

Whether the configuration property is a key.

secret [required]

boolean

Whether the configuration property is secret. Secrets are hidden from all calls except for GetJobDetails, GetThirdPartyJobDetails, PollForJobs, and PollForThirdPartyJobs. When updating a pipeline, passing * * * * * without changing any other values of the action preserves the previous value of the secret.

queryable

boolean

Indicates that the property is used with PollForJobs. When creating a custom action, an action can have up to one queryable property. If it has one, that property must be both required and not secret. If you create a pipeline with a custom action type, and that custom action contains a queryable property, the value for that configuration property is subject to other restrictions. The value must be less than or equal to twenty (20) characters. The value can contain only alphanumeric characters, underscores, and hyphens.

description

string

The description of the action configuration property that is displayed to users.

type

string

The type of the configuration property.

inputArtifactDetails [required]

object

The details of the input artifact for the action, such as its commit ID.

minimumCount [required]

number

The minimum number of artifacts allowed for the action type.

maximumCount [required]

number

The maximum number of artifacts allowed for the action type.

outputArtifactDetails [required]

object

The details of the output artifact of the action, such as its commit ID.

minimumCount [required]

number

The minimum number of artifacts allowed for the action type.

maximumCount [required]

number

The maximum number of artifacts allowed for the action type.

tags

[object]

Specifies the tags applied to the custom action.

key [required]

string

The tag's key.

value [required]

string

The tag's value.