codepipeline_create_custom_action_type: Creates a new custom action that can be used in all pipelines...

View source: R/codepipeline_operations.R

codepipeline_create_custom_action_typeR Documentation

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

Description

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

See https://www.paws-r-sdk.com/docs/codepipeline_create_custom_action_type/ for full documentation.

Usage

codepipeline_create_custom_action_type(
  category,
  provider,
  version,
  settings = NULL,
  configurationProperties = NULL,
  inputArtifactDetails,
  outputArtifactDetails,
  tags = NULL
)

Arguments

category

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

provider

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

version

[required] The version identifier of the custom action.

settings

URLs that provide users information about this custom action.

configurationProperties

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.

inputArtifactDetails

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

outputArtifactDetails

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

tags

The tags for the custom action.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.