Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateDatasetGroupRequest

import type { CreateDatasetGroupRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface CreateDatasetGroupRequest {
domain?: Domain | null;
kmsKeyArn?: string | null;
name: string;
roleArn?: string | null;
}

§Properties

§
domain?: Domain | null
[src]

The domain of the dataset group. Specify a domain to create a Domain dataset group. The domain you specify determines the default schemas for datasets and the use cases available for recommenders. If you don't specify a domain, you create a Custom dataset group with solution versions that you deploy with a campaign.

§
kmsKeyArn?: string | null
[src]

The Amazon Resource Name (ARN) of a Key Management Service (KMS) key used to encrypt the datasets.

§
name: string
[src]

The name for the new dataset group.

§
roleArn?: string | null
[src]

The ARN of the Identity and Access Management (IAM) role that has permissions to access the Key Management Service (KMS) key. Supplying an IAM role is only valid when also specifying a KMS key.