Skip to content

Resource: awsMemorydbAcl

Provides information about a MemoryDB ACL.

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.dataAwsMemorydbAcl.DataAwsMemorydbAcl(this, "example", {
  name: "my-acl",
});

Argument Reference

The following arguments are required:

  • name - (Required) Name of the ACL.

Attributes Reference

In addition, the following attributes are exported:

  • id - Name of the ACL.
  • arn - ARN of the ACL.
  • minimumEngineVersion - The minimum engine version supported by the ACL.
  • tags - Map of tags assigned to the ACL.
  • userNames - Set of MemoryDB user names included in this ACL.