app_config_name!() { /* proc-macro */ }Expand description
Creates a validated AppConfigName wrapper for AWS AppConfig resource names at compile time.
This macro ensures that the name string follows AWS AppConfig naming conventions and length restrictions for applications, environments, and configuration profiles.
ยงValidation Rules
- String must not be empty
- Maximum length of 64 characters
- Used for AppConfig application names, environment names, and configuration profile names