Interface CfnParameterGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnParameterGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:57.991Z")
@Stability(Stable)
public interface CfnParameterGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnParameterGroupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.dax.*;
Object parameterNameValues;
CfnParameterGroupMixinProps cfnParameterGroupMixinProps = CfnParameterGroupMixinProps.builder()
.description("description")
.parameterGroupName("parameterGroupName")
.parameterNameValues(parameterNameValues)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnParameterGroupMixinPropsstatic final classAn implementation forCfnParameterGroupMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A description of the parameter group.- See Also:
-
getParameterGroupName
The name of the parameter group.- See Also:
-
getParameterNameValues
An array of name-value pairs for the parameters in the group.Each element in the array represents a single parameter.
record-ttl-millisandquery-ttl-millisare the only supported parameter names. For more details, see Configuring TTL Settings .- See Also:
-
builder
-