Interface CfnTestCase.M2NonManagedApplicationActionProperty

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

@Stability(Stable) public static interface CfnTestCase.M2NonManagedApplicationActionProperty extends software.amazon.jsii.JsiiSerializable
Specifies the AWS Mainframe Modernization non-managed application action.

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.*;
 M2NonManagedApplicationActionProperty m2NonManagedApplicationActionProperty = M2NonManagedApplicationActionProperty.builder()
         .actionType("actionType")
         .resource("resource")
         .build();
 

See Also: