interface M2ManagedApplicationActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppTest.CfnTestCasePropsMixin.M2ManagedApplicationActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapptest#CfnTestCasePropsMixin_M2ManagedApplicationActionProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.M2ManagedApplicationActionProperty |
Python | aws_cdk.cfn_property_mixins.aws_apptest.CfnTestCasePropsMixin.M2ManagedApplicationActionProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_apptest » CfnTestCasePropsMixin » M2ManagedApplicationActionProperty |
Specifies the Mainframe Modernization managed application action.
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 m2ManagedApplicationActionProperty: apptest.CfnTestCasePropsMixin.M2ManagedApplicationActionProperty = {
actionType: 'actionType',
properties: {
forceStop: false,
importDataSetLocation: 'importDataSetLocation',
},
resource: 'resource',
};
Properties
| Name | Type | Description |
|---|---|---|
| action | string | The action type of the Mainframe Modernization managed application action. |
| properties? | IResolvable | M2 | The properties of the Mainframe Modernization managed application action. |
| resource? | string | The resource of the Mainframe Modernization managed application action. |
actionType?
Type:
string
(optional)
The action type of the Mainframe Modernization managed application action.
properties?
Type:
IResolvable | M2
(optional)
The properties of the Mainframe Modernization managed application action.
resource?
Type:
string
(optional)
The resource of the Mainframe Modernization managed application action.

.NET
Go
Java
Python
TypeScript