| Package | Description |
|---|---|
| software.amazon.awscdk.services.memorydb |
AWS::MemoryDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.description(String description)
A description of the subnet group.
|
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.subnetGroupName(String subnetGroupName)
The name of the subnet group to be used for the cluster .
|
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.subnetIds(List<String> subnetIds)
A list of Amazon VPC subnet IDs for the subnet group.
|
CfnSubnetGroup.Builder |
CfnSubnetGroup.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
Copyright © 2022. All rights reserved.