| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Method and Description |
|---|---|
PipelineInvokeActionProps.Builder.Build |
PipelineInvokeActionProps.Builder.Build.withAddPutJobResultPolicy(Boolean value)
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
|
PipelineInvokeActionProps.Builder.Build |
PipelineInvokeActionProps.Builder.StageStep.withStage(software.amazon.awscdk.services.codepipeline.api.IStage value)
The Pipeline Stage to add this Action to.
|
PipelineInvokeActionProps.Builder.Build |
PipelineInvokeActionProps.Builder.Build.withUserParameters(Object value)
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
|
Copyright © 2018. All rights reserved.