interface OutputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins.CfnTestCasePropsMixin.OutputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapptest/mixins#CfnTestCasePropsMixin_OutputProperty |
Java | software.amazon.awscdk.mixins.preview.services.apptest.mixins.CfnTestCasePropsMixin.OutputProperty |
Python | aws_cdk.mixins_preview.aws_apptest.mixins.CfnTestCasePropsMixin.OutputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apptest » mixins » CfnTestCasePropsMixin » OutputProperty |
Specifies an output.
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 outputProperty: apptest_mixins.CfnTestCasePropsMixin.OutputProperty = {
file: {
fileLocation: 'fileLocation',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| file? | IResolvable | Output | The file of the output. |
file?
Type:
IResolvable | Output
(optional)
The file of the output.

.NET
Go
Java
Python
TypeScript