RuntimeConfigurationUpdateRequestBody - AWS IoT Greengrass

AWS IoT Greengrass Version 1 entered the extended life phase on June 30, 2023. For more information, see the AWS IoT Greengrass V1 maintenance policy. After this date, AWS IoT Greengrass V1 won't release updates that provide features, enhancements, bug fixes, or security patches. Devices that run on AWS IoT Greengrass V1 won't be disrupted and will continue to operate and to connect to the cloud. We strongly recommend that you migrate to AWS IoT Greengrass Version 2, which adds significant new features and support for additional platforms.

RuntimeConfigurationUpdateRequestBody

{ "TelemetryConfiguration": { "Telemetry": "On|Off" } }
RuntimeConfigurationUpdateRequestBody

Information about the runtime configuration for a thing.

type: object

RuntimeConfigurationUpdate

Runtime configuration for a thing.

type: object

TelemetryConfiguration

The configuration settings to run telemetry.

type: object

required: ["Telemetry"]

Telemetry

The configuration setting to turn on or turn off telemetry.

type: string

enum: ["On", "Off"]