interface DataSetProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.aws_apptest.CfnTestCase.DataSetProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapptest#CfnTestCase_DataSetProperty |
Java | software.amazon.awscdk.services.apptest.CfnTestCase.DataSetProperty |
Python | aws_cdk.aws_apptest.CfnTestCase.DataSetProperty |
TypeScript | aws-cdk-lib » aws_apptest » CfnTestCase » DataSetProperty |
Defines a data set.
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 dataSetProperty: apptest.CfnTestCase.DataSetProperty = {
ccsid: 'ccsid',
format: 'format',
length: 123,
name: 'name',
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
ccsid | string | The CCSID of the data set. |
format | string | The format of the data set. |
length | number | The length of the data set. |
name | string | The name of the data set. |
type | string | The type of the data set. |
ccsid
Type:
string
The CCSID of the data set.
format
Type:
string
The format of the data set.
length
Type:
number
The length of the data set.
name
Type:
string
The name of the data set.
type
Type:
string
The type of the data set.