GetServiceLinkedRoleDeletionStatusRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
DeletionTaskId object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getservicelinkedroledeletionstatusrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetServiceLinkedRoleDeletionStatusRequest",
  "title": "GetServiceLinkedRoleDeletionStatusRequest",
  "type": "object",
  "required": [
    "DeletionTaskId"
  ],
  "properties": {
    "DeletionTaskId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeletionTaskIdType"
        },
        {
          "description": "The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format <code>task/aws-service-role/&lt;service-principal-name&gt;/&lt;role-name&gt;/&lt;task-uuid&gt;</code>."
        }
      ]
    }
  }
}