location_uri

Macro location_uri 

Source
location_uri!() { /* proc-macro */ }
Expand description

Creates a validated LocationUri wrapper for AppConfig

§Validation Rules

  • Must be one of “hosted”, “codepipeline”, “secretsmanager”, “s3”
  • Hosted does not need an additional argument
  • The other values require a second value, separated from the first by a comma