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

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.getDatasetGroup

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

Using getDatasetGroup

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDatasetGroup(args: GetDatasetGroupArgs, opts?: InvokeOptions): Promise<GetDatasetGroupResult>
function getDatasetGroupOutput(args: GetDatasetGroupOutputArgs, opts?: InvokeOptions): Output<GetDatasetGroupResult>
Copy
def get_dataset_group(dataset_group_arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetDatasetGroupResult
def get_dataset_group_output(dataset_group_arn: Optional[pulumi.Input[str]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[GetDatasetGroupResult]
Copy
func LookupDatasetGroup(ctx *Context, args *LookupDatasetGroupArgs, opts ...InvokeOption) (*LookupDatasetGroupResult, error)
func LookupDatasetGroupOutput(ctx *Context, args *LookupDatasetGroupOutputArgs, opts ...InvokeOption) LookupDatasetGroupResultOutput
Copy

> Note: This function is named LookupDatasetGroup in the Go SDK.

public static class GetDatasetGroup 
{
    public static Task<GetDatasetGroupResult> InvokeAsync(GetDatasetGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetDatasetGroupResult> Invoke(GetDatasetGroupInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDatasetGroupResult> getDatasetGroup(GetDatasetGroupArgs args, InvokeOptions options)
public static Output<GetDatasetGroupResult> getDatasetGroup(GetDatasetGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:forecast:getDatasetGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DatasetGroupArn This property is required. string
The Amazon Resource Name (ARN) of the dataset group to delete.
DatasetGroupArn This property is required. string
The Amazon Resource Name (ARN) of the dataset group to delete.
datasetGroupArn This property is required. String
The Amazon Resource Name (ARN) of the dataset group to delete.
datasetGroupArn This property is required. string
The Amazon Resource Name (ARN) of the dataset group to delete.
dataset_group_arn This property is required. str
The Amazon Resource Name (ARN) of the dataset group to delete.
datasetGroupArn This property is required. String
The Amazon Resource Name (ARN) of the dataset group to delete.

getDatasetGroup Result

The following output properties are available:

DatasetArns List<string>
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
DatasetGroupArn string
The Amazon Resource Name (ARN) of the dataset group to delete.
Domain 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.
Tags List<Pulumi.AwsNative.Outputs.Tag>
The tags of Application Insights application.
DatasetArns []string
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
DatasetGroupArn string
The Amazon Resource Name (ARN) of the dataset group to delete.
Domain 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.
Tags Tag
The tags of Application Insights application.
datasetArns List<String>
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetGroupArn String
The Amazon Resource Name (ARN) of the dataset group to delete.
domain 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.
tags List<Tag>
The tags of Application Insights application.
datasetArns string[]
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetGroupArn string
The Amazon Resource Name (ARN) of the dataset group to delete.
domain 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.
tags Tag[]
The tags of Application Insights application.
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_arn str
The Amazon Resource Name (ARN) of the dataset group to delete.
domain 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.
tags Sequence[root_Tag]
The tags of Application Insights application.
datasetArns List<String>
An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
datasetGroupArn String
The Amazon Resource Name (ARN) of the dataset group to delete.
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.
tags List<Property Map>
The tags of Application Insights application.

Supporting Types

DatasetGroupDomain

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. 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