

# ProvisioningArtifactDetail
<a name="API_ProvisioningArtifactDetail"></a>

Information about a provisioning artifact (also known as a version) for a product.

## Contents
<a name="API_ProvisioningArtifactDetail_Contents"></a>

 ** Active **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-Active"></a>
Indicates whether the product version is active.  
Type: Boolean  
Required: No

 ** CreatedTime **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-CreatedTime"></a>
The UTC time stamp of the creation time.  
Type: Timestamp  
Required: No

 ** Description **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-Description"></a>
The description of the provisioning artifact.  
Type: String  
Length Constraints: Maximum length of 8192.  
Required: No

 ** Guidance **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-Guidance"></a>
Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.  
Type: String  
Valid Values: `DEFAULT | DEPRECATED`   
Required: No

 ** Id **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-Id"></a>
The identifier of the provisioning artifact.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 100.  
Pattern: `^[a-zA-Z0-9_\-]*`   
Required: No

 ** Name **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-Name"></a>
The name of the provisioning artifact.  
Type: String  
Length Constraints: Maximum length of 8192.  
Required: No

 ** SourceRevision **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-SourceRevision"></a>
Specifies the revision of the external artifact that was used to automatically sync the Amazon Service Catalog product and create the provisioning artifact. Amazon Service Catalog includes this response parameter as a high level field to the existing `ProvisioningArtifactDetail` type, which is returned as part of the response for `CreateProduct`, `UpdateProduct`, `DescribeProductAsAdmin`, `DescribeProvisioningArtifact`, `ListProvisioningArtifact`, and `UpdateProvisioningArticat` APIs.   
This field only exists for Repo-Synced products.   
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 512.  
Required: No

 ** Type **   <a name="servicecatalog-Type-ProvisioningArtifactDetail-Type"></a>
The type of provisioning artifact.  
+  `CLOUD_FORMATION_TEMPLATE` - Amazon CloudFormation template
+  `TERRAFORM_OPEN_SOURCE` - Terraform Open Source configuration file
+  `TERRAFORM_CLOUD` - Terraform Cloud configuration file
+  `EXTERNAL` - External configuration file
Type: String  
Valid Values: `CLOUD_FORMATION_TEMPLATE | MARKETPLACE_AMI | MARKETPLACE_CAR | TERRAFORM_OPEN_SOURCE | EXTERNAL | TERRAFORM_CLOUD`   
Required: No

## See Also
<a name="API_ProvisioningArtifactDetail_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\+\+](https://docs.amazonaws.cn/goto/SdkForCpp/servicecatalog-2015-12-10/ProvisioningArtifactDetail) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/servicecatalog-2015-12-10/ProvisioningArtifactDetail) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/servicecatalog-2015-12-10/ProvisioningArtifactDetail) 