Namespace Amazon.CDK.AWS.Redshift.Alpha
Classes
| Cluster | (experimental) Create a Redshift cluster a given number of nodes. |
| ClusterAttributes | (experimental) Properties that describe an existing cluster instance. |
| ClusterParameterGroup | (experimental) A cluster parameter group. |
| ClusterParameterGroupProps | (experimental) Properties for a parameter group. |
| ClusterProps | (experimental) Properties for a new database cluster. |
| ClusterSubnetGroup | (experimental) Class for creating a Redshift cluster subnet group. |
| ClusterSubnetGroupProps | (experimental) Properties for creating a ClusterSubnetGroup. |
| Column | (experimental) A column in a Redshift table. |
| DatabaseOptions | (experimental) Properties for accessing a Redshift database. |
| DatabaseSecret | (experimental) A database secret. |
| DatabaseSecretProps | (experimental) Construction properties for a DatabaseSecret. |
| Endpoint | (experimental) Connection endpoint of a redshift cluster. |
| LoggingProperties | (experimental) Logging bucket and S3 prefix combination. |
| Login | (experimental) Username and password combination. |
| RotationMultiUserOptions | (experimental) Options to add the multi user rotation. |
| Table | (experimental) A table in a Redshift cluster. |
| TableAttributes | (experimental) A full specification of a Redshift table that can be used to import it fluently into the CDK application. |
| TableProps | (experimental) Properties for configuring a Redshift table. |
| User | (experimental) A user in a Redshift cluster. |
| UserAttributes | (experimental) A full specification of a Redshift user that can be used to import it fluently into the CDK application. |
| UserProps | (experimental) Properties for configuring a Redshift user. |
Interfaces
| ICluster | (experimental) Create a Redshift Cluster with a given number of nodes. |
| IClusterAttributes | (experimental) Properties that describe an existing cluster instance. |
| IClusterParameterGroup | (experimental) A parameter group. |
| IClusterParameterGroupProps | (experimental) Properties for a parameter group. |
| IClusterProps | (experimental) Properties for a new database cluster. |
| IClusterSubnetGroup | (experimental) Interface for a cluster subnet group. |
| IClusterSubnetGroupProps | (experimental) Properties for creating a ClusterSubnetGroup. |
| IColumn | (experimental) A column in a Redshift table. |
| IDatabaseOptions | (experimental) Properties for accessing a Redshift database. |
| IDatabaseSecretProps | (experimental) Construction properties for a DatabaseSecret. |
| ILoggingProperties | (experimental) Logging bucket and S3 prefix combination. |
| ILogin | (experimental) Username and password combination. |
| IRotationMultiUserOptions | (experimental) Options to add the multi user rotation. |
| ITable | (experimental) Represents a table in a Redshift database. |
| ITableAttributes | (experimental) A full specification of a Redshift table that can be used to import it fluently into the CDK application. |
| ITableProps | (experimental) Properties for configuring a Redshift table. |
| IUser | (experimental) Represents a user in a Redshift database. |
| IUserAttributes | (experimental) A full specification of a Redshift user that can be used to import it fluently into the CDK application. |
| IUserProps | (experimental) Properties for configuring a Redshift user. |
Enums
| ClusterType | (experimental) What cluster type to use. |
| ColumnEncoding | (experimental) The compression encoding of a column. |
| MaintenanceTrackName | (experimental) The maintenance track for the cluster. |
| NodeType | (experimental) Possible Node Types to use in the cluster used for defining |
| ResourceAction | (experimental) The Amazon Redshift operation. |
| TableAction | (experimental) An action that a Redshift user can be granted privilege to perform on a table. |
| TableDistStyle | (experimental) The data distribution style of a table. |
| TableSortStyle | (experimental) The sort style of a table. |