aws.datazone.get_iam_portal_login_url
Example SQL Queries
SELECT * FROMaws.datazone.get_iam_portal_login_urlWHERE"domain_identifier" = 'VALUE';Description
Gets the data portal URL for the specified Amazon DataZone domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column the ID of the Amazon DataZone domain the data portal of which you want to get. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| auth_code_url The data portal URL of the specified Amazon DataZone domain. | VARCHAR |
| user_profile_id The ID of the user profile. | VARCHAR |