- Newest
- Most votes
- Most comments
Based on the available documentation, the ENVIRONMENT_BLUEPRINT_CONFIGURATION entity type is listed as a valid option for both add-policy-grant and list-policy-grants commands in Amazon DataZone. However, the documentation does not provide explicit guidance on the correct identifier format for this specific entity type.
The validation error you're encountering ("Format of EnvironmentBlueprintConfigurationId is invalid") suggests that none of the standard identifier patterns are being accepted by the API, despite the entity type being documented as supported.
Given that:
- The
GetEnvironmentBlueprintConfigurationAPI successfully retrieves the configuration using the domain identifier and environment blueprint identifier as separate parameters - The configuration object returned does not include a standalone
EnvironmentBlueprintConfigurationIdfield - All common identifier format patterns (pipe-separated, slash-separated, and single identifier) are being rejected
- The Console UI successfully manages these permissions
This appears to be either:
- A gap in the public API implementation where the entity type is documented but not fully supported for policy grant operations in Domain Version V2 (Unified Studio)
- An undocumented identifier format that differs from standard patterns used for other DataZone entities
I recommend contacting AWS Support to clarify:
- Whether
ENVIRONMENT_BLUEPRINT_CONFIGURATIONpolicy grants are fully supported via the public API in Domain Version V2 - The correct identifier format if it is supported
- Whether there are any known limitations or differences between Console capabilities and API capabilities for blueprint configuration policy grants in Unified Studio domains
The fact that the Console can manage these permissions while the API rejects all identifier formats suggests this may be a feature that is not yet fully exposed through the public API surface.
Sources
add-policy-grant — AWS CLI 2.27.41 Command Reference
list-policy-grants — AWS CLI 2.27.41 Command Reference
Relevant content
- asked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 9 months ago
