AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::DAX::ParameterGroup

CfnParameterGroup

A named set of parameters that are applied to all of the nodes in a DAX cluster.

Import

import { CfnParameterGroup } from 'aws-cdk-lib/aws-dax';

Or use the module namespace:

import * as dax from 'aws-cdk-lib/aws-dax';
// dax.CfnParameterGroup

Properties

Configuration passed to the constructor as CfnParameterGroupProps.

descriptionOptional
string

A description of the parameter group.

parameterGroupNameOptional
string

The name of the parameter group.

parameterNameValuesOptional
any

An 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) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-dax
CFN TypeAWS::DAX::ParameterGroup
Properties3

Related Constructs

External Links