| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticache |
Amazon ElastiCache Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.cacheSubnetGroupName(String cacheSubnetGroupName)
The name for the cache subnet group.
|
static CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.description(String description)
The description for the cache subnet group.
|
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.subnetIds(List<String> subnetIds)
The EC2 subnet IDs for the cache subnet group.
|
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.tags(List<? extends CfnTag> tags)
A tag that can be added to an ElastiCache subnet group.
|
Copyright © 2022. All rights reserved.