Class CfnTestCasePropsMixin.OutputFileProperty
Specifies an output file.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppTest
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.OutputFileProperty : CfnTestCasePropsMixin.IOutputFileProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.OutputFileProperty Implements CfnTestCasePropsMixin.IOutputFileProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppTest;
var outputFileProperty = new OutputFileProperty {
FileLocation = "fileLocation"
};
Synopsis
Constructors
| OutputFileProperty() | Specifies an output file. |
Properties
| FileLocation | The file location of the output file. |
Constructors
OutputFileProperty()
Specifies an output file.
public OutputFileProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.AppTest;
var outputFileProperty = new OutputFileProperty {
FileLocation = "fileLocation"
};
Properties
FileLocation
The file location of the output file.
public string? FileLocation { get; set; }