We recommend new projects start with resources from the AWS provider.
aws-native.forecast.DatasetGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 string
- The unique name of the resource.
- args DatasetGroupArgs
- 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 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 string
- The unique name of the resource.
- args DatasetGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DatasetGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The DatasetGroup resource accepts the following input properties:
- Domain
Pulumi.
Aws Native. Forecast. Dataset Group Domain - 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 List<string> - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- Dataset
Group stringName - A name for the dataset group.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags of Application Insights application.
- Domain
Dataset
Group Domain - 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 []string - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- Dataset
Group stringName - A name for the dataset group.
- Tag
Args - The tags of Application Insights application.
- domain
Dataset
Group Domain - 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 List<String> - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- dataset
Group StringName - A name for the dataset group.
- List<Tag>
- The tags of Application Insights application.
- domain
Dataset
Group Domain - 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 string[] - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- dataset
Group stringName - A name for the dataset group.
- Tag[]
- The tags of Application Insights application.
- domain
Dataset
Group Domain - 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_ strname - A name for the dataset group.
- Sequence[Tag
Args] - The tags of Application Insights application.
- domain "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.
- dataset
Arns List<String> - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- dataset
Group StringName - A name for the dataset group.
- 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:
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- Id string
- The provider-assigned unique ID for this managed resource.
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- Id string
- The provider-assigned unique ID for this managed resource.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- id String
- The provider-assigned unique ID for this managed resource.
- dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- id string
- The provider-assigned unique ID for this managed resource.
- dataset_
group_ strarn - The Amazon Resource Name (ARN) of the dataset group to delete.
- id str
- The provider-assigned unique ID for this managed resource.
- dataset
Group StringArn - 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
- Inventory
Planning - INVENTORY_PLANNING
- Ec2Capacity
- EC2_CAPACITY
- Work
Force - WORK_FORCE
- Web
Traffic - WEB_TRAFFIC
- Metrics
- METRICS
- Dataset
Group Domain Retail - RETAIL
- Dataset
Group Domain Custom - CUSTOM
- Dataset
Group Domain Inventory Planning - INVENTORY_PLANNING
- Dataset
Group Domain Ec2Capacity - EC2_CAPACITY
- Dataset
Group Domain Work Force - WORK_FORCE
- Dataset
Group Domain Web Traffic - WEB_TRAFFIC
- Dataset
Group Domain Metrics - METRICS
- Retail
- RETAIL
- Custom
- CUSTOM
- Inventory
Planning - INVENTORY_PLANNING
- Ec2Capacity
- EC2_CAPACITY
- Work
Force - WORK_FORCE
- Web
Traffic - WEB_TRAFFIC
- Metrics
- METRICS
- Retail
- RETAIL
- Custom
- CUSTOM
- Inventory
Planning - INVENTORY_PLANNING
- Ec2Capacity
- 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
- "RETAIL"
- RETAIL
- "CUSTOM"
- CUSTOM
- "INVENTORY_PLANNING"
- INVENTORY_PLANNING
- "EC2_CAPACITY"
- EC2_CAPACITY
- "WORK_FORCE"
- WORK_FORCE
- "WEB_TRAFFIC"
- WEB_TRAFFIC
- "METRICS"
- METRICS
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.