Interface ICfnSimulationApplicationVersionProps
Properties for defining a CfnSimulationApplicationVersion
.
Namespace: Amazon.CDK.AWS.RoboMaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnSimulationApplicationVersionProps
Syntax (vb)
Public Interface ICfnSimulationApplicationVersionProps
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.RoboMaker;
var cfnSimulationApplicationVersionProps = new CfnSimulationApplicationVersionProps {
Application = "application",
// the properties below are optional
CurrentRevisionId = "currentRevisionId"
};
Synopsis
Properties
Application | The application information for the simulation application. |
Current |
The current revision id for the simulation application. |
Properties
Application
The application information for the simulation application.
string Application { get; }
Property Value
System.
Remarks
CurrentRevisionId
The current revision id for the simulation application.
virtual string CurrentRevisionId { get; }
Property Value
System.
Remarks
If you provide a value and it matches the latest revision ID, a new version will be created.