Skip to content

Resource: awsMemorydbUser

Provides information about a MemoryDB User.

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.dataAwsMemorydbUser.DataAwsMemorydbUser(this, "example", {
  userName: "my-user",
});

Argument Reference

The following arguments are required:

  • userName - (Required) Name of the user.

Attributes Reference

In addition, the following attributes are exported:

  • id - Name of the user.
  • accessString - Access permissions string used for this user.
  • arn - ARN of the user.
  • authenticationMode - Denotes the user's authentication properties.
  • passwordCount - The number of passwords belonging to the user.
  • type - Whether the user requires a password to authenticate.
  • minimumEngineVersion - The minimum engine version supported for the user.
  • tags - Map of tags assigned to the subnet group.