Skip to content

/AWS1/CL_IOTDESCRPROVTMPLRSP

DescribeProvisioningTemplateResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_TEMPLATEARN TYPE /AWS1/IOTTEMPLATEARN /AWS1/IOTTEMPLATEARN

The ARN of the provisioning template.

IV_TEMPLATENAME TYPE /AWS1/IOTTEMPLATENAME /AWS1/IOTTEMPLATENAME

The name of the provisioning template.

IV_DESCRIPTION TYPE /AWS1/IOTTEMPLATEDESCRIPTION /AWS1/IOTTEMPLATEDESCRIPTION

The description of the provisioning template.

IV_CREATIONDATE TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE

The date when the provisioning template was created.

IV_LASTMODIFIEDDATE TYPE /AWS1/IOTDATETYPE /AWS1/IOTDATETYPE

The date when the provisioning template was last modified.

IV_DEFAULTVERSIONID TYPE /AWS1/IOTTEMPLATEVERSIONID /AWS1/IOTTEMPLATEVERSIONID

The default fleet template version ID.

IV_TEMPLATEBODY TYPE /AWS1/IOTTEMPLATEBODY /AWS1/IOTTEMPLATEBODY

The JSON formatted contents of the provisioning template.

IV_ENABLED TYPE /AWS1/IOTENABLED2 /AWS1/IOTENABLED2

True if the provisioning template is enabled, otherwise false.

IV_PROVISIONINGROLEARN TYPE /AWS1/IOTROLEARN /AWS1/IOTROLEARN

The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

IO_PREPROVISIONINGHOOK TYPE REF TO /AWS1/CL_IOTPROVISIONINGHOOK /AWS1/CL_IOTPROVISIONINGHOOK

Gets information about a pre-provisioned hook.

IV_TYPE TYPE /AWS1/IOTTEMPLATETYPE /AWS1/IOTTEMPLATETYPE

The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.


Queryable Attributes

templateArn

The ARN of the provisioning 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

templateName

The name of the provisioning template.

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

description

The description of the provisioning 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

creationDate

The date when the provisioning template was created.

Accessible with the following methods

Method Description
GET_CREATIONDATE() Getter for CREATIONDATE, with configurable default
ASK_CREATIONDATE() Getter for CREATIONDATE w/ exceptions if field has no value
HAS_CREATIONDATE() Determine if CREATIONDATE has a value

lastModifiedDate

The date when the provisioning template was last modified.

Accessible with the following methods

Method Description
GET_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE, with configurable default
ASK_LASTMODIFIEDDATE() Getter for LASTMODIFIEDDATE w/ exceptions if field has no va
HAS_LASTMODIFIEDDATE() Determine if LASTMODIFIEDDATE has a value

defaultVersionId

The default fleet template version ID.

Accessible with the following methods

Method Description
GET_DEFAULTVERSIONID() Getter for DEFAULTVERSIONID, with configurable default
ASK_DEFAULTVERSIONID() Getter for DEFAULTVERSIONID w/ exceptions if field has no va
HAS_DEFAULTVERSIONID() Determine if DEFAULTVERSIONID has a value

templateBody

The JSON formatted contents of the provisioning template.

Accessible with the following methods

Method Description
GET_TEMPLATEBODY() Getter for TEMPLATEBODY, with configurable default
ASK_TEMPLATEBODY() Getter for TEMPLATEBODY w/ exceptions if field has no value
HAS_TEMPLATEBODY() Determine if TEMPLATEBODY has a value

enabled

True if the provisioning template is enabled, otherwise false.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

provisioningRoleArn

The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

Accessible with the following methods

Method Description
GET_PROVISIONINGROLEARN() Getter for PROVISIONINGROLEARN, with configurable default
ASK_PROVISIONINGROLEARN() Getter for PROVISIONINGROLEARN w/ exceptions if field has no
HAS_PROVISIONINGROLEARN() Determine if PROVISIONINGROLEARN has a value

preProvisioningHook

Gets information about a pre-provisioned hook.

Accessible with the following methods

Method Description
GET_PREPROVISIONINGHOOK() Getter for PREPROVISIONINGHOOK

type

The type you define in a provisioning template. You can create a template with only one type. You can't change the template type after its creation. The default value is FLEET_PROVISIONING. For more information about provisioning template, see: Provisioning template.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value