GetRoleRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
RoleName object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getrolerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetRoleRequest",
  "title": "GetRoleRequest",
  "type": "object",
  "required": [
    "RoleName"
  ],
  "properties": {
    "RoleName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/roleNameType"
        },
        {
          "description": "<p>The name of the IAM role to get information about.</p> <p>This parameter allows (through its <a href=\"http://wikipedia.org/wiki/regex\">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-</p>"
        }
      ]
    }
  }
}