View source: R/lakeformation_operations.R
lakeformation_assume_decorated_role_with_saml | R Documentation |
Allows a caller to assume an IAM role decorated as the SAML user specified in the SAML assertion included in the request. This decoration allows Lake Formation to enforce access policies against the SAML users and groups. This API operation requires SAML federation setup in the caller’s account as it can only be called with valid SAML assertions. Lake Formation does not scope down the permission of the assumed role. All permissions attached to the role via the SAML federation setup will be included in the role session.
See https://www.paws-r-sdk.com/docs/lakeformation_assume_decorated_role_with_saml/ for full documentation.
lakeformation_assume_decorated_role_with_saml(
SAMLAssertion,
RoleArn,
PrincipalArn,
DurationSeconds = NULL
)
SAMLAssertion |
[required] A SAML assertion consisting of an assertion statement for the user who needs temporary credentials. This must match the SAML assertion that was issued to IAM. This must be Base64 encoded. |
RoleArn |
[required] The role that represents an IAM principal whose scope down policy allows
it to call credential vending APIs such as
|
PrincipalArn |
[required] The Amazon Resource Name (ARN) of the SAML provider in IAM that describes the IdP. |
DurationSeconds |
The time period, between 900 and 43,200 seconds, for the timeout of the temporary credentials. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.