Class CfnJobTemplatePropsMixin
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.Mixin
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnJobTemplatePropsMixin
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IMixin
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:00.178Z")
@Stability(Stable)
public class CfnJobTemplatePropsMixin
extends Mixin
implements software.constructs.IMixin
Represents a job template.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
import software.amazon.awscdk.*;
Object abortConfig;
Object jobExecutionsRolloutConfig;
IMergeStrategy mergeStrategy;
Object presignedUrlConfig;
Object timeoutConfig;
CfnJobTemplatePropsMixin cfnJobTemplatePropsMixin = CfnJobTemplatePropsMixin.Builder.create(CfnJobTemplateMixinProps.builder()
.abortConfig(abortConfig)
.description("description")
.destinationPackageVersions(List.of("destinationPackageVersions"))
.document("document")
.documentSource("documentSource")
.jobArn("jobArn")
.jobExecutionsRetryConfig(JobExecutionsRetryConfigProperty.builder()
.retryCriteriaList(List.of(RetryCriteriaProperty.builder()
.failureType("failureType")
.numberOfRetries(123)
.build()))
.build())
.jobExecutionsRolloutConfig(jobExecutionsRolloutConfig)
.jobTemplateId("jobTemplateId")
.maintenanceWindows(List.of(MaintenanceWindowProperty.builder()
.durationInMinutes(123)
.startTime("startTime")
.build()))
.presignedUrlConfig(presignedUrlConfig)
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.timeoutConfig(timeoutConfig)
.build())
.strategy(mergeStrategy)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe criteria that determine when and how a job abort takes place.static interfaceThe criteria that determine when and how a job abort takes place.static final classA fluent builder forCfnJobTemplatePropsMixin.static interfaceAllows you to create an exponential rate of rollout for a job.static interfaceThe configuration that determines how many retries are allowed for each failure type for a job.static interfaceAllows you to create a staged rollout of a job.static interfaceAn optional configuration within theSchedulingConfigto setup a recurring maintenance window with a predetermined start time and duration for the rollout of a job document to all devices in a target group for a job.static interfaceConfiguration for pre-signed S3 URLs.static interfaceAllows you to define a criteria to initiate the increase in rate of rollout for a job.static interfaceThe criteria that determines how many retries are allowed for each failure type for a job.static interfaceSpecifies the amount of time each device has to finish its execution of the job.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IMixin
software.constructs.IMixin.Jsii$Default, software.constructs.IMixin.Jsii$Proxy -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreate a mixin to apply properties toAWS::IoT::JobTemplate.CfnJobTemplatePropsMixin(CfnJobTemplateMixinProps props, CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::IoT::JobTemplate.protectedCfnJobTemplatePropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnJobTemplatePropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyTo(software.constructs.IConstruct construct) Apply the mixin properties to the construct.protected CfnJobTemplateMixinPropsgetProps()protected IMergeStrategysupports(software.constructs.IConstruct construct) Check if this mixin supports the given construct.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_PROPERTY_KEYS
-
-
Constructor Details
-
CfnJobTemplatePropsMixin
protected CfnJobTemplatePropsMixin(software.amazon.jsii.JsiiObjectRef objRef) -
CfnJobTemplatePropsMixin
protected CfnJobTemplatePropsMixin(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnJobTemplatePropsMixin
@Stability(Stable) public CfnJobTemplatePropsMixin(@NotNull CfnJobTemplateMixinProps props, @Nullable CfnPropertyMixinOptions options) Create a mixin to apply properties toAWS::IoT::JobTemplate.- Parameters:
props- L1 properties to apply. This parameter is required.options- Mixin options.
-
CfnJobTemplatePropsMixin
Create a mixin to apply properties toAWS::IoT::JobTemplate.- Parameters:
props- L1 properties to apply. This parameter is required.
-
-
Method Details
-
applyTo
@Stability(Stable) public void applyTo(@NotNull software.constructs.IConstruct construct) Apply the mixin properties to the construct. -
supports
@Stability(Stable) @NotNull public Boolean supports(@NotNull software.constructs.IConstruct construct) Check if this mixin supports the given construct. -
getProps
-
getStrategy
-