aws::dax-subnet-group¶
Creates a DAX subnet group.
Example¶
aws::dax-subnet-group subnet-group
name: "subnet-group-example"
description: "subnet-group-description"
subnets: [
$(aws::subnet example-subnet-1),
$(aws::subnet example-subnet-2)
]
end
Attributes¶
Attribute | Description |
---|---|
description | The description of the subnet group. |
name | The name of the subnet group. (Required) |
subnets list | The list of subnets of the subnet group. (Required) |
Outputs¶
Attribute | Description |
---|---|
vpc | The VPC of the subnet group. |