redshiftserverless_update_namespace: Updates a namespace with the specified settings

View source: R/redshiftserverless_operations.R

redshiftserverless_update_namespaceR Documentation

Updates a namespace with the specified settings

Description

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.

Usage

redshiftserverless_update_namespace(
  adminUserPassword = NULL,
  adminUsername = NULL,
  defaultIamRoleArn = NULL,
  iamRoles = NULL,
  kmsKeyId = NULL,
  logExports = NULL,
  namespaceName
)

Arguments

adminUserPassword

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

adminUsername

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

defaultIamRoleArn

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

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

kmsKeyId

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

logExports

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

namespaceName

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


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.