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

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

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

aws-native.forecast.DatasetGroup

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.79.0 published on Monday, Oct 2, 2023 by Pulumi

    Represents a dataset group that holds a collection of related datasets

    Create DatasetGroup Resource

    new DatasetGroup(name: string, args: DatasetGroupArgs, opts?: CustomResourceOptions);
    @overload
    def DatasetGroup(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     dataset_arns: Optional[Sequence[str]] = None,
                     dataset_group_name: Optional[str] = None,
                     domain: Optional[DatasetGroupDomain] = None,
                     tags: Optional[Sequence[DatasetGroupTagArgs]] = None)
    @overload
    def DatasetGroup(resource_name: str,
                     args: DatasetGroupArgs,
                     opts: Optional[ResourceOptions] = 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.
    
    
    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.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.Forecast.Inputs.DatasetGroupTag>

    The tags of Application Insights application.

    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.

    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 []DatasetGroupTagArgs

    The tags of Application Insights application.

    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.

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

    The tags of Application Insights application.

    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.

    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 DatasetGroupTag[]

    The tags of Application Insights application.

    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.

    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[DatasetGroupTagArgs]

    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.

    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

    DatasetGroupTag, DatasetGroupTagArgs

    Key string

    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Value string

    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Key string

    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Value string

    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key String

    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value String

    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key string

    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value string

    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key str

    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value str

    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    key String

    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    value String

    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    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.79.0 published on Monday, Oct 2, 2023 by Pulumi