AWS cli documentation change
Summary
Updated CLI version reference and added detailed documentation about data products, including access controls and governance prerequisites
Security assessment
The documentation now explicitly mentions access controls and governance as part of data product definitions, which qualifies as security-related documentation. No specific vulnerability is addressed.
Diff
diff --git a/cli/latest/reference/datazone/create-data-product.md b/cli/latest/reference/datazone/create-data-product.md index a9d22e076..32e2d88d5 100644 --- a//cli/latest/reference/datazone/create-data-product.md +++ b//cli/latest/reference/datazone/create-data-product.md @@ -15 +15 @@ - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) » @@ -60,0 +61,12 @@ Creates a data product. +A data product is a comprehensive package that combines data assets with their associated metadata, documentation, and access controls. It’s designed to serve specific business needs or use cases, making it easier for users to find and consume data appropriately. Data products include important information about data quality, freshness, and usage guidelines, effectively bridging the gap between data producers and consumers while ensuring proper governance. + +Prerequisites: + + * The domain must exist and be accessible. + * The owning project must be valid and active. + * The name must be unique within the domain (no existing data product with the same name). + * User must have create permissions for data products in the project. + * The domain must have Amazon DataZone publishing enabled. + + + @@ -430 +442 @@ status -> (string) - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »