@Generated(value="jsii-pacmak/1.9.0 (build 5c646d5)", date="2020-08-14T23:36:16.796Z") @Stability(value=Experimental) public interface ClusterAttributes extends software.amazon.jsii.JsiiSerializable
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterAttributes.Builder
A builder for
ClusterAttributes |
static class |
ClusterAttributes.Jsii$Proxy
An implementation for
ClusterAttributes |
| Modifier and Type | Method and Description |
|---|---|
static ClusterAttributes.Builder |
builder() |
String |
getClusterEndpointAddress()
Cluster endpoint address.
|
Number |
getClusterEndpointPort()
Cluster endpoint port.
|
String |
getClusterName()
Identifier for the cluster.
|
default List<ISecurityGroup> |
getSecurityGroups()
The security groups of the redshift cluster.
|
@Stability(value=Experimental) @NotNull String getClusterEndpointAddress()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull Number getClusterEndpointPort()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull String getClusterName()
EXPERIMENTAL
@Stability(value=Experimental) @Nullable default List<ISecurityGroup> getSecurityGroups()
Default: no security groups will be attached to the import
EXPERIMENTAL
@Stability(value=Experimental) static ClusterAttributes.Builder builder()
ClusterAttributes.Builder of ClusterAttributesCopyright © 2020. All rights reserved.