Interface CfnStudioComponent.IStudioComponentInitializationScriptProperty
Namespace: Amazon.CDK.AWS.NimbleStudio
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnStudioComponent.IStudioComponentInitializationScriptProperty
Syntax (vb)
Public Interface CfnStudioComponent.IStudioComponentInitializationScriptProperty
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 studioComponentInitializationScriptProperty = new StudioComponentInitializationScriptProperty {
LaunchProfileProtocolVersion = "launchProfileProtocolVersion",
Platform = "platform",
RunContext = "runContext",
Script = "script"
};
Synopsis
Properties
LaunchProfileProtocolVersion | |
Platform | |
RunContext | |
Script |
Properties
LaunchProfileProtocolVersion
string? LaunchProfileProtocolVersion { get; }
Property Value
Remarks
Platform
string? Platform { get; }
Property Value
Remarks
RunContext
string? RunContext { get; }