We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.forecast.getDatasetGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 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:
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- dataset_
group_ strarn - The Amazon Resource Name (ARN) of the dataset group to delete.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
getDatasetGroup Result
The following output properties are available:
- 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 stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- 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.
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags of Application Insights application.
- Dataset
Arns []string - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- 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.
- Tag
- The tags of Application Insights application.
- 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 StringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- 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.
- List<Tag>
- The tags of Application Insights application.
- dataset
Arns string[] - An array of Amazon Resource Names (ARNs) of the datasets that you want to include in the dataset group.
- dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group to delete.
- 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.
- 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_ strarn - The Amazon Resource Name (ARN) of the dataset group to delete.
- 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.
- Sequence[root_Tag]
- The tags of Application Insights application.
- 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 StringArn - 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.
- List<Property Map>
- The tags of Application Insights application.
Supporting Types
DatasetGroupDomain
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi