| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticache |
Amazon ElastiCache Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnParameterGroup.Builder |
CfnParameterGroup.Builder.cacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
|
static CfnParameterGroup.Builder |
CfnParameterGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnParameterGroup.Builder |
CfnParameterGroup.Builder.description(String description)
The description for this cache parameter group.
|
CfnParameterGroup.Builder |
CfnParameterGroup.Builder.properties(IResolvable properties)
A comma-delimited list of parameter name/value pairs.
|
CfnParameterGroup.Builder |
CfnParameterGroup.Builder.properties(Map<String,String> properties)
A comma-delimited list of parameter name/value pairs.
|
CfnParameterGroup.Builder |
CfnParameterGroup.Builder.tags(List<? extends CfnTag> tags)
A tag that can be added to an ElastiCache parameter group.
|
Copyright © 2022. All rights reserved.