interface OutputFileProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_apptest.CfnTestCase.OutputFileProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_OutputFileProperty |
![]() | software.amazon.awscdk.services.apptest.CfnTestCase.OutputFileProperty |
![]() | aws_cdk.aws_apptest.CfnTestCase.OutputFileProperty |
![]() | 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.