Updates a namespace with the specified settings. Unless required, you can't update multiple parameters in one request. For example, you must specify both adminUsername
and adminUserPassword
to update either field, but you can't update both kmsKeyId
and logExports
in a single request.
See https://www.paws-r-sdk.com/docs/redshiftserverless_update_namespace/ for full documentation.
redshiftserverless_update_namespace(
adminPasswordSecretKmsKeyId = NULL,
adminUserPassword = NULL,
adminUsername = NULL,
defaultIamRoleArn = NULL,
iamRoles = NULL,
kmsKeyId = NULL,
logExports = NULL,
manageAdminPassword = NULL,
namespaceName
)
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.
The password of the administrator for the first database created in the
namespace. This parameter must be updated together with adminUsername
.
You can't use adminUserPassword
if manageAdminPassword
is true.
The username of the administrator for the first database created in the
namespace. This parameter must be updated together with
adminUserPassword
.
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
.
A list of IAM roles to associate with the namespace. This parameter must
be updated together with defaultIamRoleArn
.
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
The types of logs the namespace can export. The export types are
userlog
, connectionlog
, and useractivitylog
.
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.
[required] The name of the namespace to update. You can't update the name of a namespace once it is created.