interface AttributesItemsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Forecast.CfnDataset.AttributesItemsProperty |
Java | software.amazon.awscdk.services.forecast.CfnDataset.AttributesItemsProperty |
Python | aws_cdk.aws_forecast.CfnDataset.AttributesItemsProperty |
TypeScript | @aws-cdk/aws-forecast » CfnDataset » AttributesItemsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as forecast from '@aws-cdk/aws-forecast';
const attributesItemsProperty: forecast.CfnDataset.AttributesItemsProperty = {
attributeName: 'attributeName',
attributeType: 'attributeType',
};
Properties
| Name | Type | Description |
|---|---|---|
| attribute | string | CfnDataset.AttributesItemsProperty.AttributeName. |
| attribute | string | CfnDataset.AttributesItemsProperty.AttributeType. |
attributeName?
Type:
string
(optional)
CfnDataset.AttributesItemsProperty.AttributeName.
attributeType?
Type:
string
(optional)
CfnDataset.AttributesItemsProperty.AttributeType.

.NET
Java
Python
TypeScript