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

UpdateNamespaceRequest

import type { UpdateNamespaceRequest } from "https://aws-api.deno.dev/v0.4/services/redshiftserverless.ts?docs=full";
interface UpdateNamespaceRequest {
adminUsername?: string | null;
adminUserPassword?: string | null;
defaultIamRoleArn?: string | null;
iamRoles?: string[] | null;
kmsKeyId?: string | null;
logExports?: LogExport[] | null;
namespaceName: string;
}

§Properties

§
adminUsername?: string | null
[src]

The username of the administrator for the first database created in the namespace. This parameter must be updated together with adminUserPassword.

§
adminUserPassword?: string | null
[src]

The password of the administrator for the first database created in the namespace. This parameter must be updated together with adminUsername.

§
defaultIamRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together with iamRoles.

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

A list of IAM roles to associate with the namespace. This parameter must be updated together with defaultIamRoleArn.

§
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. The export types are userlog, connectionlog, and useractivitylog.

§
namespaceName: string
[src]

The name of the namespace to update. You can't update the name of a namespace once it is created.