| Package | Description |
|---|---|
| software.amazon.awscdk.services.codepipeline.actions |
AWS CodePipeline Actions
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.actionName(String actionName)
(experimental) The physical, human-readable name of the Action.
|
static LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.create() |
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.inputs(List<? extends Artifact> inputs)
(experimental) The optional input Artifacts of the Action.
|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.lambda(IFunction lambda)
(experimental) The lambda function to invoke.
|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.outputs(List<? extends Artifact> outputs)
(experimental) The optional names of the output Artifacts of the Action.
|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.role(IRole role)
(experimental) The Role in which context's this Action will be executing in.
|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.runOrder(Number runOrder)
(experimental) The runOrder property for this Action.
|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.userParameters(Map<String,? extends Object> userParameters)
(experimental) A set of key-value pairs that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.
|
LambdaInvokeAction.Builder |
LambdaInvokeAction.Builder.variablesNamespace(String variablesNamespace)
(experimental) The name of the namespace to use for variables emitted by this action.
|
Copyright © 2021. All rights reserved.