Values_1.CreateRoleAliasRequestSourceCreates a role alias. Requires permission to access the CreateRoleAlias action. The value of credentialDurationSeconds must be less than or equal to the maximum session duration of the IAM role that the role alias references. For more information, see Modifying a role maximum session duration (Amazon Web Services API) from the Amazon Web Services Identity and Access Management User Guide.
type nonrec t = {roleAlias : Values_0.RoleAlias.t;The role alias that points to a role ARN. This allows you to change the role without having to update the device.
*)roleArn : Values_0.RoleArn.t;The role ARN.
*)credentialDurationSeconds : Values_0.CredentialDurationSeconds.t option;How long (in seconds) the credentials will be valid. The default value is 3,600 seconds. This value must be less than or equal to the maximum session duration of the IAM role that the role alias references.
*)}val make :
?credentialDurationSeconds:??? ->
?tags:??? ->
roleAlias:Values_0.RoleAlias.t ->
roleArn:Values_0.RoleArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_0.CredentialDurationSeconds.t
| `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.RoleAlias.t ])
list ]