interface OutputFileProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.OutputFileProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_OutputFileProperty |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.OutputFileProperty |
Python | aws_cdk.aws_apptest.CfnTestCase.OutputFileProperty |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » OutputFileProperty |
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 { aws_apptest as apptest } from 'aws-cdk-lib';
const outputFileProperty: apptest.CfnTestCase.OutputFileProperty = {
fileLocation: 'fileLocation',
};
Properties
| Name | Type | Description |
|---|---|---|
| file | string | The file location of the output file. |
fileLocation?
Type:
string
(optional)
The file location of the output file.

.NET
Go
Java
Python
TypeScript