subcategory | layout | page_title | description |
---|---|---|---|
MemoryDB |
aws |
AWS: aws_memorydb_parameter_group |
Provides information about a MemoryDB Parameter Group. |
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.
In addition, the following attributes are exported:
id
- Name of the parameter group.arn
- ARN of the parameter group.description
- Description of the parameter group.family
- The 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
- A map of tags assigned to the parameter group.