View source: R/emrcontainers_operations.R
emrcontainers_get_managed_endpoint_session_credentials | R Documentation |
Generate a session token to connect to a managed endpoint.
See https://www.paws-r-sdk.com/docs/emrcontainers_get_managed_endpoint_session_credentials/ for full documentation.
emrcontainers_get_managed_endpoint_session_credentials(
endpointIdentifier,
virtualClusterIdentifier,
executionRoleArn,
credentialType,
durationInSeconds = NULL,
logContext = NULL,
clientToken = NULL
)
endpointIdentifier |
[required] The ARN of the managed endpoint for which the request is submitted. |
virtualClusterIdentifier |
[required] The ARN of the Virtual Cluster which the Managed Endpoint belongs to. |
executionRoleArn |
[required] The IAM Execution Role ARN that will be used by the job run. |
credentialType |
[required] Type of the token requested. Currently supported and default value of this field is “TOKEN.” |
durationInSeconds |
Duration in seconds for which the session token is valid. The default duration is 15 minutes and the maximum is 12 hours. |
logContext |
String identifier used to separate sections of the execution logs uploaded to S3. |
clientToken |
The client idempotency token of the job run request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.