aws-cdk-lib.aws_forecast.CfnDataset.TagsItemsProperty

interface TagsItemsProperty

LanguageType name
.NETAmazon.CDK.AWS.Forecast.CfnDataset.TagsItemsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsforecast#CfnDataset_TagsItemsProperty
Javasoftware.amazon.awscdk.services.forecast.CfnDataset.TagsItemsProperty
Pythonaws_cdk.aws_forecast.CfnDataset.TagsItemsProperty
TypeScript aws-cdk-lib » aws_forecast » CfnDataset » TagsItemsProperty

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 tagsItemsProperty: forecast.CfnDataset.TagsItemsProperty = {
  key: 'key',
  value: 'value',
};

Properties

NameTypeDescription
keystringCfnDataset.TagsItemsProperty.Key.
valuestringCfnDataset.TagsItemsProperty.Value.

key

Type: string

CfnDataset.TagsItemsProperty.Key.


value

Type: string

CfnDataset.TagsItemsProperty.Value.