Interface CfnTestCasePropsMixin.IM2ManagedActionPropertiesProperty
Specifies the Mainframe Modernization managed action properties.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppTest
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTestCasePropsMixin.IM2ManagedActionPropertiesProperty
Syntax (vb)
Public Interface CfnTestCasePropsMixin.IM2ManagedActionPropertiesProperty
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.CfnPropertyMixins.AWS.AppTest;
var m2ManagedActionPropertiesProperty = new M2ManagedActionPropertiesProperty {
ForceStop = false,
ImportDataSetLocation = "importDataSetLocation"
};
Synopsis
Properties
| ForceStop | Force stops the Mainframe Modernization managed action properties. |
| ImportDataSetLocation | The import data set location of the Mainframe Modernization managed action properties. |
Properties
ForceStop
Force stops the Mainframe Modernization managed action properties.
object? ForceStop { get; }
Property Value
Remarks
ImportDataSetLocation
The import data set location of the Mainframe Modernization managed action properties.
string? ImportDataSetLocation { get; }