Provides information about a MemoryDB Parameter Group.
data "aws_memorydb_parameter_group" "example" {
name = "my-parameter-group"
}
The following arguments are required:
name
- (Required) Name of the parameter group.This data source exports the following attributes in addition to the arguments above:
id
- Name of the parameter group.arn
- ARN of the parameter group.description
- Description of the parameter group.family
- Engine version that the parameter group can be used with.parameter
- Set of user-defined MemoryDB parameters applied by the parameter group.
name
- Name of the parameter.value
- Value of the parameter.tags
- Map of tags assigned to the parameter group.