Class CfnTestCase.OutputFileProperty
Specifies an output file.
Inheritance
Implements
Namespace: Amazon.CDK.AwsApptest
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class OutputFileProperty : Object, CfnTestCase.IOutputFileProperty
Syntax (vb)
Public Class OutputFileProperty
Inherits Object
Implements CfnTestCase.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.Aws_apptest;
var outputFileProperty = new OutputFileProperty {
FileLocation = "fileLocation"
};
Synopsis
Constructors
Output |
Properties
File |
The file location of the output file. |
Constructors
OutputFileProperty()
public OutputFileProperty()
Properties
FileLocation
The file location of the output file.
public string FileLocation { get; set; }
Property Value
System.