public static interface PipelineInvokeActionProps.Builder.Build
| Modifier and Type | Method and Description |
|---|---|
PipelineInvokeActionProps |
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 |
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.
|
PipelineInvokeActionProps build()
PipelineInvokeActionProps object, initialized with the values set on this builder.PipelineInvokeActionProps.Builder.Build withUserParameters(Object value)
PipelineInvokeActionProps.Builder.Build withAddPutJobResultPolicy(Boolean value)
https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-invoke-lambda-function.html#actions-invoke-lambda-function-create-functionCopyright © 2018. All rights reserved.