Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.97 KB

File metadata and controls

15 lines (11 loc) · 1.97 KB

StsRoleConfiguration

StsRoleConfiguration

Properties

Name Type Required Description
role_arn str Yes The Amazon Resource Name (ARN) of the role to assume. For more information, see the official AWS documentation.
role_session_name str Yes An identifier for the assumed role session. The value can be any string that you assume will be unique within the AWS account. For more information, see the official AWS documentation.
role_session_duration Optional[Duration] No The duration of the role session. The value specified can range from 900 seconds (15 minutes) up to the maximum session duration set for the role. The maximum session duration setting can have a value from 1 hour to 12 hours. For more details see the official AWS documentation.
external_id Optional[str] No A unique identifier that is used by third parties when assuming roles in their customers' accounts. For more information, see the official AWS documentation.
sts_endpoint Optional[str] No By default, the AWS Security Token Service (AWS STS) is available as a global service, and all AWS STS requests go to a single endpoint at https://sts.amazonaws.com. AWS recommends using Regional AWS STS endpoints instead of the global endpoint to reduce latency, build in redundancy, and increase session token validity.

[Back to Model list] [Back to API list] [Back to README]