redshiftserverless_create_namespace: Creates a namespace in Amazon Redshift Serverless

View source: R/redshiftserverless_operations.R

redshiftserverless_create_namespaceR Documentation

Creates a namespace in Amazon Redshift Serverless

Description

Creates a namespace in Amazon Redshift Serverless.

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

Usage

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

Arguments

adminUserPassword

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

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.

namespaceName

[required] The name of the namespace.

tags

A list of tag instances.


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