Class CfnTestCase.M2ManagedApplicationActionProperty
Specifies the Mainframe Modernization managed application action.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.AppTest
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTestCase.M2ManagedApplicationActionProperty : CfnTestCase.IM2ManagedApplicationActionProperty
Syntax (vb)
Public Class CfnTestCase.M2ManagedApplicationActionProperty Implements CfnTestCase.IM2ManagedApplicationActionProperty
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 m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
ActionType = "actionType",
Resource = "resource",
// the properties below are optional
Properties = new M2ManagedActionPropertiesProperty {
ForceStop = false,
ImportDataSetLocation = "importDataSetLocation"
}
};
Synopsis
Constructors
| M2ManagedApplicationActionProperty() | Specifies the Mainframe Modernization managed application action. |
Properties
| ActionType | The action type of the Mainframe Modernization managed application action. |
| Properties | The properties of the Mainframe Modernization managed application action. |
| Resource | The resource of the Mainframe Modernization managed application action. |
Constructors
M2ManagedApplicationActionProperty()
Specifies the Mainframe Modernization managed application action.
public M2ManagedApplicationActionProperty()
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 m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
ActionType = "actionType",
Resource = "resource",
// the properties below are optional
Properties = new M2ManagedActionPropertiesProperty {
ForceStop = false,
ImportDataSetLocation = "importDataSetLocation"
}
};
Properties
ActionType
The action type of the Mainframe Modernization managed application action.
public string ActionType { get; set; }
Property Value
Remarks
Properties
The properties of the Mainframe Modernization managed application action.
public object? Properties { get; set; }
Property Value
Remarks
Resource
The resource of the Mainframe Modernization managed application action.
public string Resource { get; set; }