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

CreateNamespaceRequest

import type { CreateNamespaceRequest } from "https://aws-api.deno.dev/v0.3/services/quicksight.ts?docs=full";
interface CreateNamespaceRequest {
AwsAccountId: string;
IdentityStore: IdentityStore;
Namespace: string;
Tags?: Tag[] | null;
}

§Properties

§
AwsAccountId: string
[src]

The ID for the Amazon Web Services account that you want to create the Amazon QuickSight namespace in.

§
IdentityStore: IdentityStore
[src]

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

§
Namespace: string
[src]

The name that you want to use to describe the new namespace.

§
Tags?: Tag[] | null
[src]

The tags that you want to associate with the namespace that you're creating.