aws.ecr_public.get_authorization_token
Example SQL Queries
SELECT * FROMaws.ecr_public.get_authorization_token;Description
Retrieves an authorization token. An authorization token represents your IAM authentication credentials. You can use it to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours. This API requires the ecr-public:GetAuthorizationToken and sts:GetServiceBearerToken permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| authorization_data An authorization token data object that corresponds to a public registry. | STRUCT( |
Show child fields
| |