GetNamespaceResult

data class GetNamespaceResult(val adminUsername: String, val arn: String, val dbName: String, val defaultIamRoleArn: String, val iamRoles: List<String>, val id: String, val kmsKeyId: String, val logExports: List<String>, val namespaceId: String, val namespaceName: String)

A collection of values returned by getNamespace.

Constructors

Link copied to clipboard
constructor(adminUsername: String, arn: String, dbName: String, defaultIamRoleArn: String, iamRoles: List<String>, id: String, kmsKeyId: String, logExports: List<String>, namespaceId: String, namespaceName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val arn: String

Amazon Resource Name (ARN) of the Redshift Serverless Namespace.

Link copied to clipboard

The name of the first database created in the namespace.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. When specifying default_iam_role_arn, it also must be part of iam_roles.

Link copied to clipboard

A list of IAM roles to associate with the namespace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The Redshift Namespace ID.

Link copied to clipboard