interface OutputFileProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins.CfnTestCasePropsMixin.OutputFileProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapptest/mixins#CfnTestCasePropsMixin_OutputFileProperty |
Java | software.amazon.awscdk.mixins.preview.services.apptest.mixins.CfnTestCasePropsMixin.OutputFileProperty |
Python | aws_cdk.mixins_preview.aws_apptest.mixins.CfnTestCasePropsMixin.OutputFileProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apptest » mixins » CfnTestCasePropsMixin » 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 { mixins as apptest_mixins } from '@aws-cdk/mixins-preview/aws-apptest';
const outputFileProperty: apptest_mixins.CfnTestCasePropsMixin.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