{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-defender/refs/heads/main/json-structure/iot-device-defender-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." } ] } } }