RoleUsageType

An object that contains details about how a service-linked role is used, if that information is returned by the service.

This data type is used as a response element in the GetServiceLinkedRoleDeletionStatus operation.

APIs.ioEngineeringPlatform

Properties

Name Type Description
Region object
Resources object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-roleusagetype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RoleUsageType",
  "title": "RoleUsageType",
  "type": "object",
  "properties": {
    "Region": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RegionNameType"
        },
        {
          "description": "The name of the Region where the service-linked role is being used."
        }
      ]
    },
    "Resources": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArnListType"
        },
        {
          "description": "The name of the resource that is using the service-linked role."
        }
      ]
    }
  },
  "description": "<p>An object that contains details about how a service-linked role is used, if that information is returned by the service.</p> <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>"
}