StageProps¶
-
class
aws_cdk.aws_codepipeline.
StageProps
(*, stage_name, actions=None)¶ Bases:
object
Construction properties of a Pipeline Stage.
- Parameters
Attributes
-
actions
¶ The list of Actions to create this Stage with.
You can always add more Actions later by calling {@link IStage#addAction}.
- Return type
Optional
[List
[IAction
]]
-
stage_name
¶ The physical, human-readable name to assign to this Pipeline Stage.
- Return type
str