aws-native logo
AWS Native v0.64.0, Jun 2 23

aws-native.forecast.Dataset

Explore with Pulumi AI

Resource Type Definition for AWS::Forecast::Dataset

Create Dataset Resource

new Dataset(name: string, args: DatasetArgs, opts?: CustomResourceOptions);
@overload
def Dataset(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            data_frequency: Optional[str] = None,
            dataset_name: Optional[str] = None,
            dataset_type: Optional[DatasetType] = None,
            domain: Optional[DatasetDomain] = None,
            encryption_config: Optional[EncryptionConfigPropertiesArgs] = None,
            schema: Optional[SchemaPropertiesArgs] = None,
            tags: Optional[Sequence[TagsItemPropertiesArgs]] = None)
@overload
def Dataset(resource_name: str,
            args: DatasetArgs,
            opts: Optional[ResourceOptions] = None)
func NewDataset(ctx *Context, name string, args DatasetArgs, opts ...ResourceOption) (*Dataset, error)
public Dataset(string name, DatasetArgs args, CustomResourceOptions? opts = null)
public Dataset(String name, DatasetArgs args)
public Dataset(String name, DatasetArgs args, CustomResourceOptions options)
type: aws-native:forecast:Dataset
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args DatasetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args DatasetArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args DatasetArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args DatasetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args DatasetArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Dataset Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Dataset resource accepts the following input properties:

DatasetType DatasetType

The dataset type

Domain DatasetDomain

The domain associated with the dataset

Schema SchemaPropertiesArgs
DataFrequency string

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

DatasetName string

A name for the dataset

EncryptionConfig EncryptionConfigPropertiesArgs
Tags []TagsItemPropertiesArgs
datasetType DatasetType

The dataset type

domain DatasetDomain

The domain associated with the dataset

schema SchemaPropertiesArgs
dataFrequency String

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

datasetName String

A name for the dataset

encryptionConfig EncryptionConfigPropertiesArgs
tags List<TagsItemPropertiesArgs>
datasetType DatasetType

The dataset type

domain DatasetDomain

The domain associated with the dataset

schema SchemaPropertiesArgs
dataFrequency string

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

datasetName string

A name for the dataset

encryptionConfig EncryptionConfigPropertiesArgs
tags TagsItemPropertiesArgs[]
dataset_type DatasetType

The dataset type

domain DatasetDomain

The domain associated with the dataset

schema SchemaPropertiesArgs
data_frequency str

Frequency of data collection. This parameter is required for RELATED_TIME_SERIES

dataset_name str

A name for the dataset

encryption_config EncryptionConfigPropertiesArgs
tags Sequence[TagsItemPropertiesArgs]

Outputs

All input properties are implicitly available as output properties. Additionally, the Dataset resource produces the following output properties:

Arn string
Id string

The provider-assigned unique ID for this managed resource.

Arn string
Id string

The provider-assigned unique ID for this managed resource.

arn String
id String

The provider-assigned unique ID for this managed resource.

arn string
id string

The provider-assigned unique ID for this managed resource.

arn str
id str

The provider-assigned unique ID for this managed resource.

arn String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

AttributesItemProperties

AttributeName string

Name of the dataset field

AttributeType DatasetAttributesItemPropertiesAttributeType

Data type of the field

attributeName String

Name of the dataset field

attributeType DatasetAttributesItemPropertiesAttributeType

Data type of the field

attributeName string

Name of the dataset field

attributeType DatasetAttributesItemPropertiesAttributeType

Data type of the field

attribute_name str

Name of the dataset field

attribute_type DatasetAttributesItemPropertiesAttributeType

Data type of the field

DatasetAttributesItemPropertiesAttributeType

String
string
Integer
integer
Float
float
Timestamp
timestamp
Geolocation
geolocation
DatasetAttributesItemPropertiesAttributeTypeString
string
DatasetAttributesItemPropertiesAttributeTypeInteger
integer
DatasetAttributesItemPropertiesAttributeTypeFloat
float
DatasetAttributesItemPropertiesAttributeTypeTimestamp
timestamp
DatasetAttributesItemPropertiesAttributeTypeGeolocation
geolocation
String
string
Integer
integer
Float
float
Timestamp
timestamp
Geolocation
geolocation
String
string
Integer
integer
Float
float
Timestamp
timestamp
Geolocation
geolocation
STRING
string
INTEGER
integer
FLOAT
float
TIMESTAMP
timestamp
GEOLOCATION
geolocation
"string"
string
"integer"
integer
"float"
float
"timestamp"
timestamp
"geolocation"
geolocation

DatasetDomain

Retail
RETAIL
Custom
CUSTOM
InventoryPlanning
INVENTORY_PLANNING
Ec2Capacity
EC2_CAPACITY
WorkForce
WORK_FORCE
WebTraffic
WEB_TRAFFIC
Metrics
METRICS
DatasetDomainRetail
RETAIL
DatasetDomainCustom
CUSTOM
DatasetDomainInventoryPlanning
INVENTORY_PLANNING
DatasetDomainEc2Capacity
EC2_CAPACITY
DatasetDomainWorkForce
WORK_FORCE
DatasetDomainWebTraffic
WEB_TRAFFIC
DatasetDomainMetrics
METRICS
Retail
RETAIL
Custom
CUSTOM
InventoryPlanning
INVENTORY_PLANNING
Ec2Capacity
EC2_CAPACITY
WorkForce
WORK_FORCE
WebTraffic
WEB_TRAFFIC
Metrics
METRICS
Retail
RETAIL
Custom
CUSTOM
InventoryPlanning
INVENTORY_PLANNING
Ec2Capacity
EC2_CAPACITY
WorkForce
WORK_FORCE
WebTraffic
WEB_TRAFFIC
Metrics
METRICS
RETAIL
RETAIL
CUSTOM
CUSTOM
INVENTORY_PLANNING
INVENTORY_PLANNING
EC2_CAPACITY
EC2_CAPACITY
WORK_FORCE
WORK_FORCE
WEB_TRAFFIC
WEB_TRAFFIC
METRICS
METRICS
"RETAIL"
RETAIL
"CUSTOM"
CUSTOM
"INVENTORY_PLANNING"
INVENTORY_PLANNING
"EC2_CAPACITY"
EC2_CAPACITY
"WORK_FORCE"
WORK_FORCE
"WEB_TRAFFIC"
WEB_TRAFFIC
"METRICS"
METRICS

DatasetType

TargetTimeSeries
TARGET_TIME_SERIES
RelatedTimeSeries
RELATED_TIME_SERIES
ItemMetadata
ITEM_METADATA
DatasetTypeTargetTimeSeries
TARGET_TIME_SERIES
DatasetTypeRelatedTimeSeries
RELATED_TIME_SERIES
DatasetTypeItemMetadata
ITEM_METADATA
TargetTimeSeries
TARGET_TIME_SERIES
RelatedTimeSeries
RELATED_TIME_SERIES
ItemMetadata
ITEM_METADATA
TargetTimeSeries
TARGET_TIME_SERIES
RelatedTimeSeries
RELATED_TIME_SERIES
ItemMetadata
ITEM_METADATA
TARGET_TIME_SERIES
TARGET_TIME_SERIES
RELATED_TIME_SERIES
RELATED_TIME_SERIES
ITEM_METADATA
ITEM_METADATA
"TARGET_TIME_SERIES"
TARGET_TIME_SERIES
"RELATED_TIME_SERIES"
RELATED_TIME_SERIES
"ITEM_METADATA"
ITEM_METADATA

EncryptionConfigProperties

KmsKeyArn string
RoleArn string
KmsKeyArn string
RoleArn string
kmsKeyArn String
roleArn String
kmsKeyArn string
roleArn string
kmsKeyArn String
roleArn String

SchemaProperties

TagsItemProperties

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0