|
| 1 | +**To describe a product** |
| 2 | + |
| 3 | +The following ``describe-product`` example describes a product. :: |
| 4 | + |
| 5 | + aws servicecatalog describe-product \ |
| 6 | + --id prod-dybl43puxxxxx |
| 7 | + |
| 8 | +Output:: |
| 9 | + |
| 10 | + { |
| 11 | + "ProductViewSummary": { |
| 12 | + "Id": "prodview-vkvy2kum5xxxx", |
| 13 | + "ProductId": "prod-dybl43puxxxxx", |
| 14 | + "Name": "ec2-test", |
| 15 | + "Owner": "user", |
| 16 | + "ShortDescription": "", |
| 17 | + "Type": "CLOUD_FORMATION_TEMPLATE", |
| 18 | + "Distributor": "", |
| 19 | + "HasDefaultPath": false, |
| 20 | + "SupportEmail": "", |
| 21 | + "SupportDescription": "", |
| 22 | + "SupportUrl": "" |
| 23 | + }, |
| 24 | + "ProvisioningArtifacts": [ |
| 25 | + { |
| 26 | + "Id": "pa-j7fs6ybztxxxx", |
| 27 | + "Name": "v2", |
| 28 | + "Description": "", |
| 29 | + "CreatedTime": "2021-07-16T15:20:24-05:00", |
| 30 | + "Guidance": "DEFAULT" |
| 31 | + }, |
| 32 | + { |
| 33 | + "Id": "pa-s6z7i2nivxxxx", |
| 34 | + "Description": "Create EC2 and KMS", |
| 35 | + "CreatedTime": "2024-06-13T18:27:54-05:00", |
| 36 | + "Guidance": "DEFAULT" |
| 37 | + }, |
| 38 | + { |
| 39 | + "Id": "pa-6573v3bloxxxx", |
| 40 | + "Name": "v3", |
| 41 | + "CreatedTime": "2024-06-13T18:45:14-05:00", |
| 42 | + "Guidance": "DEFAULT" |
| 43 | + } |
| 44 | + ], |
| 45 | + "Budgets": [], |
| 46 | + "LaunchPaths": [ |
| 47 | + { |
| 48 | + "Id": "lpv3-y3fnkeslpxxxx", |
| 49 | + "Name": "TestPort" |
| 50 | + } |
| 51 | + ] |
| 52 | + } |
| 53 | + |
| 54 | +For more information, see `Managing Products <https://docs.aws.amazon.com/servicecatalog/latest/adminguide/catalogs_products.html>`__ in the *AWS Service Catalog User Guide*. |
0 commit comments