| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.adminUser(ISecret adminUser)
(experimental) The secret containing credentials to a Redshift user with administrator privileges.
|
User.Builder |
User.Builder.cluster(ICluster cluster)
(experimental) The cluster containing the database.
|
static User.Builder |
User.Builder.create(software.constructs.Construct scope,
String id) |
User.Builder |
User.Builder.databaseName(String databaseName)
(experimental) The name of the database.
|
User.Builder |
User.Builder.encryptionKey(IKey encryptionKey)
(experimental) KMS key to encrypt the generated secret.
|
User.Builder |
User.Builder.removalPolicy(RemovalPolicy removalPolicy)
(experimental) The policy to apply when this resource is removed from the application.
|
User.Builder |
User.Builder.username(String username)
(experimental) The name of the user.
|
Copyright © 2022. All rights reserved.