@aws-sdk/client-emr-containers

GetManagedEndpointSessionCredentialsCommandInput Interface

Members

Name
Type
Details
credentialType Requiredstring | undefined

Type of the token requested. Currently supported and default value of this field is “TOKEN.”

endpointIdentifier Requiredstring | undefined

The ARN of the managed endpoint for which the request is submitted.

executionRoleArn Requiredstring | undefined

The IAM Execution Role ARN that will be used by the job run.

virtualClusterIdentifier Requiredstring | undefined

The ARN of the Virtual Cluster which the Managed Endpoint belongs to.

clientToken string | undefined

The client idempotency token of the job run request.

durationInSeconds number | undefined

Duration in seconds for which the session token is valid. The default duration is 15 minutes and the maximum is 12 hours.

logContext string | undefined

String identifier used to separate sections of the execution logs uploaded to S3.

Full Signature

export interface GetManagedEndpointSessionCredentialsCommandInput extends GetManagedEndpointSessionCredentialsRequest