Creates a namespace in Amazon Redshift Serverless.
Headers
Request body
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 <code>manageAdminPassword</code> is true.
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 <code>userlog</code>, <code>connectionlog</code>, and <code>useractivitylog</code>.
If <code>true</code>, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't use <code>adminUserPassword</code> if <code>manageAdminPassword</code> is true. If <code>manageAdminPassword</code> is false or not set, Amazon Redshift uses <code>adminUserPassword</code> for the admin user account's password.
The name of the namespace.
The ARN for the Redshift application that integrates with IAM Identity Center.
Response
Success