Amazon IoT Core · Schema

GetEffectivePoliciesResponse

GetEffectivePoliciesResponse schema

Device ManagementIoTMQTTMessage Routing

Properties

Name Type Description
effectivePolicies object
View JSON Schema on GitHub

JSON Schema

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