HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/servicecatalog/describe-provisioning-artifact.rst
**To describe a provisioning artifact**

The following ``describe-provisioning-artifact`` example displays details for the specified provisioning artifact. ::

    aws servicecatalog describe-provisioning-artifact \
        --provisioning-artifact-id pa-pcz347abcdcfm \
        --product-id prod-abcdfz3syn2rg

Output::

    {
        "Info": {
            "TemplateUrl": "https://awsdocs.s3.amazonaws.com/servicecatalog/myexampledevelopment-environment.template"
        },
        "ProvisioningArtifactDetail": {
            "Id": "pa-pcz347abcdcfm",
            "Active": true,
            "Type": "CLOUD_FORMATION_TEMPLATE",
            "Description": "updated description",
            "CreatedTime": 1562097906.0,
            "Name": "updated name"
        },
        "Status": "AVAILABLE"
    }