Interface CfnTestCase.M2ManagedActionPropertiesProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnTestCase.M2ManagedActionPropertiesProperty.Jsii$Proxy
- Enclosing class:
 CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.M2ManagedActionPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the Mainframe Modernization managed action properties.
 
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apptest.*;
 M2ManagedActionPropertiesProperty m2ManagedActionPropertiesProperty = M2ManagedActionPropertiesProperty.builder()
         .forceStop(false)
         .importDataSetLocation("importDataSetLocation")
         .build();
 
 - See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCase.M2ManagedActionPropertiesPropertystatic final classAn implementation forCfnTestCase.M2ManagedActionPropertiesProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getForceStop
Force stops the Mainframe Modernization managed action properties.Returns union: either
BooleanorIResolvable- See Also:
 
 - 
getImportDataSetLocation
The import data set location of the Mainframe Modernization managed action properties.- See Also:
 
 - 
builder
 
 -