interface TargetDatabaseMetadataProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppTest.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapptest#CfnTestCasePropsMixin_TargetDatabaseMetadataProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.apptest.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty |
Python | aws_cdk.cfn_property_mixins.aws_apptest.CfnTestCasePropsMixin.TargetDatabaseMetadataProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_apptest » 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 { aws_apptest as apptest } from '@aws-cdk/cfn-property-mixins';
const targetDatabaseMetadataProperty: apptest.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