Role
Role
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id optional | Account ID Example : | any of [string, null] | |
| assume_role_policy_document required | Role Trust Policy | PolicyDocument | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Creator Example : ef50cdc207f05f6fb8f20219f229ed1f | string | |
| creator_email optional | Creator Email Example : | any of [string, null] | |
| creator_name optional | Creator Last Name, First Name Example : | any of [string, null] | |
| description required | Role Description Example : | any of [string, null] | |
| id required | ID Example : f39c460fade34fecb05ede8f904b24b7 | string | |
| max_session_duration required | Role Maximum Session Duration (seconds) Example : | integer | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modifier Example : ef50cdc207f05f6fb8f20219f229ed1f | string | |
| modifier_email optional | Modifier Email Example : | any of [string, null] | |
| modifier_name optional | Modifier Last Name, First Name Example : | any of [string, null] | |
| name required | Role Name Example : | string | |
| policies required | Policy List Attached to Role | any of [array[Policy], null] | |
| type optional | Role Type Example : USER_DEFINED | enum (USER_DEFINED, SERVICE, SERVICE_LINKED) | USER_DEFINED |