aws::elasticache-subnet-group¶
Creates a cache subnet group.
Example¶
aws::elasticache-subnet-group cache-subnet-group-example
name: "cache-subnet-group-example"
description: "cache-subnet-group-desc"
subnets: [
$(aws::subnet subnet-cache-subnet-group-example-1),
$(aws::subnet subnet-cache-subnet-group-example-2),
$(aws::subnet subnet-cache-subnet-group-example-3)
]
end
Attributes¶
| Attribute | Description |
|---|---|
| name | The name of the cache subnet group. (Required) |
| description | The description of the cache subnet group. |
| subnets set | A list of subnets. (Required) |