Interface CfnTestCasePropsMixin.OutputFileProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCasePropsMixin.OutputFileProperty.Jsii$Proxy
- Enclosing class:
CfnTestCasePropsMixin
@Stability(Stable)
public static interface CfnTestCasePropsMixin.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.cfnpropertymixins.services.apptest.*;
OutputFileProperty outputFileProperty = OutputFileProperty.builder()
.fileLocation("fileLocation")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCasePropsMixin.OutputFilePropertystatic final classAn implementation forCfnTestCasePropsMixin.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
-