Class: AWSCodePipelinePipelineStagesActions

Types~AWSCodePipelinePipelineStagesActions

new AWSCodePipelinePipelineStagesActions()

Properties:
Name Type Description
ActionTypeId AWSCodePipelinePipelineStagesActionsActionTypeId Required: Yes. Specifies the action type and the provider of the action.
Configuration Object Required: No. The action's configuration. These are key-value pairs that specify input values for an action.
InputArtifacts AWSCodePipelinePipelineStagesActionsInputArtifacts Required: No. The name or ID of the artifact that the action consumes, such as a test or build artifact.
Name String Required: Yes. The action name.
OutputArtifacts AWSCodePipelinePipelineStagesActionsOutputArtifacts Required: No. The artifact name or ID that is a result of the action, such as a test or build artifact.
RoleArn String Required: No. The Amazon Resource Name (ARN) of a service role that the action uses. The pipeline's role assumes this role.
RunOrder Number Required: No. The order in which AWS CodePipeline runs this action.
Source: