UpdateNamespaceRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter if manageAdminPassword is true.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The destination for the log data. Valid values are s3table and cloudwatch.

Link copied to clipboard

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

Link copied to clipboard

If true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use adminUserPassword if manageAdminPassword is true. If manageAdminPassword is false or not set, Amazon Redshift uses adminUserPassword for the admin user account's password.

Link copied to clipboard

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

Link copied to clipboard

Whether to enable or disable Amazon S3 Tables publishing. Valid values are Enable and Disable, matched case-insensitively.

Link copied to clipboard

The scope of the Amazon S3 Tables destination. Valid values are namespace and account, matched case-insensitively. namespace scopes the published tables to this namespace; account scopes them to the Amazon Web Services account.

Link copied to clipboard

The identifier of the Key Management Service key used to encrypt the published Amazon S3 Tables data. When omitted, the data is encrypted with SSE-S3 (Amazon S3 managed keys).

Link copied to clipboard

The system tables to publish (on enable) or to stop publishing (on disable). Each value is either a system table view name that begins with sys_ or the keyword all.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String