Class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty
Specifies the source database metadata.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty : CfnTestCasePropsMixin.ISourceDatabaseMetadataProperty
Syntax (vb)
Public Class CfnTestCasePropsMixin.SourceDatabaseMetadataProperty Implements CfnTestCasePropsMixin.ISourceDatabaseMetadataProperty
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.Mixins.Preview.AWS.AppTest.Mixins;
var sourceDatabaseMetadataProperty = new SourceDatabaseMetadataProperty {
CaptureTool = "captureTool",
Type = "type"
};
Synopsis
Constructors
| SourceDatabaseMetadataProperty() | Specifies the source database metadata. |
Properties
| CaptureTool | The capture tool of the source database metadata. |
| Type | The type of the source database metadata. |
Constructors
SourceDatabaseMetadataProperty()
Specifies the source database metadata.
public SourceDatabaseMetadataProperty()
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.Mixins.Preview.AWS.AppTest.Mixins;
var sourceDatabaseMetadataProperty = new SourceDatabaseMetadataProperty {
CaptureTool = "captureTool",
Type = "type"
};
Properties
CaptureTool
The capture tool of the source database metadata.
public string? CaptureTool { get; set; }
Property Value
Remarks
Type
The type of the source database metadata.
public string? Type { get; set; }