Amazon IoT Core · JSON Structure

Iot Core Create Policy Version Response Structure

The output of the CreatePolicyVersion operation.

Type: object Properties: 4
Device ManagementIoTMQTTMessage Routing

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

Properties

policyArn policyDocument policyVersionId isDefaultVersion

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-core/refs/heads/main/json-structure/iot-core-create-policy-version-response-structure.json",
  "name": "CreatePolicyVersionResponse",
  "description": "The output of the CreatePolicyVersion operation.",
  "type": "object",
  "properties": {
    "policyArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyArn"
        },
        {
          "description": "The policy ARN."
        }
      ]
    },
    "policyDocument": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyDocument"
        },
        {
          "description": "The JSON document that describes the policy."
        }
      ]
    },
    "policyVersionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PolicyVersionId"
        },
        {
          "description": "The policy version ID."
        }
      ]
    },
    "isDefaultVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IsDefaultVersion"
        },
        {
          "description": "Specifies whether the policy version is the default."
        }
      ]
    }
  }
}