get_aws_credentials | R Documentation |
Gets temporary credentials for an AWS service.
get_aws_credentials(
aws_region = NULL,
session_duration = 3600L,
role_session_name = NULL,
...
)
aws_region |
Default is NULL, which will look for relevant environment variables and if not found set this to be the relevant region for most Analytical Platform users. |
session_duration |
The number of seconds which the session should last before needing new authentication. Minimum of 900. |
role_session_name |
This is a parameter for authentication, and should be left to NULL in normal operation. |
... |
Further arguments for the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.