list_domains
Retrieve Amazon DataZone domains with optional status filter and pagination. Get domain details including ID, name, and ARN.
Instructions
Lists Amazon DataZone domains.
Args: max_results (int, optional): Maximum number of results to return (default: 25, max: 25) next_token (str, optional): Token for pagination to get next page of results status (str, optional): Filter domains by status (e.g., "AVAILABLE", "CREATING", "DELETING")
Returns: Dict containing: - items: List of domains with details including ID, name, status, ARN, etc. - next_token: Token for next page of results (if available)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| next_token | No | ||
| max_results | No |