Amazon IoT Core · JSON Structure

Iot Core Create Security Profile Response Structure

CreateSecurityProfileResponse schema

Type: object Properties: 2
Device ManagementIoTMQTTMessage Routing

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

Properties

securityProfileName securityProfileArn

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-security-profile-response-structure.json",
  "name": "CreateSecurityProfileResponse",
  "description": "CreateSecurityProfileResponse schema",
  "type": "object",
  "properties": {
    "securityProfileName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityProfileName"
        },
        {
          "description": "The name you gave to the security profile."
        }
      ]
    },
    "securityProfileArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecurityProfileArn"
        },
        {
          "description": "The ARN of the security profile."
        }
      ]
    }
  }
}