/AWS1/CL_IOTDSCMANAGEDJOBTMP01¶
DescribeManagedJobTemplateResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_templatename TYPE /AWS1/IOTMANAGEDJOBTMPLNAME /AWS1/IOTMANAGEDJOBTMPLNAME¶
The unique name of a managed template, such as
AWS-Reboot.
iv_templatearn TYPE /AWS1/IOTJOBTEMPLATEARN /AWS1/IOTJOBTEMPLATEARN¶
The unique Amazon Resource Name (ARN) of the managed template.
iv_description TYPE /AWS1/IOTJOBDESCRIPTION /AWS1/IOTJOBDESCRIPTION¶
The unique description of a managed template.
iv_templateversion TYPE /AWS1/IOTMANAGEDTMPLVERSION /AWS1/IOTMANAGEDTMPLVERSION¶
The version for a managed template.
it_environments TYPE /AWS1/CL_IOTENVIRONMENTS_W=>TT_ENVIRONMENTS TT_ENVIRONMENTS¶
A list of environments that are supported with the managed job template.
it_documentparameters TYPE /AWS1/CL_IOTDOCUMENTPARAMETER=>TT_DOCUMENTPARAMETERS TT_DOCUMENTPARAMETERS¶
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
documentParameterscan only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
iv_document TYPE /AWS1/IOTJOBDOCUMENT /AWS1/IOTJOBDOCUMENT¶
The document schema for a managed job template.
Queryable Attributes¶
templateName¶
The unique name of a managed template, such as
AWS-Reboot.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATENAME() |
Getter for TEMPLATENAME, with configurable default |
ASK_TEMPLATENAME() |
Getter for TEMPLATENAME w/ exceptions if field has no value |
HAS_TEMPLATENAME() |
Determine if TEMPLATENAME has a value |
templateArn¶
The unique Amazon Resource Name (ARN) of the managed template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEARN() |
Getter for TEMPLATEARN, with configurable default |
ASK_TEMPLATEARN() |
Getter for TEMPLATEARN w/ exceptions if field has no value |
HAS_TEMPLATEARN() |
Determine if TEMPLATEARN has a value |
description¶
The unique description of a managed template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
templateVersion¶
The version for a managed template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATEVERSION() |
Getter for TEMPLATEVERSION, with configurable default |
ASK_TEMPLATEVERSION() |
Getter for TEMPLATEVERSION w/ exceptions if field has no val |
HAS_TEMPLATEVERSION() |
Determine if TEMPLATEVERSION has a value |
environments¶
A list of environments that are supported with the managed job template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENVIRONMENTS() |
Getter for ENVIRONMENTS, with configurable default |
ASK_ENVIRONMENTS() |
Getter for ENVIRONMENTS w/ exceptions if field has no value |
HAS_ENVIRONMENTS() |
Determine if ENVIRONMENTS has a value |
documentParameters¶
A map of key-value pairs that you can use as guidance to specify the inputs for creating a job from a managed template.
documentParameterscan only be used when creating jobs from Amazon Web Services managed templates. This parameter can't be used with custom job templates or to create jobs from them.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTPARAMETERS() |
Getter for DOCUMENTPARAMETERS, with configurable default |
ASK_DOCUMENTPARAMETERS() |
Getter for DOCUMENTPARAMETERS w/ exceptions if field has no |
HAS_DOCUMENTPARAMETERS() |
Determine if DOCUMENTPARAMETERS has a value |
document¶
The document schema for a managed job template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENT() |
Getter for DOCUMENT, with configurable default |
ASK_DOCUMENT() |
Getter for DOCUMENT w/ exceptions if field has no value |
HAS_DOCUMENT() |
Determine if DOCUMENT has a value |