Interface CfnCloudFormationProvisionedProduct.IProvisioningParameterProperty
Information about a parameter used to provision a product.
Namespace: Amazon.CDK.AWS.Servicecatalog
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProvisioningParameterProperty
Syntax (vb)
Public Interface IProvisioningParameterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Servicecatalog;
var provisioningParameterProperty = new ProvisioningParameterProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | The parameter key. |
Value | The parameter value. |
Properties
Key
The parameter key.
string Key { get; }
Property Value
System.
Remarks
Value
The parameter value.
string Value { get; }
Property Value
System.