@Generated(value="jsii-pacmak/0.7.8 (build 100f5ad)", date="2018-10-26T17:58:07.463Z") public interface CommonPipelineInvokeActionProps extends software.amazon.jsii.JsiiSerializable, software.amazon.awscdk.services.codepipeline.api.CommonActionProps
PipelineInvokeAction -
either directly, through its constructor,
or through FunctionRef.addToPipeline(software.amazon.awscdk.services.codepipeline.api.IStage, java.lang.String, software.amazon.awscdk.services.lambda.CommonPipelineInvokeActionProps).| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonPipelineInvokeActionProps.Builder
A builder for
CommonPipelineInvokeActionProps |
static class |
CommonPipelineInvokeActionProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static CommonPipelineInvokeActionProps.Builder |
builder() |
Boolean |
getAddPutJobResultPolicy()
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
|
Object |
getUserParameters()
String to be used in the event data parameter passed to the Lambda
function
See an example JSON event in the CodePipeline documentation.
|
void |
setAddPutJobResultPolicy(Boolean value)
Adds the "codepipeline:PutJobSuccessResult" and
"codepipeline:PutJobFailureResult" for '*' resource to the Lambda
execution role policy.
|
void |
setUserParameters(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.
|
Boolean getAddPutJobResultPolicy()
https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-invoke-lambda-function.html#actions-invoke-lambda-function-create-functionvoid setAddPutJobResultPolicy(Boolean value)
https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-invoke-lambda-function.html#actions-invoke-lambda-function-create-functionObject getUserParameters()
void setUserParameters(Object value)
static CommonPipelineInvokeActionProps.Builder builder()
builder in interface software.amazon.awscdk.services.codepipeline.api.CommonActionPropsCommonPipelineInvokeActionProps.Builder of CommonPipelineInvokeActionPropsCopyright © 2018. All rights reserved.