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

KeyDatatypeRequiredDescription
Actionstring
AttributestringThe snapshot attribute you would like to view.
DryRunstringChecks 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.
SnapshotIdstringThe ID of the EBS snapshot.
categorystringThe category of the custom action, such as a build action or a test action.
configurationPropertiesstringThe configuration properties for the custom action.
inputArtifactDetailsstringReturns information about the details of an artifact.
outputArtifactDetailsstringReturns information about the details of an artifact.
providerstringThe provider of the service used in the custom action, such as AWS CodeDeploy.
settingsstringReturns information about the settings for an action type.
versionstringThe version identifier of the custom action.