AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ProvisioningArtifactDetail

Namespace: Amazon.ServiceCatalog.Model
Assembly: AWSSDK.ServiceCatalog.dll
Version: 3.x.y.z

Syntax

C#
public class ProvisioningArtifactDetail

The ProvisioningArtifactDetail type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Active System.Boolean

Gets and sets the property Active.

Indicates whether the product version is active.

Public Property CreatedTime System.DateTime

Gets and sets the property CreatedTime.

The UTC time stamp of the creation time.

Public Property Description System.String

Gets and sets the property Description.

The description of the provisioning artifact.

Public Property Guidance Amazon.ServiceCatalog.ProvisioningArtifactGuidance

Gets and sets the property Guidance.

Information set by the administrator to provide guidance to end users about which provisioning artifacts to use.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the provisioning artifact.

Public Property Name System.String

Gets and sets the property Name.

The name of the provisioning artifact.

Public Property SourceRevision System.String

Gets and sets the property SourceRevision.

Specifies the revision of the external artifact that was used to automatically sync the Service Catalog product and create the provisioning artifact. 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.

Public Property Type Amazon.ServiceCatalog.ProvisioningArtifactType

Gets and sets the property Type.

The type of provisioning artifact.

  • CLOUD_FORMATION_TEMPLATE - CloudFormation template

  • TERRAFORM_OPEN_SOURCE - Terraform Open Source configuration file

  • TERRAFORM_CLOUD - Terraform Cloud configuration file

  • EXTERNAL - External configuration file

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5