interface TargetDatabaseMetadataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppTest.Mixins.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsapptest/mixins#CfnTestCasePropsMixin_TargetDatabaseMetadataProperty |
Java | software.amazon.awscdk.mixins.preview.services.apptest.mixins.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty |
Python | aws_cdk.mixins_preview.aws_apptest.mixins.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty |
TypeScript | @aws-cdk/mixins-preview » aws_apptest » mixins » CfnTestCasePropsMixin » TargetDatabaseMetadataProperty |
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 { mixins as apptest_mixins } from '@aws-cdk/mixins-preview/aws-apptest';
const targetDatabaseMetadataProperty: apptest_mixins.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty = {
captureTool: 'captureTool',
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| capture | string | The capture tool of the target database metadata. |
| type? | string | The type of the target database metadata. |
captureTool?
Type:
string
(optional)
The capture tool of the target database metadata.
type?
Type:
string
(optional)
The type of the target database metadata.

.NET
Go
Java
Python
TypeScript