# README
Terraform AWS Provider DAX Package
This area is primarily for AWS provider contributors and maintainers. For information on using Terraform and the AWS provider, see the links below.
Handy Links
- Find out about contributing to the AWS provider!
- AWS Provider Docs: Home
- AWS Provider Docs: One of the DAX resources
- AWS Docs: AWS SDK for Go DAX
# Functions
GetTagsIn returns dax service tags from Context.
KeyValueTags creates tftags.KeyValueTags from dax service tags.
ListTags lists dax service tags.
@SDKResource("aws_dax_cluster", name="Cluster") @Tags(identifierAttribute="arn").
@SDKResource("aws_dax_parameter_group").
@SDKResource("aws_dax_subnet_group").
SetTagsOut sets dax service tags in Context.
Tags returns dax service tags.
UpdateTags updates dax service tags.
# Variables
No description provided by the author