Interface CfnTestCase.MainframeActionPropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCase.MainframeActionPropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.MainframeActionPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.apptest.*;
MainframeActionPropertiesProperty mainframeActionPropertiesProperty = MainframeActionPropertiesProperty.builder()
.dmsTaskArn("dmsTaskArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCase.MainframeActionPropertiesPropertystatic final classAn implementation forCfnTestCase.MainframeActionPropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDmsTaskArn
The DMS task ARN of the mainframe action properties.- See Also:
-
builder
-