Interface CfnTestCase.SourceDatabaseMetadataProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTestCase.SourceDatabaseMetadataProperty.Jsii$Proxy
Enclosing class:
CfnTestCase

@Stability(Stable) public static interface CfnTestCase.SourceDatabaseMetadataProperty extends software.amazon.jsii.JsiiSerializable
Specifies the source database metadata.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apptest.*;
 SourceDatabaseMetadataProperty sourceDatabaseMetadataProperty = SourceDatabaseMetadataProperty.builder()
         .captureTool("captureTool")
         .type("type")
         .build();
 

See Also: