Show / Hide Table of Contents

Class CfnTestCasePropsMixin.OutputFileProperty

Specifies an output file.

Inheritance
object
CfnTestCasePropsMixin.OutputFileProperty
Implements
CfnTestCasePropsMixin.IOutputFileProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-outputfile.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-outputfile.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apptest-testcase-outputfile.html#cfn-apptest-testcase-outputfile-filelocation

Implements

CfnTestCasePropsMixin.IOutputFileProperty
Back to top Generated by DocFX