Resource Type Definition for AWS::Forecast::Dataset
dataset_name
(String) A name for the datasetdataset_type
(String) The dataset typedomain
(String) The domain associated with the datasetschema
(Attributes) (see below for nested schema)data_frequency
(String) Frequency of data collection. This parameter is required for RELATED_TIME_SERIESencryption_config
(Attributes) (see below for nested schema)tags
(Attributes List) (see below for nested schema)arn
(String)id
(String) Uniquely identifies the resource.schema
Optional:
attributes
(Attributes List) (see below for nested schema)schema.attributes
Optional:
attribute_name
(String) Name of the dataset fieldattribute_type
(String) Data type of the fieldencryption_config
Optional:
kms_key_arn
(String) KMS key used to encrypt the Dataset datarole_arn
(String) The ARN of the IAM role that Amazon Forecast can assume to access the AWS KMS key.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_forecast_dataset.example <resource ID>