Interface CfnTestCase.TargetDatabaseMetadataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTestCase.TargetDatabaseMetadataProperty.Jsii$Proxy
- Enclosing class:
CfnTestCase
@Stability(Stable)
public static interface CfnTestCase.TargetDatabaseMetadataProperty
extends software.amazon.jsii.JsiiSerializable
Specifies a target 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.*;
TargetDatabaseMetadataProperty targetDatabaseMetadataProperty = TargetDatabaseMetadataProperty.builder()
.captureTool("captureTool")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTestCase.TargetDatabaseMetadataPropertystatic final classAn implementation forCfnTestCase.TargetDatabaseMetadataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCaptureTool
The capture tool of the target database metadata.- See Also:
-
getType
The type of the target database metadata.- See Also:
-
builder
-