Interface CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnTestCasePropsMixin

@Stability(Stable) public static interface CfnTestCasePropsMixin.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.cfnpropertymixins.services.apptest.*;
 M2ManagedActionPropertiesProperty m2ManagedActionPropertiesProperty = M2ManagedActionPropertiesProperty.builder()
         .forceStop(false)
         .importDataSetLocation("importDataSetLocation")
         .build();
 

See Also: