View source: R/iam_operations.R
iam_update_role | R Documentation |
Updates the description or maximum session duration setting of a role.
See https://www.paws-r-sdk.com/docs/iam_update_role/ for full documentation.
iam_update_role(RoleName, Description = NULL, MaxSessionDuration = NULL)
RoleName |
[required] The name of the role that you want to modify. |
Description |
The new description that you want to apply to the specified role. |
MaxSessionDuration |
The maximum session duration (in seconds) that you want to set for the specified role. If you do not specify a value for this setting, the default value of one hour is applied. This setting can have a value from 1 hour to 12 hours. Anyone who assumes the role from the CLI or API can use the
IAM role credentials provided by Amazon EC2 instances assigned to the role are not subject to the specified maximum session duration. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.