list_environment_blueprints
List environment blueprints in an Amazon DataZone domain, with optional filters by name, managed status, and pagination.
Instructions
Lists environment blueprints in an Amazon DataZone domain.
Args: domain_identifier (str): The ID of the domain where the blueprints are listed Pattern: ^dzd[-][a-zA-Z0-9-]{1,36}$ managed (bool, optional): Specifies whether to list only managed blueprints max_results (int, optional): Maximum number of blueprints to return (1-50, default: 50) name (str, optional): Filter blueprints by name (1-64 characters) Pattern: ^[\w -]+$ next_token (str, optional): Token for pagination (1-8192 characters)
Returns: Dict containing: - items: List of environment blueprints, each containing: - id: Blueprint identifier - name: Blueprint name - description: Blueprint description - provider: Blueprint provider - provisioning_properties: Blueprint provisioning properties - created_at: Creation timestamp - updated_at: Last update timestamp - next_token: Token for pagination if more results are available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| managed | No | ||
| next_token | No | ||
| max_results | No | ||
| domain_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |