Name | Type | Description | Notes |
---|---|---|---|
name | String | IAM Role name | |
description | Option<String> | IAM Role description | [optional] |
permissions | Option<Vec> | IAM Role permissions | [optional] |
editable | Option<bool> | Sets if the IAM Role Policy is editable or not (default: true). This setting cannot be changed after creation | [optional] |
labels | Option<std::collections::HashMap<String, String>> | [optional] | |
policy | Option<models::IamPolicy> | [optional] |