aws.datazone.list_project_memberships
Example SQL Queries
SELECT * FROMaws.datazone.list_project_membershipsWHERE"domain_identifier" = 'VALUE'AND "project_identifier" = 'VALUE';Description
Lists all members of the specified project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain in which you want to list project memberships. | VARCHAR |
| project_identifier Required Input Column The identifier of the project whose memberships you want to list. | VARCHAR |
| sort_by Input Column The method by which you want to sort the project memberships. | VARCHAR |
| sort_order Input Column The sort order of the project memberships. | 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 |
| designation The designated role of a project member. | VARCHAR |
| member_details The membership details of a project member. | STRUCT( |
Show child fields
| |