AWSIoTUpdateProvisioningTemplateRequest

Objective-C

@interface AWSIoTUpdateProvisioningTemplateRequest

Swift

class AWSIoTUpdateProvisioningTemplateRequest
  • The ID of the default provisioning template version.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable defaultVersionId;

    Swift

    var defaultVersionId: NSNumber? { get set }
  • The description of the provisioning template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable detail;

    Swift

    var detail: String? { get set }
  • True to enable the provisioning template, otherwise false.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable enabled;

    Swift

    var enabled: NSNumber? { get set }
  • Updates the pre-provisioning hook template. Only supports template of type FLEET_PROVISIONING. For more information about provisioning template types, see type.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSIoTProvisioningHook *_Nullable preProvisioningHook;

    Swift

    var preProvisioningHook: AWSIoTProvisioningHook? { get set }
  • The ARN of the role associated with the provisioning template. This IoT role grants permission to provision a device.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable provisioningRoleArn;

    Swift

    var provisioningRoleArn: String? { get set }
  • Removes pre-provisioning hook template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable removePreProvisioningHook;

    Swift

    var removePreProvisioningHook: NSNumber? { get set }
  • The name of the provisioning template.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable templateName;

    Swift

    var templateName: String? { get set }