View source: R/codepipeline_operations.R
codepipeline_get_action_type | R Documentation |
Returns information about an action type created for an external provider, where the action is to be used by customers of the external provider. The action can be created with any supported integration model.
See https://www.paws-r-sdk.com/docs/codepipeline_get_action_type/ for full documentation.
codepipeline_get_action_type(category, owner, provider, version)
category |
[required] Defines what kind of action can be taken in the stage. The following are the valid values:
|
owner |
[required] The creator of an action type that was created with any supported
integration model. There are two valid values: |
provider |
[required] The provider of the action type being called. The provider name is specified when the action type is created. |
version |
[required] A string that describes the action type version. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.