AwsElastiCacheParameterGroupArgs

interface AwsElastiCacheParameterGroupArgs { description?: Input<string>; family: Input<string>; name: string; parameters?: Record<string, Input<string>>; tags?: AwsElastiCacheTags; }

Independently managed ElastiCache parameter-group configuration.

Example

CODE
const parameterGroup: AwsElastiCacheParameterGroupArgs = { name: 'ordersTuning', family: 'valkey8' };

Properties

description: Input<string>

Description visible in the AWS console.

Default: `Managed ElastiCache parameter group`

family: Input<string>

ElastiCache parameter family forwarded to AWS.

name: string

Stable camelCase name used for Pulumi identity and the generated parameter-group name.

parameters: Record<string, Input<string>>

Parameters keyed by AWS parameter name.

tags: AwsElastiCacheTags

Additional tags. Name, jobcloud:project, and jobcloud:env are reserved for the component.