Amazon IoT Device Management · JSON Structure

Iot Device Management Get Policy Response Structure

The output from the GetPolicy operation.

Type: object Properties: 7
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

policyName policyArn policyDocument defaultVersionId creationDate lastModifiedDate generationId

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-policy-response-structure.json",
  "name": "GetPolicyResponse",
  "description": "The output from the GetPolicy operation.",
  "type": "object",
  "properties": {
    "policyName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyName"
        },
        {
          "description": "The policy name."
        }
      ]
    },
    "policyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyArn"
        },
        {
          "description": "The policy ARN."
        }
      ]
    },
    "policyDocument": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyDocument"
        },
        {
          "description": "The JSON document that describes the policy."
        }
      ]
    },
    "defaultVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyVersionId"
        },
        {
          "description": "The default policy version ID."
        }
      ]
    },
    "creationDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date the policy was created."
        }
      ]
    },
    "lastModifiedDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DateType"
        },
        {
          "description": "The date the policy was last modified."
        }
      ]
    },
    "generationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GenerationId"
        },
        {
          "description": "The generation ID of the policy."
        }
      ]
    }
  }
}