Class CfnJobProps.Jsii$Proxy
- All Implemented Interfaces:
CfnJobProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobProps
CfnJobProps-
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.iot.CfnJobProps
CfnJobProps.Builder, CfnJobProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnJobProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnJobProps.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 criteria that determine when and how a job abort takes place.final StringA short text description of the job.The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes.final StringThe job document.final ObjectParameters of an Amazon Web Services managed template that you can specify to create the job document.final StringAn S3 link, or S3 object URL, to the job document.final ObjectThe configuration that determines how many retries are allowed for each failure type for a job.final ObjectAllows you to create a staged rollout of a job.final StringgetJobId()A job identifier which must be unique for your AWS account.final StringThe ARN of the job template used to create the job.final ObjectConfiguration for pre-signed S3 URLs.final ObjectSpecifies the date and time that a job will begin the rollout of the job document to all devices in the target group.getTags()Metadata which can be used to manage the job.A list of things and thing groups to which the job should be sent.final StringSpecifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT).final ObjectSpecifies the amount of time each device has to finish its execution of the job.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
Constructor that initializes the object based on literal property values passed by theCfnJobProps.Builder.
-
-
Method Details
-
getJobId
Description copied from interface:CfnJobPropsA job identifier which must be unique for your AWS account.We recommend using a UUID. Alpha-numeric characters, '-' and '_' are valid for use here.
- Specified by:
getJobIdin interfaceCfnJobProps- See Also:
-
getTargets
Description copied from interface:CfnJobPropsA list of things and thing groups to which the job should be sent.- Specified by:
getTargetsin interfaceCfnJobProps- See Also:
-
getAbortConfig
Description copied from interface:CfnJobPropsThe criteria that determine when and how a job abort takes place.Returns union: either
IResolvableorCfnJob.AbortConfigProperty- Specified by:
getAbortConfigin interfaceCfnJobProps- See Also:
-
getDescription
Description copied from interface:CfnJobPropsA short text description of the job.- Specified by:
getDescriptionin interfaceCfnJobProps- See Also:
-
getDestinationPackageVersions
Description copied from interface:CfnJobPropsThe package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes.- Specified by:
getDestinationPackageVersionsin interfaceCfnJobProps- See Also:
-
getDocument
Description copied from interface:CfnJobPropsThe job document.Required if you don't specify a value for documentSource.
- Specified by:
getDocumentin interfaceCfnJobProps- See Also:
-
getDocumentParameters
Description copied from interface:CfnJobPropsParameters of an Amazon Web Services managed template that you can specify to create the job document.Returns union: either
IResolvableor Mapinvalid input: '<'String,String>- Specified by:
getDocumentParametersin interfaceCfnJobProps- See Also:
-
getDocumentSource
Description copied from interface:CfnJobPropsAn S3 link, or S3 object URL, to the job document.The link is an Amazon S3 object URL and is required if you don't specify a value for document.
- Specified by:
getDocumentSourcein interfaceCfnJobProps- See Also:
-
getJobExecutionsRetryConfig
Description copied from interface:CfnJobPropsThe configuration that determines how many retries are allowed for each failure type for a job.Returns union: either
IResolvableorCfnJob.JobExecutionsRetryConfigProperty- Specified by:
getJobExecutionsRetryConfigin interfaceCfnJobProps- See Also:
-
getJobExecutionsRolloutConfig
Description copied from interface:CfnJobPropsAllows you to create a staged rollout of a job.Returns union: either
IResolvableorCfnJob.JobExecutionsRolloutConfigProperty- Specified by:
getJobExecutionsRolloutConfigin interfaceCfnJobProps- See Also:
-
getJobTemplateArn
Description copied from interface:CfnJobPropsThe ARN of the job template used to create the job.- Specified by:
getJobTemplateArnin interfaceCfnJobProps- See Also:
-
getPresignedUrlConfig
Description copied from interface:CfnJobPropsConfiguration for pre-signed S3 URLs.Returns union: either
IResolvableorCfnJob.PresignedUrlConfigProperty- Specified by:
getPresignedUrlConfigin interfaceCfnJobProps- See Also:
-
getSchedulingConfig
Description copied from interface:CfnJobPropsSpecifies the date and time that a job will begin the rollout of the job document to all devices in the target group.Returns union: either
IResolvableorCfnJob.SchedulingConfigProperty- Specified by:
getSchedulingConfigin interfaceCfnJobProps- See Also:
-
getTags
Description copied from interface:CfnJobPropsMetadata which can be used to manage the job.- Specified by:
getTagsin interfaceCfnJobProps- See Also:
-
getTargetSelection
Description copied from interface:CfnJobPropsSpecifies whether the job will continue to run (CONTINUOUS), or will be complete after all those things specified as targets have completed the job (SNAPSHOT).- Specified by:
getTargetSelectionin interfaceCfnJobProps- See Also:
-
getTimeoutConfig
Description copied from interface:CfnJobPropsSpecifies the amount of time each device has to finish its execution of the job.Returns union: either
IResolvableorCfnJob.TimeoutConfigProperty- Specified by:
getTimeoutConfigin interfaceCfnJobProps- 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()
-