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.4/services/redshiftserverless.ts?docs=full";
interface CreateNamespaceRequest {
adminUsername?: string | null;
adminUserPassword?: string | null;
dbName?: string | null;
defaultIamRoleArn?: string | null;
iamRoles?: string[] | null;
kmsKeyId?: string | null;
logExports?: LogExport[] | null;
namespaceName: string;
tags?: Tag[] | null;
}

§Properties

§
adminUsername?: string | null
[src]

The username of the administrator for the first database created in the namespace.

§
adminUserPassword?: string | null
[src]

The password of the administrator for the first database created in the namespace.

§
dbName?: string | null
[src]

The name of the first database created in the namespace.

§
defaultIamRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.

§
iamRoles?: string[] | null
[src]

A list of IAM roles to associate with the namespace.

§
kmsKeyId?: string | null
[src]

The ID of the Amazon Web Services Key Management Service key used to encrypt your data.

§
logExports?: LogExport[] | null
[src]

The types of logs the namespace can export. Available export types are userlog, connectionlog, and useractivitylog.

§
namespaceName: string
[src]

The name of the namespace.

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

A list of tag instances.