View source: R/codepipeline_operations.R
codepipeline_create_custom_action_type | R Documentation |
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.
codepipeline_create_custom_action_type(
category,
provider,
version,
settings = NULL,
configurationProperties = NULL,
inputArtifactDetails,
outputArtifactDetails,
tags = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.