Class CfnDeployment.DeploymentIoTJobConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnDeployment.DeploymentIoTJobConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeployment.DeploymentIoTJobConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeployment.DeploymentIoTJobConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.DeploymentIoTJobConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.DeploymentIoTJobConfigurationProperty
An implementation for
CfnDeployment.DeploymentIoTJobConfigurationProperty
-
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.greengrassv2.CfnDeployment.DeploymentIoTJobConfigurationProperty
CfnDeployment.DeploymentIoTJobConfigurationProperty.Builder, CfnDeployment.DeploymentIoTJobConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDeployment.DeploymentIoTJobConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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
Constructor that initializes the object based on literal property values passed by theCfnDeployment.DeploymentIoTJobConfigurationProperty.Builder
.
-
-
Method Details
-
getAbortConfig
Description copied from interface:CfnDeployment.DeploymentIoTJobConfigurationProperty
The stop configuration for the job.This configuration defines when and how to stop a job rollout.
- Specified by:
getAbortConfig
in interfaceCfnDeployment.DeploymentIoTJobConfigurationProperty
- See Also:
-
getJobExecutionsRolloutConfig
Description copied from interface:CfnDeployment.DeploymentIoTJobConfigurationProperty
The rollout configuration for the job.This configuration defines the rate at which the job rolls out to the fleet of target devices.
- Specified by:
getJobExecutionsRolloutConfig
in interfaceCfnDeployment.DeploymentIoTJobConfigurationProperty
- See Also:
-
getTimeoutConfig
Description copied from interface:CfnDeployment.DeploymentIoTJobConfigurationProperty
The timeout configuration for the job.This configuration defines the amount of time each device has to complete the job.
- Specified by:
getTimeoutConfig
in interfaceCfnDeployment.DeploymentIoTJobConfigurationProperty
- 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()
-