interface OutputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppTest.CfnTestCasePropsMixin.OutputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapptest#CfnTestCasePropsMixin_OutputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.OutputProperty |
Python | aws_cdk.cfn_property_mixins.aws_apptest.CfnTestCasePropsMixin.OutputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_apptest » 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 { aws_apptest as apptest } from '@aws-cdk/cfn-property-mixins';
const outputProperty: apptest.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