Uses of Class
software.amazon.awscdk.services.redshiftserverless.CfnNamespace.Builder
Package
Description
AWS::RedshiftServerless Construct Library
-
Uses of CfnNamespace.Builder in software.amazon.awscdk.services.redshiftserverless
Modifier and TypeMethodDescriptionCfnNamespace.Builder.adminUsername
(String adminUsername) The username of the administrator for the primary database created in the namespace.CfnNamespace.Builder.adminUserPassword
(String adminUserPassword) The password of the administrator for the primary database created in the namespace.static CfnNamespace.Builder
The name of the primary database created in the namespace.CfnNamespace.Builder.defaultIamRoleArn
(String defaultIamRoleArn) The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.CfnNamespace.Builder.finalSnapshotName
(String finalSnapshotName) The name of the snapshot to be created before the namespace is deleted.CfnNamespace.Builder.finalSnapshotRetentionPeriod
(Number finalSnapshotRetentionPeriod) How long to retain the final snapshot.A list of IAM roles to associate with the namespace.The ID of the AWS Key Management Service key used to encrypt your data.CfnNamespace.Builder.logExports
(List<String> logExports) The types of logs the namespace can export.CfnNamespace.Builder.namespaceName
(String namespaceName) The name of the namespace.The map of the key-value pairs used to tag the namespace.