Interface CfnProject.IProvisioningParameterProperty
A key value pair used when you provision a project as a service catalog product.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IProvisioningParameterProperty
Syntax (vb)
Public Interface IProvisioningParameterProperty
Remarks
For information, see What is AWS Service Catalog .
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.Sagemaker;
var provisioningParameterProperty = new ProvisioningParameterProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | The key that identifies a provisioning parameter. |
Value | The value of the provisioning parameter. |
Properties
Key
The key that identifies a provisioning parameter.
string Key { get; }
Property Value
System.
Remarks
Value
The value of the provisioning parameter.
string Value { get; }
Property Value
System.