Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ActionTypeDeclaration

The parameters for the action type definition that are provided when the action type is created or updated.

Hierarchy

  • ActionTypeDeclaration

Properties

description?: string

The description for the action type to be updated.

executor: undefined | ActionTypeExecutor

Information about the executor for an action type that was created with any supported integration model.

id: undefined | ActionTypeIdentifier

The action category, owner, provider, and version of the action type to be updated.

inputArtifactDetails: undefined | ActionTypeArtifactDetails

Details for the artifacts, such as application files, to be worked on by the action. For example, the minimum and maximum number of input artifacts allowed.

outputArtifactDetails: undefined | ActionTypeArtifactDetails

Details for the output artifacts, such as a built application, that are the result of the action. For example, the minimum and maximum number of output artifacts allowed.

permissions?: ActionTypePermissions

Details identifying the accounts with permissions to use the action type.

properties?: ActionTypeProperty[]

The properties of the action type to be updated.

The links associated with the action type to be updated.