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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.forecast.getDatasetGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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>
    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]
    func LookupDatasetGroup(ctx *Context, args *LookupDatasetGroupArgs, opts ...InvokeOption) (*LookupDatasetGroupResult, error)
    func LookupDatasetGroupOutput(ctx *Context, args *LookupDatasetGroupOutputArgs, opts ...InvokeOption) LookupDatasetGroupResultOutput

    > 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)
    }
    public static CompletableFuture<GetDatasetGroupResult> getDatasetGroup(GetDatasetGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:forecast:getDatasetGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DatasetGroupArn string
    The Amazon Resource Name (ARN) of the dataset group to delete.
    DatasetGroupArn string
    The Amazon Resource Name (ARN) of the dataset group to delete.
    datasetGroupArn String
    The Amazon Resource Name (ARN) of the dataset group to delete.
    datasetGroupArn string
    The Amazon Resource Name (ARN) of the dataset group to delete.
    dataset_group_arn str
    The Amazon Resource Name (ARN) of the dataset group to delete.
    datasetGroupArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi