Class CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty
@Stability(Stable)
@Internal
public static final class CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty
An implementation for
CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty-
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.TaskInvocationParametersProperty
CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.Builder, CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.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 ObjectThe parameters for anAUTOMATIONtask type.final ObjectThe parameters for aLAMBDAtask type.final ObjectThe parameters for aRUN_COMMANDtask type.final ObjectThe parameters for aSTEP_FUNCTIONStask type.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.TaskInvocationParametersProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty.Builder.
-
-
Method Details
-
getMaintenanceWindowAutomationParameters
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersPropertyThe parameters for anAUTOMATIONtask type.Returns union: either
IResolvableorCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowAutomationParametersProperty- Specified by:
getMaintenanceWindowAutomationParametersin interfaceCfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty- See Also:
-
getMaintenanceWindowLambdaParameters
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersPropertyThe parameters for aLAMBDAtask type.Returns union: either
IResolvableorCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowLambdaParametersProperty- Specified by:
getMaintenanceWindowLambdaParametersin interfaceCfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty- See Also:
-
getMaintenanceWindowRunCommandParameters
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersPropertyThe parameters for aRUN_COMMANDtask type.Returns union: either
IResolvableorCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowRunCommandParametersProperty- Specified by:
getMaintenanceWindowRunCommandParametersin interfaceCfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty- See Also:
-
getMaintenanceWindowStepFunctionsParameters
Description copied from interface:CfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersPropertyThe parameters for aSTEP_FUNCTIONStask type.Returns union: either
IResolvableorCfnMaintenanceWindowTaskPropsMixin.MaintenanceWindowStepFunctionsParametersProperty- Specified by:
getMaintenanceWindowStepFunctionsParametersin interfaceCfnMaintenanceWindowTaskPropsMixin.TaskInvocationParametersProperty- 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()
-