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 parameter used to provision a product.

Inheritance Hierarchy

System.Object
  Amazon.ServiceCatalog.Model.ProvisioningArtifactParameter

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

Syntax

C#
public class ProvisioningArtifactParameter

The ProvisioningArtifactParameter type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property DefaultValue System.String

Gets and sets the property DefaultValue.

The default value.

Public Property Description System.String

Gets and sets the property Description.

The description of the parameter.

Public Property IsNoEcho System.Boolean

Gets and sets the property IsNoEcho.

If this value is true, the value for this parameter is obfuscated from view when the parameter is retrieved. This parameter is used to hide sensitive information.

Public Property ParameterConstraints Amazon.ServiceCatalog.Model.ParameterConstraints

Gets and sets the property ParameterConstraints.

Constraints that the administrator has put on a parameter.

Public Property ParameterKey System.String

Gets and sets the property ParameterKey.

The parameter key.

Public Property ParameterType System.String

Gets and sets the property ParameterType.

The parameter type.

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