Initializer
Properties
| Name | Type | Description |
|---|---|---|
role_arn | str | (Required) The ARN of the role to assume. |
session_duration | typing.Union[int, float] | (Required) The duration of the session when making the AssumeRole call. |
session_name | str | (Required) The session name to use when making the AssumeRole call. |
policy | typing.Any | (Optional) A more restrictive policy when making the AssumeRole call. |
role_arnRequired
- Type: str
session_durationRequired
- Type: typing.Union[int, float]
session_nameRequired
- Type: str
policyOptional
- Type: typing.Any