Uses of Class
software.amazon.awscdk.services.scheduler.targets.alpha.CodePipelineStartPipelineExecution.Builder
Packages that use CodePipelineStartPipelineExecution.Builder
Package
Description
Amazon EventBridge Scheduler Construct Library
-
Uses of CodePipelineStartPipelineExecution.Builder in software.amazon.awscdk.services.scheduler.targets.alpha
Methods in software.amazon.awscdk.services.scheduler.targets.alpha that return CodePipelineStartPipelineExecution.BuilderModifier and TypeMethodDescriptionCodePipelineStartPipelineExecution.Builder.deadLetterQueue
(IQueue deadLetterQueue) (experimental) The SQS queue to be used as deadLetterQueue.CodePipelineStartPipelineExecution.Builder.input
(ScheduleTargetInput input) (experimental) Input passed to the target.CodePipelineStartPipelineExecution.Builder.maxEventAge
(Duration maxEventAge) (experimental) The maximum age of a request that Scheduler sends to a target for processing.CodePipelineStartPipelineExecution.Builder.retryAttempts
(Number retryAttempts) (experimental) The maximum number of times to retry when the target returns an error.(experimental) An execution role is an IAM role that EventBridge Scheduler assumes in order to interact with other AWS services on your behalf.