aws codepipeline create-custom-action-type

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

Options

NameDescription
--category <string>The category of the custom action, such as a build action or a test action
--provider <string>The provider of the service used in the custom action, such as AWS CodeDeploy
--settings <structure>URLs that provide users information about this custom action
--configuration-properties <list>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
--input-artifact-details <structure>The details of the input artifact for the action, such as its commit ID
--output-artifact-details <structure>The details of the output artifact of the action, such as its commit ID
--tags <list>The tags for the custom action
--action-version <string>The version identifier of the custom action
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command