Create Custom Action Type
GET {{baseUrl}}/?Action=CreateCustomActionType&Attribute=<string>&DryRun=<string>&SnapshotId=<string>&category=<string>&configurationProperties=<string>&inputArtifactDetails=<string>&outputArtifactDetails=<string>&provider=<string>&settings=<string>&version=<string>
Creates a new custom action that can be used in all pipelines associated with the AWS account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | ||
Attribute | string | The snapshot attribute you would like to view. | |
DryRun | string | Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | |
SnapshotId | string | The ID of the EBS snapshot. | |
category | string | The category of the custom action, such as a build action or a test action. | |
configurationProperties | string | The configuration properties for the custom action. | |
inputArtifactDetails | string | Returns information about the details of an artifact. | |
outputArtifactDetails | string | Returns information about the details of an artifact. | |
provider | string | The provider of the service used in the custom action, such as AWS CodeDeploy. | |
settings | string | Returns information about the settings for an action type. | |
version | string | The version identifier of the custom action. |