CreateNamespaceRequest

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.

Link copied to clipboard

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

Link copied to clipboard

The name of the first database created in the namespace.

Link copied to clipboard

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

Link copied to clipboard

A list of IAM roles to associate with the namespace.

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 types of logs the namespace can export. Available 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.

Link copied to clipboard

The ARN for the Redshift application that integrates with IAM Identity Center.

Link copied to clipboard
val tags: List<Tag>?

A list of tag instances.

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