# Functions
AttrMap returns a new AttributeMap from the specified Terraform resource attribute name to AWS API attribute name map and resource schema.
HasResourceUniqueIdPlusAdditionalSuffix returns true if the string has the built-in unique ID suffix plus an additional suffix.
HasResourceUniqueIdSuffix returns true if the string has the built-in unique ID suffix.
Name returns in order the name if non-empty, a prefix generated name if non-empty, or fully generated name prefixed with terraform-.
NamePrefixFromName returns a name prefix if the string matches prefix criteria
The input to this function must be strictly the "name" and not any additional information such as a full Amazon Resource Name (ARN).
No description provided by the author
NameWithSuffix returns in order the name if non-empty, a prefix generated name if non-empty, or fully generated name prefixed with "terraform-".
StringHashcode hashes a string to a unique hashcode.
TestCheckResourceAttrNameFromPrefix verifies that the state attribute value matches name generated from given prefix.
TestCheckResourceAttrNameGenerated verifies that the state attribute value matches name automatically generated without prefix.
TestCheckResourceAttrNameWithSuffixFromPrefix verifies that the state attribute value matches name with suffix generated from given prefix.
TestCheckResourceAttrNameWithSuffixGenerated verifies that the state attribute value matches name with suffix automatically generated without prefix.
# Type aliases
No description provided by the author