| 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() |
Copyright © 2020. All rights reserved.