aws.emr.get_cluster_session_credentials
Example SQL Queries
SELECT * FROMaws.emr.get_cluster_session_credentialsWHERE"cluster_id" = 'VALUE';Description
Provides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_id Required Input Column The unique identifier of the cluster. | VARCHAR |
| execution_role_arn Input Column The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and role type using the following format: arn:partition:service:region:account:resource. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| credentials The credentials that you can use to connect to cluster endpoints that support username and password authentication. | STRUCT( |
Show child fields
| |
| expires_at The time when the credentials that are returned by the GetClusterSessionCredentials API expire. | TIMESTAMP_S |