Class CfnTestCasePropsMixin.M2ManagedApplicationActionProperty
Specifies the Mainframe Modernization managed application action.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppTest
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.M2ManagedApplicationActionProperty : CfnTestCasePropsMixin.IM2ManagedApplicationActionProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.M2ManagedApplicationActionProperty Implements CfnTestCasePropsMixin.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.CfnPropertyMixins.AWS.AppTest;
var m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
ActionType = "actionType",
Properties = new M2ManagedActionPropertiesProperty {
ForceStop = false,
ImportDataSetLocation = "importDataSetLocation"
},
Resource = "resource"
};
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.CfnPropertyMixins.AWS.AppTest;
var m2ManagedApplicationActionProperty = new M2ManagedApplicationActionProperty {
ActionType = "actionType",
Properties = new M2ManagedActionPropertiesProperty {
ForceStop = false,
ImportDataSetLocation = "importDataSetLocation"
},
Resource = "resource"
};
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; }