@Generated(value="jsii-pacmak/1.39.0 (build 8af72c2)", date="2021-10-14T05:49:11.594Z") @Stability(value=Experimental) public interface ClusterAttributes extends software.amazon.jsii.JsiiSerializable
| 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()
(experimental) Cluster endpoint address.
|
Number |
getClusterEndpointPort()
(experimental) Cluster endpoint port.
|
String |
getClusterName()
(experimental) Identifier for the cluster.
|
default List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups of the redshift cluster.
|
@Stability(value=Experimental) @NotNull String getClusterEndpointAddress()
@Stability(value=Experimental) @NotNull Number getClusterEndpointPort()
@Stability(value=Experimental) @NotNull String getClusterName()
@Stability(value=Experimental) @Nullable default List<ISecurityGroup> getSecurityGroups()
Default: no security groups will be attached to the import
@Stability(value=Experimental) static ClusterAttributes.Builder builder()
ClusterAttributes.Builder of ClusterAttributesCopyright © 2021. All rights reserved.