list_projects
Retrieve a filtered list of projects from an Amazon DataZone domain, with support for pagination and filters by name, user, or group.
Instructions
Lists projects in an Amazon DataZone domain with optional filtering and pagination.
Args: domain_identifier (str): The identifier of the domain max_results (int, optional): Maximum number of projects to return (1-50, default: 50) next_token (str, optional): Token for pagination name (str, optional): Filter projects by name user_identifier (str, optional): Filter projects by user group_identifier (str, optional): Filter projects by group
Returns: Any: The API response containing the list of projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| next_token | No | ||
| max_results | No | ||
| user_identifier | No | ||
| group_identifier | No | ||
| domain_identifier | Yes |