@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-31T18:36:49.219Z")
public interface CfnParameterGroupProps
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.memorydb.*; Object parameters; CfnParameterGroupProps cfnParameterGroupProps = CfnParameterGroupProps.builder() .family("family") .parameterGroupName("parameterGroupName") // the properties below are optional .description("description") .parameters(parameters) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnParameterGroupProps.Builder
A builder for
CfnParameterGroupProps |
static class |
CfnParameterGroupProps.Jsii$Proxy
An implementation for
CfnParameterGroupProps |
Modifier and Type | Method and Description |
---|---|
static CfnParameterGroupProps.Builder |
builder() |
default java.lang.String |
getDescription()
A description of the parameter group.
|
java.lang.String |
getFamily()
The name of the parameter group family that this parameter group is compatible with.
|
java.lang.String |
getParameterGroupName()
The name of the parameter group.
|
default java.lang.Object |
getParameters()
Returns the detailed parameter list for the parameter group.
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
java.lang.String getFamily()
java.lang.String getParameterGroupName()
default java.lang.String getDescription()
default java.lang.Object getParameters()
default java.util.List<CfnTag> getTags()
For more information, see Tag .
static CfnParameterGroupProps.Builder builder()
CfnParameterGroupProps.Builder
of CfnParameterGroupProps