Provides information about a MemoryDB Subnet Group.
data "aws_memorydb_subnet_group" "example" {
name = "my-subnet-group"
}
The following arguments are required:
name
- (Required) Name of the subnet group.This data source exports the following attributes in addition to the arguments above:
id
- Name of the subnet group.arn
- ARN of the subnet group.description
- Description of the subnet group.subnet_ids
- Set of VPC Subnet ID-s of the subnet group.vpc_id
- VPC in which the subnet group exists.tags
- Map of tags assigned to the subnet group.