dataset_group
Gets an individual dataset_group
resource
Overview
Name | dataset_group |
Type | Resource |
Description | dataset_group |
Id | awscc.forecast.dataset_group |
Fields
Name | Datatype | Description |
---|---|---|
dataset_arns | array | An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group. |
dataset_group_name | string | A name for the dataset group. |
domain | string | 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. |
tags | array | The tags of Application Insights application. |
dataset_group_arn | string | The Amazon Resource Name (ARN) of the dataset group to delete. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
dataset_arns,
dataset_group_name,
domain,
tags,
dataset_group_arn
FROM awscc.forecast.dataset_group
WHERE data__Identifier = '<DatasetGroupArn>';
Permissions
To operate on the dataset_group
resource, the following permissions are required:
Read
forecast:DescribeDatasetGroup
Update
forecast:UpdateDatasetGroup
Delete
forecast:DeleteDatasetGroup