Class LambdaInvokeActionProps.Jsii$Proxy
- All Implemented Interfaces:
LambdaInvokeActionProps
,CommonActionProps
,CommonAwsActionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LambdaInvokeActionProps
LambdaInvokeActionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.LambdaInvokeActionProps
LambdaInvokeActionProps.Builder, LambdaInvokeActionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theLambdaInvokeActionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The physical, human-readable name of the Action.The optional input Artifacts of the Action.final IFunction
The lambda function to invoke.The optional names of the output Artifacts of the Action.final IRole
getRole()
The Role in which context's this Action will be executing in.final Number
The runOrder property for this Action.A set of key-value pairs that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.final String
The string representation of the user parameters that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.final String
The name of the namespace to use for variables emitted by this action.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theLambdaInvokeActionProps.Builder
.
-
-
Method Details
-
getLambda
Description copied from interface:LambdaInvokeActionProps
The lambda function to invoke.- Specified by:
getLambda
in interfaceLambdaInvokeActionProps
-
getInputs
Description copied from interface:LambdaInvokeActionProps
The optional input Artifacts of the Action.A Lambda Action can have up to 5 inputs. The inputs will appear in the event passed to the Lambda, under the
'CodePipeline.job'.data.inputArtifacts
path.Default: the Action will not have any inputs
-
getOutputs
Description copied from interface:LambdaInvokeActionProps
The optional names of the output Artifacts of the Action.A Lambda Action can have up to 5 outputs. The outputs will appear in the event passed to the Lambda, under the
'CodePipeline.job'.data.outputArtifacts
path. It is the responsibility of the Lambda to upload ZIP files with the Artifact contents to the provided locations.Default: the Action will not have any outputs
- Specified by:
getOutputs
in interfaceLambdaInvokeActionProps
-
getUserParameters
Description copied from interface:LambdaInvokeActionProps
A set of key-value pairs that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.Only one of
userParameters
oruserParametersString
can be specified.Default: - no user parameters will be passed
-
getUserParametersString
Description copied from interface:LambdaInvokeActionProps
The string representation of the user parameters that will be accessible to the invoked Lambda inside the event that the Pipeline will call it with.Only one of
userParametersString
oruserParameters
can be specified.Default: - no user parameters will be passed
- Specified by:
getUserParametersString
in interfaceLambdaInvokeActionProps
-
getRole
Description copied from interface:CommonAwsActionProps
The Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bind
method in theActionBindOptions.role
property.Default: a new Role will be generated
- Specified by:
getRole
in interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionProps
The physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionName
in interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionProps
The runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrder
in interfaceCommonActionProps
- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionProps
The name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespace
in interfaceCommonActionProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-