aws-cdk-lib.aws_forecast.CfnDataset.AttributesItemsProperty

interface AttributesItemsProperty

LanguageType name
.NETAmazon.CDK.AWS.Forecast.CfnDataset.AttributesItemsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsforecast#CfnDataset_AttributesItemsProperty
Javasoftware.amazon.awscdk.services.forecast.CfnDataset.AttributesItemsProperty
Pythonaws_cdk.aws_forecast.CfnDataset.AttributesItemsProperty
TypeScript aws-cdk-lib » 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 { aws_forecast as forecast } from 'aws-cdk-lib';
const attributesItemsProperty: forecast.CfnDataset.AttributesItemsProperty = {
  attributeName: 'attributeName',
  attributeType: 'attributeType',
};

Properties

NameTypeDescription
attributeName?stringCfnDataset.AttributesItemsProperty.AttributeName.
attributeType?stringCfnDataset.AttributesItemsProperty.AttributeType.

attributeName?

Type: string (optional)

CfnDataset.AttributesItemsProperty.AttributeName.


attributeType?

Type: string (optional)

CfnDataset.AttributesItemsProperty.AttributeType.