Get Namespace Result
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
Properties
Link copied to clipboard
The username of the administrator for 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
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