AWS SDK Version 4 for .NET
API Reference

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.

This is the response object from the DescribeJobTemplate operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.IoT.Model.DescribeJobTemplateResponse

Namespace: Amazon.IoT.Model
Assembly: AWSSDK.IoT.dll
Version: 3.x.y.z

Syntax

C#
public class DescribeJobTemplateResponse : AmazonWebServiceResponse

The DescribeJobTemplateResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AbortConfig Amazon.IoT.Model.AbortConfig

Gets and sets the property AbortConfig.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.Nullable<System.DateTime>

Gets and sets the property CreatedAt.

The time, in seconds since the epoch, when the job template was created.

Public Property Description System.String

Gets and sets the property Description.

A description of the job template.

Public Property 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.

Public Property Document System.String

Gets and sets the property Document.

The job document.

Public Property DocumentSource System.String

Gets and sets the property DocumentSource.

An S3 link to the job document.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property JobExecutionsRetryConfig Amazon.IoT.Model.JobExecutionsRetryConfig

Gets and sets the property JobExecutionsRetryConfig.

The configuration that determines how many retries are allowed for each failure type for a job.

Public Property JobExecutionsRolloutConfig Amazon.IoT.Model.JobExecutionsRolloutConfig

Gets and sets the property JobExecutionsRolloutConfig.

Public Property JobTemplateArn System.String

Gets and sets the property JobTemplateArn.

The ARN of the job template.

Public Property JobTemplateId System.String

Gets and sets the property JobTemplateId.

The unique identifier of the job template.

Public Property 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.

Public Property PresignedUrlConfig Amazon.IoT.Model.PresignedUrlConfig

Gets and sets the property PresignedUrlConfig.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TimeoutConfig Amazon.IoT.Model.TimeoutConfig

Gets and sets the property TimeoutConfig.

Version Information

.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