@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.593Z") @Stability(value=Stable) public interface ParameterGroupProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ParameterGroupProps.Builder
A builder for
ParameterGroupProps |
static class |
ParameterGroupProps.Jsii$Proxy
An implementation for
ParameterGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static ParameterGroupProps.Builder |
builder() |
default String |
getDescription()
Description for this parameter group.
|
IEngine |
getEngine()
The database engine for this parameter group.
|
default Map<String,String> |
getParameters()
The parameters in this parameter group.
|
@Stability(value=Stable) @NotNull IEngine getEngine()
@Stability(value=Stable) @Nullable default String getDescription()
Default: a CDK generated description
@Stability(value=Stable) @Nullable default Map<String,String> getParameters()
Default: - None
@Stability(value=Stable) static ParameterGroupProps.Builder builder()
ParameterGroupProps.Builder of ParameterGroupPropsCopyright © 2021. All rights reserved.