Interface CfnStudioComponent.IScriptParameterKeyValueProperty
A parameter for a studio component script, in the form of a key-value pair.
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScriptParameterKeyValueProperty
Syntax (vb)
Public Interface IScriptParameterKeyValueProperty
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.NimbleStudio;
var scriptParameterKeyValueProperty = new ScriptParameterKeyValueProperty {
Key = "key",
Value = "value"
};
Synopsis
Properties
Key | A script parameter key. |
Value | A script parameter value. |
Properties
Key
A script parameter key.
virtual string Key { get; }
Property Value
System.
Remarks
Value
A script parameter value.
virtual string Value { get; }
Property Value
System.