Interface CfnTestCasePropsMixin.TN3270Property
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCasePropsMixin.TN3270Property.Jsii$Proxy
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static interface CfnTestCasePropsMixin.TN3270Property
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.apptest.*;
TN3270Property tN3270Property = TN3270Property.builder()
.exportDataSetNames(List.of("exportDataSetNames"))
.script(ScriptProperty.builder()
.scriptLocation("scriptLocation")
.type("type")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCasePropsMixin.TN3270Propertystatic final classAn implementation forCfnTestCasePropsMixin.TN3270Property -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExportDataSetNames
The data set names of the TN3270 protocol.- See Also:
-
getScript
The script of the TN3270 protocol.Returns union: either
IResolvableorCfnTestCasePropsMixin.ScriptProperty- See Also:
-
builder
-