Class CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty
@Stability(Stable)
@Internal
public static final class CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty
An implementation for
CfnMaintenanceWindowTaskPropsMixin.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.cfnpropertymixins.services.ssm.CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty
CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Builder, CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTaskPropsMixin.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(CfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty.Builder.
-
-
Method Details
-
getClientContext
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.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 interfaceCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty- See Also:
-
getPayload
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.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 interfaceCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty- See Also:
-
getQualifier
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.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 interfaceCfnMaintenanceWindowTaskPropsMixin.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()
-