| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster
(experimental) Create a Redshift cluster a given number of nodes.
|
static class |
ICluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static ICluster |
Cluster.fromClusterAttributes(software.constructs.Construct scope,
String id,
ClusterAttributes attrs)
(experimental) Import an existing DatabaseCluster from properties.
|
ICluster |
UserAttributes.Jsii$Proxy.getCluster() |
ICluster |
IUser.getCluster()
(experimental) The cluster where the table is located.
|
ICluster |
IUser.Jsii$Proxy.getCluster()
(experimental) The cluster where the table is located.
|
default ICluster |
IUser.Jsii$Default.getCluster()
(experimental) The cluster where the table is located.
|
ICluster |
Table.getCluster()
(experimental) The cluster where the table is located.
|
ICluster |
UserProps.Jsii$Proxy.getCluster() |
ICluster |
TableProps.Jsii$Proxy.getCluster() |
ICluster |
DatabaseOptions.getCluster()
(experimental) The cluster containing the database.
|
ICluster |
DatabaseOptions.Jsii$Proxy.getCluster() |
ICluster |
ITable.getCluster()
(experimental) The cluster where the table is located.
|
ICluster |
ITable.Jsii$Proxy.getCluster()
(experimental) The cluster where the table is located.
|
default ICluster |
ITable.Jsii$Default.getCluster()
(experimental) The cluster where the table is located.
|
ICluster |
TableAttributes.getCluster()
(experimental) The cluster where the table is located.
|
ICluster |
TableAttributes.Jsii$Proxy.getCluster() |
ICluster |
User.getCluster()
(experimental) The cluster where the table is located.
|
| Modifier and Type | Method and Description |
|---|---|
UserAttributes.Builder |
UserAttributes.Builder.cluster(ICluster cluster)
Sets the value of
DatabaseOptions.getCluster() |
Table.Builder |
Table.Builder.cluster(ICluster cluster)
(experimental) The cluster containing the database.
|
UserProps.Builder |
UserProps.Builder.cluster(ICluster cluster)
Sets the value of
DatabaseOptions.getCluster() |
TableProps.Builder |
TableProps.Builder.cluster(ICluster cluster)
Sets the value of
DatabaseOptions.getCluster() |
DatabaseOptions.Builder |
DatabaseOptions.Builder.cluster(ICluster cluster)
Sets the value of
DatabaseOptions.getCluster() |
TableAttributes.Builder |
TableAttributes.Builder.cluster(ICluster cluster)
Sets the value of
TableAttributes.getCluster() |
User.Builder |
User.Builder.cluster(ICluster cluster)
(experimental) The cluster containing the database.
|
Copyright © 2022. All rights reserved.