Class CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
@Stability(Stable)
@Internal
public static final class CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
An implementation for
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
-
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.ssm.CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder, CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.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
Client-specific information to pass to the AWS Lambda function that you're invoking.final String
JSON to provide to your AWS Lambda function as input.final String
An AWS Lambda function version or alias name.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
protected Jsii$Proxy(CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder
.
-
-
Method Details
-
getClientContext
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
Client-specific information to pass to the AWS Lambda function that you're invoking.You can then use the
context
variable to process the client information in your AWS Lambda function.- Specified by:
getClientContext
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
- See Also:
-
getPayload
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
JSON to provide to your AWS Lambda function as input.Although
Type
is listed as "String" for this property, the payload content must be formatted as a Base64-encoded binary data object.Length Constraint: 4096
- Specified by:
getPayload
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
- See Also:
-
getQualifier
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
An AWS Lambda function version or alias name.If 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.
- Specified by:
getQualifier
in interfaceCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
- See Also:
-
$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()
-