interface InputProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.InputProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_InputProperty |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.InputProperty |
Python | aws_cdk.aws_apptest.CfnTestCase.InputProperty |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » InputProperty |
Specifies the input.
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 inputProperty: apptest.CfnTestCase.InputProperty = {
file: {
fileMetadata: {
databaseCdc: {
sourceMetadata: {
captureTool: 'captureTool',
type: 'type',
},
targetMetadata: {
captureTool: 'captureTool',
type: 'type',
},
},
dataSets: [{
ccsid: 'ccsid',
format: 'format',
length: 123,
name: 'name',
type: 'type',
}],
},
sourceLocation: 'sourceLocation',
targetLocation: 'targetLocation',
},
};
Properties
Name | Type | Description |
---|---|---|
file | IResolvable | Input | The file in the input. |
file
Type:
IResolvable
|
Input
The file in the input.