# Functions

CloudFormationPropertyToTerraformAttribute converts a CloudFormation property name to a Terraform attribute name.
CreateTerraformTypeName creates a Terraform resource type name from 3 parts - Organization, Service and Resource.
ParseCloudFormationTypeName parses a CloudFormation resource type name into 3 parts - Organization, Service and Resource.
ParseTerraformTypeName parses a Terraform resource type name into 3 parts - Organization, Service and Resource.
Pluralize converts a name to its plural form.
PluralizeWithCustomNameSuffix converts a name to its plural form similar to Pluralize, with the exception that a suffix can be passed in as an argument to be used only for names that are considered "custom" i.e.

# Constants

No description provided by the author