interface TN3270Property
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.TN3270Property |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_TN3270Property |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.TN3270Property |
Python | aws_cdk.aws_apptest.CfnTestCase.TN3270Property |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » TN3270Property |
Specifies the TN3270 protocol.
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 tN3270Property: apptest.CfnTestCase.TN3270Property = {
script: {
scriptLocation: 'scriptLocation',
type: 'type',
},
// the properties below are optional
exportDataSetNames: ['exportDataSetNames'],
};
Properties
Name | Type | Description |
---|---|---|
script | IResolvable | Script | The script of the TN3270 protocol. |
export | string[] | The data set names of the TN3270 protocol. |
script
Type:
IResolvable
|
Script
The script of the TN3270 protocol.
exportDataSetNames?
Type:
string[]
(optional)
The data set names of the TN3270 protocol.