interface SchemaProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Forecast.CfnDataset.SchemaProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsforecast#CfnDataset_SchemaProperty |
![]() | software.amazon.awscdk.services.forecast.CfnDataset.SchemaProperty |
![]() | aws_cdk.aws_forecast.CfnDataset.SchemaProperty |
![]() | aws-cdk-lib » aws_forecast » CfnDataset » SchemaProperty |
Defines the fields of a dataset.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_forecast as forecast } from 'aws-cdk-lib';
const schemaProperty: forecast.CfnDataset.SchemaProperty = {
attributes: [{
attributeName: 'attributeName',
attributeType: 'attributeType',
}],
};
Properties
Name | Type | Description |
---|---|---|
attributes? | IResolvable | IResolvable | Attributes [] | An array of attributes specifying the name and type of each field in a dataset. |
attributes?
Type:
IResolvable
|
IResolvable
|
Attributes
[]
(optional)
An array of attributes specifying the name and type of each field in a dataset.