Interface CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty.Jsii$Proxy
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static interface CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the 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.mixins.preview.services.apptest.mixins.*;
M2NonManagedApplicationActionProperty m2NonManagedApplicationActionProperty = M2NonManagedApplicationActionProperty.builder()
.actionType("actionType")
.resource("resource")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnTestCasePropsMixin.M2NonManagedApplicationActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActionType
The action type of the Mainframe Modernization non-managed application action.- See Also:
-
getResource
The resource of the Mainframe Modernization non-managed application action.- See Also:
-
builder
@Stability(Stable) static CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty.Builder builder()
-