@Generated(value="jsii-pacmak/0.20.8 (build bd5ef4d)", date="2019-11-25T14:22:25.785Z") @Stability(value=Stable) public interface LambdaInvokeActionProps extends software.amazon.jsii.JsiiSerializable, CommonAwsActionProps
Lambda invoke CodePipeline Action.| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaInvokeActionProps.Builder
A builder for
LambdaInvokeActionProps |
static class |
LambdaInvokeActionProps.Jsii$Proxy
An implementation for
LambdaInvokeActionProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaInvokeActionProps.Builder |
builder() |
default List<Artifact> |
getInputs()
The optional input Artifacts of the Action.
|
IFunction |
getLambda()
The lambda function to invoke.
|
default List<Artifact> |
getOutputs()
The optional names of the output Artifacts of the Action.
|
default Map<String,Object> |
getUserParameters()
A set of key-value pairs that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.
|
getRolegetActionName, getRunOrder@Stability(value=Stable) IFunction getLambda()
@Stability(value=Stable) default List<Artifact> getInputs()
https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-invoke-lambda-function.html#actions-invoke-lambda-function-json-event-example@Stability(value=Stable) default List<Artifact> getOutputs()
@Stability(value=Stable) default Map<String,Object> getUserParameters()
https://docs.aws.amazon.com/codepipeline/latest/userguide/actions-invoke-lambda-function.html#actions-invoke-lambda-function-json-event-example@Stability(value=Stable) static LambdaInvokeActionProps.Builder builder()
builder in interface CommonActionPropsbuilder in interface CommonAwsActionPropsLambdaInvokeActionProps.Builder of LambdaInvokeActionPropsCopyright © 2019. All rights reserved.