@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-09T19:25:26.069Z") @Stability(value=Experimental) public interface ClusterParameterGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.redshift.*;
ClusterParameterGroupProps clusterParameterGroupProps = ClusterParameterGroupProps.builder()
.parameters(Map.of(
"parametersKey", "parameters"))
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterParameterGroupProps.Builder
A builder for
ClusterParameterGroupProps |
static class |
ClusterParameterGroupProps.Jsii$Proxy
An implementation for
ClusterParameterGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static ClusterParameterGroupProps.Builder |
builder() |
default String |
getDescription()
(experimental) Description for this parameter group.
|
Map<String,String> |
getParameters()
(experimental) The parameters in this parameter group.
|
@Stability(value=Experimental) @NotNull Map<String,String> getParameters()
@Stability(value=Experimental) @Nullable default String getDescription()
Default: a CDK generated description
@Stability(value=Experimental) static ClusterParameterGroupProps.Builder builder()
ClusterParameterGroupProps.Builder of ClusterParameterGroupPropsCopyright © 2022. All rights reserved.