interface CfnParameterGroupProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.DAX.CfnParameterGroupProps |
Java | software.amazon.awscdk.services.dax.CfnParameterGroupProps |
Python | aws_cdk.aws_dax.CfnParameterGroupProps |
TypeScript | @aws-cdk/aws-dax » CfnParameterGroupProps |
Properties for defining a CfnParameterGroup
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as dax from '@aws-cdk/aws-dax';
declare const parameterNameValues: any;
const cfnParameterGroupProps: dax.CfnParameterGroupProps = {
description: 'description',
parameterGroupName: 'parameterGroupName',
parameterNameValues: parameterNameValues,
};
Properties
Name | Type | Description |
---|---|---|
description? | string | A description of the parameter group. |
parameter | string | The name of the parameter group. |
parameter | any | An array of name-value pairs for the parameters in the group. |
description?
Type:
string
(optional)
A description of the parameter group.
parameterGroupName?
Type:
string
(optional)
The name of the parameter group.
parameterNameValues?
Type:
any
(optional)
An array of name-value pairs for the parameters in the group.
Each element in the array represents a single parameter.
record-ttl-millis
andquery-ttl-millis
are the only supported parameter names. For more details, see Configuring TTL Settings .