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 ActionTypeArtifactDetails

Information about parameters for artifacts associated with the action type, such as the minimum and maximum artifacts allowed.

Hierarchy

  • ActionTypeArtifactDetails

Properties

maximumCount: undefined | number

The maximum number of artifacts that can be used with the actiontype. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.

minimumCount: undefined | number

The minimum number of artifacts that can be used with the action type. For example, you should specify a minimum and maximum of zero input artifacts for an action type with a category of source.