OutputArtifact - CodePipeline

OutputArtifact

Represents information about the output of an action.

Contents

name

The name of the output of an artifact, such as "My App".

The input artifact of an action must exactly match the output artifact declared in a preceding action, but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact. Actions in parallel can declare different output artifacts, which are in turn consumed by different following actions.

Output artifact names must be unique within a pipeline.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 100.

Pattern: [a-zA-Z0-9_\-]+

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: