interface AttributesItemsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Forecast.CfnDatasetPropsMixin.AttributesItemsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsforecast#CfnDatasetPropsMixin_AttributesItemsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.forecast.CfnDatasetPropsMixin.AttributesItemsProperty |
Python | aws_cdk.cfn_property_mixins.aws_forecast.CfnDatasetPropsMixin.AttributesItemsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_forecast » CfnDatasetPropsMixin » AttributesItemsProperty |
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/cfn-property-mixins';
const attributesItemsProperty: forecast.CfnDatasetPropsMixin.AttributesItemsProperty = {
attributeName: 'attributeName',
attributeType: 'attributeType',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute | string | Name of the dataset field. |
| attribute | string | Data type of the field. |
attributeName?
Type:
string
(optional)
Name of the dataset field.
attributeType?
Type:
string
(optional)
Data type of the field.

.NET
Go
Java
Python
TypeScript