Interface CfnTestCasePropsMixin.TestCaseLatestVersionProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTestCasePropsMixin.TestCaseLatestVersionProperty.Jsii$Proxy
Enclosing class:
CfnTestCasePropsMixin

@Stability(Stable) public static interface CfnTestCasePropsMixin.TestCaseLatestVersionProperty extends software.amazon.jsii.JsiiSerializable
Specifies the latest version of a test case.

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.*;
 TestCaseLatestVersionProperty testCaseLatestVersionProperty = TestCaseLatestVersionProperty.builder()
         .status("status")
         .version(123)
         .build();
 

See Also: