Interface CfnTestCase.IInputFileProperty
Specifies the input file.
Namespace: Amazon.CDK.AWS.AppTest
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTestCase.IInputFileProperty
Syntax (vb)
Public Interface CfnTestCase.IInputFileProperty
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 inputFileProperty = new InputFileProperty {
FileMetadata = new FileMetadataProperty {
DatabaseCdc = new DatabaseCDCProperty {
SourceMetadata = new SourceDatabaseMetadataProperty {
CaptureTool = "captureTool",
Type = "type"
},
TargetMetadata = new TargetDatabaseMetadataProperty {
CaptureTool = "captureTool",
Type = "type"
}
},
DataSets = new [] { new DataSetProperty {
Ccsid = "ccsid",
Format = "format",
Length = 123,
Name = "name",
Type = "type"
} }
},
SourceLocation = "sourceLocation",
TargetLocation = "targetLocation"
};
Synopsis
Properties
| FileMetadata | The file metadata of the input file. |
| SourceLocation | The source location of the input file. |
| TargetLocation | The target location of the input file. |
Properties
FileMetadata
The file metadata of the input file.
object FileMetadata { get; }
Property Value
Remarks
SourceLocation
The source location of the input file.
string SourceLocation { get; }
Property Value
Remarks
TargetLocation
The target location of the input file.
string TargetLocation { get; }