interface SourceDatabaseMetadataProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.SourceDatabaseMetadataProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_SourceDatabaseMetadataProperty |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.SourceDatabaseMetadataProperty |
Python | aws_cdk.aws_apptest.CfnTestCase.SourceDatabaseMetadataProperty |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » SourceDatabaseMetadataProperty |
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 { aws_apptest as apptest } from 'aws-cdk-lib';
const sourceDatabaseMetadataProperty: apptest.CfnTestCase.SourceDatabaseMetadataProperty = {
captureTool: 'captureTool',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
capture | string | The capture tool of the source database metadata. |
type | string | The type of the source database metadata. |
captureTool
Type:
string
The capture tool of the source database metadata.
type
Type:
string
The type of the source database metadata.