Interface CfnTestCase.OutputFileProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCase.OutputFileProperty.Jsii$Proxy
- Enclosing class:
CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.OutputFileProperty
extends software.amazon.jsii.JsiiSerializable
Specifies an output file.
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.*;
OutputFileProperty outputFileProperty = OutputFileProperty.builder()
.fileLocation("fileLocation")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCase.OutputFilePropertystatic final classAn implementation forCfnTestCase.OutputFileProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFileLocation
The file location of the output file.- See Also:
-
builder
-