@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:39.748Z")
public interface ClusterParameterGroupProps
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.docdb.*; ClusterParameterGroupProps clusterParameterGroupProps = ClusterParameterGroupProps.builder() .family("family") .parameters(Map.of( "parametersKey", "parameters")) // the properties below are optional .dbClusterParameterGroupName("dbClusterParameterGroupName") .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 java.lang.String |
getDbClusterParameterGroupName()
The name of the cluster parameter group.
|
default java.lang.String |
getDescription()
Description for this parameter group.
|
java.lang.String |
getFamily()
Database family of this parameter group.
|
java.util.Map<java.lang.String,java.lang.String> |
getParameters()
The parameters in this parameter group.
|
java.lang.String getFamily()
java.util.Map<java.lang.String,java.lang.String> getParameters()
default java.lang.String getDbClusterParameterGroupName()
Default: A CDK generated name for the cluster parameter group
default java.lang.String getDescription()
Default: a CDK generated description
static ClusterParameterGroupProps.Builder builder()
ClusterParameterGroupProps.Builder
of ClusterParameterGroupProps