Amazon IoT Device Management · JSON Structure

Iot Device Management Create Role Alias Response Structure

CreateRoleAliasResponse schema

Type: object Properties: 2
Device ManagementFleet ManagementIoTOTA Updates

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

Properties

roleAlias roleAliasArn

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-create-role-alias-response-structure.json",
  "name": "CreateRoleAliasResponse",
  "description": "CreateRoleAliasResponse schema",
  "type": "object",
  "properties": {
    "roleAlias": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleAlias"
        },
        {
          "description": "The role alias."
        }
      ]
    },
    "roleAliasArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleAliasArn"
        },
        {
          "description": "The role alias ARN."
        }
      ]
    }
  }
}