aws.datazone.search_group_profiles
Example SQL Queries
SELECT * FROMaws.datazone.search_group_profilesWHERE"domain_identifier" = 'VALUE'AND "group_type" = 'VALUE';Description
Searches group profiles in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain in which you want to search group profiles. | VARCHAR |
| group_type Required Input Column The group type for which to search. | VARCHAR |
| search_text Input Column Specifies the text for which to search. | 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 ID of the Amazon DataZone domain of a group profile. | VARCHAR |
| group_name The group name of a group profile. | VARCHAR |
| id The ID of a group profile. | VARCHAR |
| status The status of a group profile. | VARCHAR |