Builder

class Builder

Properties

Link copied to clipboard

Specifies the action type and the provider of the action.

Link copied to clipboard

The action's configuration. These are key-value pairs that specify input values for an action. For more information, see Action Structure Requirements in CodePipeline. For the list of configuration properties for the CloudFormation action type in CodePipeline, see Configuration Properties Reference in the CloudFormation User Guide. For template snippets with examples, see Using Parameter Override Functions with CodePipeline Pipelines in the CloudFormation User Guide.

Link copied to clipboard

The name or ID of the artifact consumed by the action, such as a test or build artifact.

Link copied to clipboard
var name: String?

The action declaration's name.

Link copied to clipboard

The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

Link copied to clipboard

The name or ID of the result of the action declaration, such as a test or build artifact.

Link copied to clipboard

The action declaration's Amazon Web Services Region, such as us-east-1.

Link copied to clipboard

The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

Link copied to clipboard

The order in which actions are run.

Link copied to clipboard

A timeout duration in minutes that can be applied against the ActionType’s default timeout value specified in Quotas for CodePipeline . This attribute is available only to the manual approval ActionType.

Functions

Link copied to clipboard