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
)
[required] The ARN of the managed endpoint for which the request is submitted.
[required] The ARN of the Virtual Cluster which the Managed Endpoint belongs to.
[required] The IAM Execution Role ARN that will be used by the job run.
[required] Type of the token requested. Currently supported and default value of this field is “TOKEN.”
Duration in seconds for which the session token is valid. The default duration is 15 minutes and the maximum is 12 hours.
String identifier used to separate sections of the execution logs uploaded to S3.
The client idempotency token of the job run request.