interface M2NonManagedApplicationActionProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins.CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapptest/mixins#CfnTestCasePropsMixin_M2NonManagedApplicationActionProperty |
Java | software.amazon.awscdk.mixins.preview.services.apptest.mixins.CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty |
Python | aws_cdk.mixins_preview.aws_apptest.mixins.CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apptest » mixins » CfnTestCasePropsMixin » M2NonManagedApplicationActionProperty |
Specifies the Mainframe Modernization non-managed application action.
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 m2NonManagedApplicationActionProperty: apptest_mixins.CfnTestCasePropsMixin.M2NonManagedApplicationActionProperty = {
actionType: 'actionType',
resource: 'resource',
};
Properties
| Name | Type | Description |
|---|---|---|
| action | string | The action type of the Mainframe Modernization non-managed application action. |
| resource? | string | The resource of the Mainframe Modernization non-managed application action. |
actionType?
Type:
string
(optional)
The action type of the Mainframe Modernization non-managed application action.
resource?
Type:
string
(optional)
The resource of the Mainframe Modernization non-managed application action.

.NET
Go
Java
Python
TypeScript