Amazon IoT Device Management · JSON Structure

Iot Device Management Get Effective Policies Response Structure

GetEffectivePoliciesResponse schema

Type: object Properties: 1
Device ManagementFleet ManagementIoTOTA Updates

GetEffectivePoliciesResponse is a JSON Structure definition published by Amazon IoT Device Management, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

effectivePolicies

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-structure/iot-device-management-get-effective-policies-response-structure.json",
  "name": "GetEffectivePoliciesResponse",
  "description": "GetEffectivePoliciesResponse schema",
  "type": "object",
  "properties": {
    "effectivePolicies": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EffectivePolicies"
        },
        {
          "description": "The effective policies."
        }
      ]
    }
  }
}