@Stability(value=Stable) @Internal public static final class CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder, CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClientContext()
Client-specific information to pass to the AWS Lambda function that you're invoking.
|
String |
getPayload()
JSON to provide to your AWS Lambda function as input.
|
String |
getQualifier()
An AWS Lambda function version or alias name.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder builder)
CfnMaintenanceWindowTask.CloudWatchOutputConfigProperty.Builder.public final String getClientContext()
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
You can then use the context variable to process the client information in your AWS Lambda function.
getClientContext in interface CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertypublic final String getPayload()
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
Although
Typeis listed as "String" for this property, the payload content must be formatted as a Base64-encoded binary data object.
Length Constraint: 4096
getPayload in interface CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertypublic final String getQualifier()
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertyIf you specify a function version, the action uses the qualified function Amazon Resource Name (ARN) to invoke a specific Lambda function. If you specify an alias name, the action uses the alias ARN to invoke the Lambda function version that the alias points to.
getQualifier in interface CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.