redshiftserverless_create_namespace function

Creates a namespace in Amazon Redshift Serverless

Creates a namespace in Amazon Redshift Serverless

Creates a namespace in Amazon Redshift Serverless.

See https://www.paws-r-sdk.com/docs/redshiftserverless_create_namespace/ for full documentation.

redshiftserverless_create_namespace( adminPasswordSecretKmsKeyId = NULL, adminUserPassword = NULL, adminUsername = NULL, dbName = NULL, defaultIamRoleArn = NULL, iamRoles = NULL, kmsKeyId = NULL, logExports = NULL, manageAdminPassword = NULL, namespaceName, redshiftIdcApplicationArn = NULL, tags = NULL )

Arguments

  • adminPasswordSecretKmsKeyId: 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.

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

    You can't use adminUserPassword if manageAdminPassword is true.

  • adminUsername: The username of the administrator for the first database created in the namespace.

  • dbName: The name of the first database created in the namespace.

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

  • iamRoles: A list of IAM roles to associate with the namespace.

  • 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. Available export types are userlog, connectionlog, and useractivitylog.

  • manageAdminPassword: 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.

  • namespaceName: [required] The name of the namespace.

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

  • tags: A list of tag instances.