AWS::DAX::ParameterGroupA named set of parameters that are applied to all of the nodes in a DAX cluster.
import { CfnParameterGroup } from 'aws-cdk-lib/aws-dax';Or use the module namespace:
import * as dax from 'aws-cdk-lib/aws-dax';
// dax.CfnParameterGroupConfiguration passed to the constructor as CfnParameterGroupProps.
descriptionOptionalstringA description of the parameter group.
parameterGroupNameOptionalstringThe name of the parameter group.
parameterNameValuesOptionalanyAn array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter. > `record-ttl-millis` and `query-ttl-millis` are the only supported parameter names. For more details, see [Configuring TTL Settings](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.cluster-management.html#DAX.cluster-management.custom-settings.ttl) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-daxAWS::DAX::ParameterGroup