- Navigation Guide
@aws-sdk/client-emr-containers
GetManagedEndpointSessionCredentialsCommandInput Interface
The input for GetManagedEndpointSessionCredentialsCommand.
Members
Name | Type | Details |
---|---|---|
credentialType Required | string | undefined | Type of the token requested. Currently supported and default value of this field is “TOKEN.” |
endpointIdentifier Required | string | undefined | The ARN of the managed endpoint for which the request is submitted. |
executionRoleArn Required | string | undefined | The IAM Execution Role ARN that will be used by the job run. |
virtualClusterIdentifier Required | string | 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