package
5.64.0+incompatible
Repository: https://github.com/hashicorp/terraform-provider-aws.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
AppendDiagError returns diag.Diagnostics with an additional diag.Diagnostic containing an error using a standardized problem message.
No description provided by the author
No description provided by the author
No description provided by the author
DiagError returns a 1-length diag.Diagnostics with a diag.Error-level diag.Diagnostic with a standardized error message.
No description provided by the author
Error returns an errors.Error with a standardized error message.
No description provided by the author
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
NewNameGenerator returns a new name generator from the specified varidaic list of functional options.
ProblemStandardMessage is a standardized message for reporting errors and warnings.
StringHashcode hashes a string to a unique hashcode.
WarnLog logs to the default logger a standardized problem message.
WithConfiguredName is a helper function to construct functional options that set a name generator's configured name value.
WithConfiguredPrefix is a helper function to construct functional options that set a name generator's configured prefix value.
WithDefaultPrefix is a helper function to construct functional options that set a name generator's default prefix value.
WithSuffix is a helper function to construct functional options that set a name generator's suffix value.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

nameGeneratorOptionsFunc is a type alias for a name generator functional option.