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.personalize.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
Resource Schema for AWS::Personalize::DatasetGroup.
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:personalize:getDatasetGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group.
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group.
- dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group.
- dataset_
group_ strarn - The Amazon Resource Name (ARN) of the dataset group.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group.
getDatasetGroup Result
The following output properties are available:
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group.
- Dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group.
- dataset
Group stringArn - The Amazon Resource Name (ARN) of the dataset group.
- dataset_
group_ strarn - The Amazon Resource Name (ARN) of the dataset group.
- dataset
Group StringArn - The Amazon Resource Name (ARN) of the dataset group.
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