Class CfnStudioComponent.ScriptParameterKeyValueProperty
Inherited Members
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnStudioComponent.ScriptParameterKeyValueProperty : CfnStudioComponent.IScriptParameterKeyValueProperty
Syntax (vb)
Public Class CfnStudioComponent.ScriptParameterKeyValueProperty Implements CfnStudioComponent.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
Constructors
ScriptParameterKeyValueProperty() |
Properties
Key | |
Value |
Constructors
ScriptParameterKeyValueProperty()
public ScriptParameterKeyValueProperty()
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"
};
Properties
Key
public string? Key { get; set; }
Property Value
Remarks
Value
public string? Value { get; set; }