AWS::CodePipeline::Pipeline OutputArtifact - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::CodePipeline::Pipeline OutputArtifact

Represents information about the output of an action.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Name" : String }

YAML

Name: String

Properties

Name

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

The output artifact name must exactly match the input artifact declared for a downstream action. However, the downstream action's 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.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 100

Update requires: No interruption