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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ssm.CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty
CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder, CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringClient-specific information to pass to the AWS Lambda function that you're invoking.final StringJSON to provide to your AWS Lambda function as input.final StringAn AWS Lambda function version or alias name.final inthashCode()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.MaintenanceWindowLambdaParametersPropertyClient-specific information to pass to the AWS Lambda function that you're invoking.You can then use the
contextvariable to process the client information in your AWS Lambda function.- Specified by:
getClientContextin interfaceCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty- See Also:
-
getPayload
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertyJSON to provide to your AWS Lambda function as input.Although
Typeis listed as "String" for this property, the payload content must be formatted as a Base64-encoded binary data object.Length Constraint: 4096
- Specified by:
getPayloadin interfaceCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty- See Also:
-
getQualifier
Description copied from interface:CfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersPropertyAn 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:
getQualifierin interfaceCfnMaintenanceWindowTask.MaintenanceWindowLambdaParametersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-