Interface CfnTestCase.IM2ManagedApplicationActionProperty
Specifies the Mainframe Modernization managed application action.
Namespace: Amazon.CDK.AwsApptest
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IM2ManagedApplicationActionProperty
Syntax (vb)
Public Interface 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
Properties
Action |
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. |
Properties
ActionType
The action type of the Mainframe Modernization managed application action.
string ActionType { get; }
Property Value
System.
Remarks
Properties
The properties of the Mainframe Modernization managed application action.
virtual object Properties { get; }
Property Value
System.
Remarks
Resource
The resource of the Mainframe Modernization managed application action.
string Resource { get; }
Property Value
System.