Amazon IoT Device Defender · JSON Structure

Iot Device Defender Describe Role Alias Response Structure

DescribeRoleAliasResponse schema

Type: object Properties: 1
ComplianceIoTSecurityVulnerability Management

DescribeRoleAliasResponse is a JSON Structure definition published by Amazon IoT Device Defender, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

roleAliasDescription

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-defender/refs/heads/main/json-structure/iot-device-defender-describe-role-alias-response-structure.json",
  "name": "DescribeRoleAliasResponse",
  "description": "DescribeRoleAliasResponse schema",
  "type": "object",
  "properties": {
    "roleAliasDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleAliasDescription"
        },
        {
          "description": "The role alias description."
        }
      ]
    }
  }
}