@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.831Z") @Stability(value=Experimental) public interface ClusterEngineConfig extends software.amazon.jsii.JsiiSerializable
IClusterEngine.bindToCluster method.| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterEngineConfig.Builder
A builder for
ClusterEngineConfig |
static class |
ClusterEngineConfig.Jsii$Proxy
An implementation for
ClusterEngineConfig |
| Modifier and Type | Method and Description |
|---|---|
static ClusterEngineConfig.Builder |
builder() |
default ClusterEngineFeatures |
getFeatures()
(experimental) Features supported by the database engine.
|
default IParameterGroup |
getParameterGroup()
(experimental) The ParameterGroup to use for the cluster.
|
default Number |
getPort()
(experimental) The port to use for this cluster, unless the customer specified the port directly.
|
@Stability(value=Experimental) @Nullable default ClusterEngineFeatures getFeatures()
Default: - no features
https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DBEngineVersion.html@Stability(value=Experimental) @Nullable default IParameterGroup getParameterGroup()
Default: - no ParameterGroup will be used
@Stability(value=Experimental) @Nullable default Number getPort()
Default: - use the default port for clusters (3306)
@Stability(value=Experimental) static ClusterEngineConfig.Builder builder()
ClusterEngineConfig.Builder of ClusterEngineConfigCopyright © 2021. All rights reserved.