interface M2NonManagedApplicationActionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_apptest.CfnTestCase.M2NonManagedApplicationActionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_M2NonManagedApplicationActionProperty |
![]() | software.amazon.awscdk.services.apptest.CfnTestCase.M2NonManagedApplicationActionProperty |
![]() | aws_cdk.aws_apptest.CfnTestCase.M2NonManagedApplicationActionProperty |
![]() | aws-cdk-lib » aws_apptest » CfnTestCase » 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 { aws_apptest as apptest } from 'aws-cdk-lib';
const m2NonManagedApplicationActionProperty: apptest.CfnTestCase.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
The action type of the Mainframe Modernization non-managed application action.
resource
Type:
string
The resource of the Mainframe Modernization non-managed application action.