
Last chance! 50% off unlimited learning
Sale ends in
Creates a namespace in Amazon Redshift Serverless.
See https://www.paws-r-sdk.com/docs/redshiftserverless_create_namespace/ for full documentation.
redshiftserverless_create_namespace(
adminUserPassword = NULL,
adminUsername = NULL,
dbName = NULL,
defaultIamRoleArn = NULL,
iamRoles = NULL,
kmsKeyId = NULL,
logExports = NULL,
namespaceName,
tags = NULL
)
The password of the administrator for the first database created in the namespace.
The username of the administrator for the first database created in the namespace.
The name of the first database created in the namespace.
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
A list of IAM roles to associate with the namespace.
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
The types of logs the namespace can export. Available export types are
userlog
, connectionlog
, and useractivitylog
.
[required] The name of the namespace.
A list of tag instances.