Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1003 Bytes

memorydb_parameter_group.html.markdown

File metadata and controls

38 lines (28 loc) · 1003 Bytes
subcategory layout page_title description
MemoryDB
aws
AWS: aws_memorydb_parameter_group
Provides information about a MemoryDB Parameter Group.

Resource: aws_memorydb_parameter_group

Provides information about a MemoryDB Parameter Group.

Example Usage

data "aws_memorydb_parameter_group" "example" {
  name = "my-parameter-group"
}

Argument Reference

The following arguments are required:

  • name - (Required) Name of the parameter group.

Attributes Reference

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.