Skip to content

Resource: awsMemorydbParameterGroup

Provides information about a MemoryDB Parameter Group.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsMemorydbParameterGroup.DataAwsMemorydbParameterGroup(
  this,
  "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 - 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.