1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. forecast
  5. DatasetGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.forecast.DatasetGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Represents a dataset group that holds a collection of related datasets

Create DatasetGroup Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new DatasetGroup(name: string, args: DatasetGroupArgs, opts?: CustomResourceOptions);
@overload
def DatasetGroup(resource_name: str,
                 args: DatasetGroupArgs,
                 opts: Optional[ResourceOptions] = None)

@overload
def DatasetGroup(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 domain: Optional[DatasetGroupDomain] = None,
                 dataset_arns: Optional[Sequence[str]] = None,
                 dataset_group_name: Optional[str] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewDatasetGroup(ctx *Context, name string, args DatasetGroupArgs, opts ...ResourceOption) (*DatasetGroup, error)
public DatasetGroup(string name, DatasetGroupArgs args, CustomResourceOptions? opts = null)
public DatasetGroup(String name, DatasetGroupArgs args)
public DatasetGroup(String name, DatasetGroupArgs args, CustomResourceOptions options)
type: aws-native:forecast:DatasetGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

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

DatasetGroup Resource Properties

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

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The DatasetGroup resource accepts the following input properties:

Domain This property is required. Pulumi.AwsNative.Forecast.DatasetGroupDomain
The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
DatasetArns List<string>
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
DatasetGroupName string
A name for the dataset group.
Tags List<Pulumi.AwsNative.Inputs.Tag>
The tags of Application Insights application.
Domain This property is required. DatasetGroupDomain
The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
DatasetArns []string
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
DatasetGroupName string
A name for the dataset group.
Tags TagArgs
The tags of Application Insights application.
domain This property is required. DatasetGroupDomain
The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
datasetArns List<String>
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetGroupName String
A name for the dataset group.
tags List<Tag>
The tags of Application Insights application.
domain This property is required. DatasetGroupDomain
The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
datasetArns string[]
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetGroupName string
A name for the dataset group.
tags Tag[]
The tags of Application Insights application.
domain This property is required. DatasetGroupDomain
The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
dataset_arns Sequence[str]
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
dataset_group_name str
A name for the dataset group.
tags Sequence[TagArgs]
The tags of Application Insights application.
domain This property is required. "RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS"
The domain associated with the dataset group. When you add a dataset to a dataset group, this value and the value specified for the Domain parameter of the CreateDataset operation must match.
datasetArns List<String>
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetGroupName String
A name for the dataset group.
tags List<Property Map>
The tags of Application Insights application.

Outputs

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

DatasetGroupArn string
The Amazon Resource Name (ARN) of the dataset group to delete.
Id string
The provider-assigned unique ID for this managed resource.
DatasetGroupArn string
The Amazon Resource Name (ARN) of the dataset group to delete.
Id string
The provider-assigned unique ID for this managed resource.
datasetGroupArn String
The Amazon Resource Name (ARN) of the dataset group to delete.
id String
The provider-assigned unique ID for this managed resource.
datasetGroupArn string
The Amazon Resource Name (ARN) of the dataset group to delete.
id string
The provider-assigned unique ID for this managed resource.
dataset_group_arn str
The Amazon Resource Name (ARN) of the dataset group to delete.
id str
The provider-assigned unique ID for this managed resource.
datasetGroupArn String
The Amazon Resource Name (ARN) of the dataset group to delete.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

DatasetGroupDomain
, DatasetGroupDomainArgs

Retail
RETAIL
Custom
CUSTOM
InventoryPlanning
INVENTORY_PLANNING
Ec2Capacity
EC2_CAPACITY
WorkForce
WORK_FORCE
WebTraffic
WEB_TRAFFIC
Metrics
METRICS
DatasetGroupDomainRetail
RETAIL
DatasetGroupDomainCustom
CUSTOM
DatasetGroupDomainInventoryPlanning
INVENTORY_PLANNING
DatasetGroupDomainEc2Capacity
EC2_CAPACITY
DatasetGroupDomainWorkForce
WORK_FORCE
DatasetGroupDomainWebTraffic
WEB_TRAFFIC
DatasetGroupDomainMetrics
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

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

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

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi