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

Namespace

import type { Namespace } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";

A collection of database objects and users.

interface Namespace {
adminUsername?: string | null;
creationDate?: Date | number | null;
dbName?: string | null;
defaultIamRoleArn?: string | null;
iamRoles?: string[] | null;
kmsKeyId?: string | null;
logExports?: LogExport[] | null;
namespaceArn?: string | null;
namespaceId?: string | null;
namespaceName?: string | null;
status?: NamespaceStatus | null;
}

§Properties

§
adminUsername?: string | null
[src]

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

§
creationDate?: Date | number | null
[src]

The date of when the namespace was created.

§
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 User log, Connection log, and User activity log.

§
namespaceArn?: string | null
[src]

The Amazon Resource Name (ARN) associated with a namespace.

§
namespaceId?: string | null
[src]

The unique identifier of a namespace.

§
namespaceName?: string | null
[src]

The name of the namespace. Must be between 3-64 alphanumeric characters in lowercase, and it cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide.

§
status?: NamespaceStatus | null
[src]

The status of the namespace.