| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClusterSubnetGroup.Jsii$Default
Internal default implementation for
IClusterSubnetGroup. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterSubnetGroup
(experimental) Class for creating a Redshift cluster subnet group.
|
static class |
IClusterSubnetGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IClusterSubnetGroup |
ClusterSubnetGroup.fromClusterSubnetGroupName(software.constructs.Construct scope,
String id,
String clusterSubnetGroupName)
(experimental) Imports an existing subnet group by name.
|
default IClusterSubnetGroup |
ClusterProps.getSubnetGroup()
(experimental) A cluster subnet group to use with this cluster.
|
IClusterSubnetGroup |
ClusterProps.Jsii$Proxy.getSubnetGroup() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.subnetGroup(IClusterSubnetGroup subnetGroup)
(experimental) A cluster subnet group to use with this cluster.
|
ClusterProps.Builder |
ClusterProps.Builder.subnetGroup(IClusterSubnetGroup subnetGroup)
Sets the value of
ClusterProps.getSubnetGroup() |
| Constructor and Description |
|---|
Jsii$Proxy(Login masterUser,
IVpc vpc,
String clusterName,
ClusterType clusterType,
String defaultDatabaseName,
Boolean encrypted,
IKey encryptionKey,
IBucket loggingBucket,
String loggingKeyPrefix,
NodeType nodeType,
Number numberOfNodes,
IClusterParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IRole> roles,
List<? extends ISecurityGroup> securityGroups,
IClusterSubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Copyright © 2021. All rights reserved.