AWS SDK for .NET Documentation
DBName Property
AmazonAmazon.Redshift.ModelCreateClusterRequestDBName Did this page help you?   Yes   No    Tell us about it...
Gets and sets the property DBName.

The name of the first database to be created when the cluster is created.

To create additional databases after the cluster is created, connect to the cluster with a SQL client and use SQL commands to create a database. For more information, go to Create a Database in the Amazon Redshift Database Developer Guide.

Default:

CopyC#
dev

Constraints:

Declaration Syntax
C#
public string DBName { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)