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