aws.datazone.get_group_profile
Example SQL Queries
SELECT * FROMaws.datazone.get_group_profileWHERE"domain_identifier" = 'VALUE'AND "group_identifier" = 'VALUE';Description
Gets a group profile in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain in which the group profile exists. | VARCHAR |
| group_identifier Required Input Column The identifier of the group profile. | 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 |
| domain_id The identifier of the Amazon DataZone domain in which the group profile exists. | VARCHAR |
| group_name The name of the group for which the specified group profile exists. | VARCHAR |
| id The identifier of the group profile. | VARCHAR |
| status The identifier of the group profile. | VARCHAR |