list_environment_profiles
List environment profiles in Amazon DataZone domains, filtered by AWS account, region, blueprint, or project, for targeted environment discovery.
Instructions
Lists environment profiles within a specified Amazon DataZone domain, optionally filtered by AWS account, region, blueprint, and project.
Args: domain_identifier (str): The identifier of the Amazon DataZone domain. Pattern: ^dzd[-][a-zA-Z0-9-]{1,36}$ Required: Yes
aws_account_id (str, optional): The AWS account ID to filter results.
Pattern: r"^\d{12}$"
aws_account_region (str, optional): The AWS region to filter results.
Pattern: ^[a-z]{2}-[a-z]{4,10}-\d$
environment_blueprint_identifier (str, optional): The identifier of the blueprint used to create the environment profiles.
Pattern: ^[a-zA-Z0-9_-]{1,36}$
max_results (int, optional): Maximum number of results to return (1–50).
name (str, optional): Filter environment profiles by name.
Length: 1–64 characters
Pattern: ^[\w -]+$
next_token (str, optional): A pagination token returned from a previous call to retrieve the next set of results.
Length: 1–8192 characters
project_identifier (str, optional): The identifier of the Amazon DataZone project.
Pattern: ^[a-zA-Z0-9_-]{1,36}$Returns: dict: A dictionary containing: - items (List[dict]): A list of environment profile summaries. Each item includes: - awsAccountId (str): AWS account where the profile exists. - awsAccountRegion (str): AWS region of the profile. - createdAt (str): Timestamp when the profile was created. - createdBy (str): Identifier of the user who created the profile. - description (str): Description of the profile. - domainId (str): The domain associated with the profile. - environmentBlueprintId (str): ID of the blueprint used. - id (str): Unique ID of the environment profile. - name (str): Name of the environment profile. - projectId (str): ID of the associated project. - updatedAt (str): Timestamp of last update.
- nextToken (str): Token for retrieving the next page of results, if any.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| next_token | No | ||
| max_results | No | ||
| aws_account_id | No | ||
| domain_identifier | Yes | ||
| aws_account_region | No | ||
| project_identifier | No | ||
| environment_blueprint_identifier | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |