APIs.io Engineering Platform · Schema
Role
Contains information about an IAM role. This structure is returned as a response element in several API operations that interact with roles.
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| Path | object | |
| RoleName | object | |
| RoleId | object | |
| Arn | object | |
| CreateDate | object | |
| AssumeRolePolicyDocument | object | |
| Description | object | |
| MaxSessionDuration | object | |
| PermissionsBoundary | object | |
| Tags | object | |
| RoleLastUsed | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Role",
"title": "Role",
"type": "object",
"required": [
"Path",
"RoleName",
"RoleId",
"Arn",
"CreateDate"
],
"properties": {
"Path": {
"allOf": [
{
"$ref": "#/components/schemas/pathType"
},
{
"description": " The path to the role. For more information about paths, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">IAM identifiers</a> in the <i>IAM User Guide</i>. "
}
]
},
"RoleName": {
"allOf": [
{
"$ref": "#/components/schemas/roleNameType"
},
{
"description": "The friendly name that identifies the role."
}
]
},
"RoleId": {
"allOf": [
{
"$ref": "#/components/schemas/idType"
},
{
"description": " The stable and unique string identifying the role. For more information about IDs, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">IAM identifiers</a> in the <i>IAM User Guide</i>. "
}
]
},
"Arn": {
"allOf": [
{
"$ref": "#/components/schemas/arnType"
},
{
"description": " The Amazon Resource Name (ARN) specifying the role. For more information about ARNs and how to use them in policies, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html\">IAM identifiers</a> in the <i>IAM User Guide</i> guide. "
}
]
},
"CreateDate": {
"allOf": [
{
"$ref": "#/components/schemas/dateType"
},
{
"description": "The date and time, in <a href=\"http://www.iso.org/iso/iso8601\">ISO 8601 date-time format</a>, when the role was created."
}
]
},
"AssumeRolePolicyDocument": {
"allOf": [
{
"$ref": "#/components/schemas/policyDocumentType"
},
{
"description": "The policy that grants an entity permission to assume the role."
}
]
},
"Description": {
"allOf": [
{
"$ref": "#/components/schemas/roleDescriptionType"
},
{
"description": "A description of the role that you provide."
}
]
},
"MaxSessionDuration": {
"allOf": [
{
"$ref": "#/components/schemas/roleMaxSessionDurationType"
},
{
"description": "The maximum session duration (in seconds) for the specified role. Anyone who uses the CLI, or API to assume the role can specify the duration using the optional <code>DurationSeconds</code> API parameter or <code>duration-seconds</code> CLI parameter."
}
]
},
"PermissionsBoundary": {
"allOf": [
{
"$ref": "#/components/schemas/AttachedPermissionsBoundary"
},
{
"description": "<p>The ARN of the policy used to set the permissions boundary for the role.</p> <p>For more information about permissions boundaries, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html\">Permissions boundaries for IAM identities </a> in the <i>IAM User Guide</i>.</p>"
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/tagListType"
},
{
"description": "A list of tags that are attached to the role. For more information about tagging, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html\">Tagging IAM resources</a> in the <i>IAM User Guide</i>."
}
]
},
"RoleLastUsed": {
"allOf": [
{
"$ref": "#/components/schemas/RoleLastUsed"
},
{
"description": "Contains information about the last time that an IAM role was used. This includes the date and time and the Region in which the role was last used. Activity is only reported for the trailing 400 days. This period can be shorter if your Region began supporting these features within the last year. The role might have been used more than 400 days ago. For more information, see <a href=\"https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period\">Regions where data is tracked</a> in the <i>IAM user Guide</i>."
}
]
}
},
"description": "Contains information about an IAM role. This structure is returned as a response element in several API operations that interact with roles."
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-role"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.