Values.DeviceSourceInformation about a device.
type nonrec t = {certificateArn : string;The ARN of the certificate associated with the device.
*)id : string;A descriptive or arbitrary ID for the device. This value must be unique within the device definition version. Max length is 128 characters with pattern ''[a-zA-Z0-9:_-]+''.
*)syncShadow : bool option;If true, the device's local shadow will be automatically synced with the cloud.
*)thingArn : string;The thing ARN of the device.
*)}