interface M2ManagedActionPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppTest.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapptest#CfnTestCasePropsMixin_M2ManagedActionPropertiesProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty |
Python | aws_cdk.cfn_property_mixins.aws_apptest.CfnTestCasePropsMixin.M2ManagedActionPropertiesProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_apptest » 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 { aws_apptest as apptest } from '@aws-cdk/cfn-property-mixins';
const m2ManagedActionPropertiesProperty: apptest.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