interface M2ManagedActionPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapptest/mixins#CfnTestCasePropsMixin_M2ManagedActionPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.apptest.mixins.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_apptest.mixins.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apptest » mixins » CfnTestCasePropsMixin » M2ManagedActionPropertiesProperty |
Specifies the Mainframe Modernization managed action properties.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as apptest_mixins } from '@aws-cdk/mixins-preview/aws-apptest';
const m2ManagedActionPropertiesProperty: apptest_mixins.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty = {
forceStop: false,
importDataSetLocation: 'importDataSetLocation',
};
Properties
| Name | Type | Description |
|---|---|---|
| force | boolean | IResolvable | Force stops the Mainframe Modernization managed action properties. |
| import | string | The import data set location of the Mainframe Modernization managed action properties. |
forceStop?
Type:
boolean | IResolvable
(optional)
Force stops the Mainframe Modernization managed action properties.
importDataSetLocation?
Type:
string
(optional)
The import data set location of the Mainframe Modernization managed action properties.

.NET
Go
Java
Python
TypeScript