AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateJobTemplate operation. Creates a job template.
Requires permission to access the CreateJobTemplate action.
Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z
public class CreateJobTemplateRequest : AmazonIoTRequest IAmazonWebServiceRequest
The CreateJobTemplateRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateJobTemplateRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AbortConfig | Amazon.IoT.Model.AbortConfig |
Gets and sets the property AbortConfig. |
![]() |
Description | System.String |
Gets and sets the property Description. A description of the job document. |
![]() |
DestinationPackageVersions | System.Collections.Generic.List<System.String> |
Gets and sets the property DestinationPackageVersions. The package version Amazon Resource Names (ARNs) that are installed on the device when the job successfully completes. The package version must be in either the Published or Deprecated state when the job deploys. For more information, see Package version lifecycle. Note:The following Length Constraints relates to a single ARN. Up to 25 package version ARNs are allowed. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
Document | System.String |
Gets and sets the property Document.
The job document. Required if you don't specify a value for |
![]() |
DocumentSource | System.String |
Gets and sets the property DocumentSource.
An 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
For example, For more information, see Methods for accessing a bucket. |
![]() |
JobArn | System.String |
Gets and sets the property JobArn. The ARN of the job to use as the basis for the job template. |
![]() |
JobExecutionsRetryConfig | Amazon.IoT.Model.JobExecutionsRetryConfig |
Gets and sets the property JobExecutionsRetryConfig. Allows you to create the criteria to retry a job. |
![]() |
JobExecutionsRolloutConfig | Amazon.IoT.Model.JobExecutionsRolloutConfig |
Gets and sets the property JobExecutionsRolloutConfig. |
![]() |
JobTemplateId | System.String |
Gets and sets the property JobTemplateId. A unique identifier for the job template. We recommend using a UUID. Alpha-numeric characters, "-", and "_" are valid for use here. |
![]() |
MaintenanceWindows | System.Collections.Generic.List<Amazon.IoT.Model.MaintenanceWindow> |
Gets and sets the property MaintenanceWindows. Allows you to configure an optional maintenance window for the rollout of a job document to all devices in the target group for a job. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
PresignedUrlConfig | Amazon.IoT.Model.PresignedUrlConfig |
Gets and sets the property PresignedUrlConfig. |
![]() |
Tags | System.Collections.Generic.List<Amazon.IoT.Model.Tag> |
Gets and sets the property Tags. Metadata that can be used to manage the job template. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
TimeoutConfig | Amazon.IoT.Model.TimeoutConfig |
Gets and sets the property TimeoutConfig. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer