interface SourceDatabaseMetadataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppTest.CfnTestCasePropsMixin.SourceDatabaseMetadataProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapptest#CfnTestCasePropsMixin_SourceDatabaseMetadataProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.SourceDatabaseMetadataProperty |
Python | aws_cdk.cfn_property_mixins.aws_apptest.CfnTestCasePropsMixin.SourceDatabaseMetadataProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_apptest » CfnTestCasePropsMixin » 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/cfn-property-mixins';
const sourceDatabaseMetadataProperty: apptest.CfnTestCasePropsMixin.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
(optional)
The capture tool of the source database metadata.
type?
Type:
string
(optional)
The type of the source database metadata.

.NET
Go
Java
Python
TypeScript