Builder
Properties
The actions included in a stage.
The method to use when a stage allows entry. For example, configuring this field for conditions will allow entry to the stage when the conditions are met.
Reserved for future use.
The method to use when a stage has not completed successfully. For example, configuring this field for rollback will roll back a failed stage automatically to the last successful pipeline execution in the stage.
The method to use when a stage has succeeded. For example, configuring this field for conditions will allow the stage to succeed when the conditions are met.
Functions
construct an aws.sdk.kotlin.services.codepipeline.model.BeforeEntryConditions inside the given block
construct an aws.sdk.kotlin.services.codepipeline.model.FailureConditions inside the given block
construct an aws.sdk.kotlin.services.codepipeline.model.SuccessConditions inside the given block