interface MainframeActionPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins.CfnTestCasePropsMixin.MainframeActionPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapptest/mixins#CfnTestCasePropsMixin_MainframeActionPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.apptest.mixins.CfnTestCasePropsMixin.MainframeActionPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_apptest.mixins.CfnTestCasePropsMixin.MainframeActionPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apptest » mixins » CfnTestCasePropsMixin » MainframeActionPropertiesProperty |
Specifies the mainframe 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 mainframeActionPropertiesProperty: apptest_mixins.CfnTestCasePropsMixin.MainframeActionPropertiesProperty = {
dmsTaskArn: 'dmsTaskArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| dms | string | The DMS task ARN of the mainframe action properties. |
dmsTaskArn?
Type:
string
(optional)
The DMS task ARN of the mainframe action properties.

.NET
Go
Java
Python
TypeScript