Show / Hide Table of Contents

Class CfnStudioComponent.ScriptParameterKeyValueProperty

Inheritance
object
CfnStudioComponent.ScriptParameterKeyValueProperty
Implements
CfnStudioComponent.IScriptParameterKeyValueProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html#cfn-nimblestudio-studiocomponent-scriptparameterkeyvalue-key

Value

public string? Value { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-scriptparameterkeyvalue.html#cfn-nimblestudio-studiocomponent-scriptparameterkeyvalue-value

Implements

CfnStudioComponent.IScriptParameterKeyValueProperty
Back to top Generated by DocFX