Uses of Class
software.amazon.awscdk.services.amplify.alpha.CustomRule
Packages that use CustomRule
-
Uses of CustomRule in software.amazon.awscdk.services.amplify.alpha
Fields in software.amazon.awscdk.services.amplify.alpha declared as CustomRuleModifier and TypeFieldDescriptionstatic final CustomRule
CustomRule.SINGLE_PAGE_APPLICATION_REDIRECT
(experimental) Sets up a 200 rewrite for all paths toindex.html
except for path containing a file extension.Methods in software.amazon.awscdk.services.amplify.alpha that return CustomRuleMethods in software.amazon.awscdk.services.amplify.alpha that return types with arguments of type CustomRuleModifier and TypeMethodDescriptiondefault List<CustomRule>
AppProps.getCustomRules()
(experimental) Custom rewrite/redirect rules for the application.final List<CustomRule>
AppProps.Jsii$Proxy.getCustomRules()
Methods in software.amazon.awscdk.services.amplify.alpha with parameters of type CustomRuleModifier and TypeMethodDescriptionApp.addCustomRule
(CustomRule rule) (experimental) Adds a custom rewrite/redirect rule to this application.Method parameters in software.amazon.awscdk.services.amplify.alpha with type arguments of type CustomRuleModifier and TypeMethodDescriptionApp.Builder.customRules
(List<? extends CustomRule> customRules) (experimental) Custom rewrite/redirect rules for the application.AppProps.Builder.customRules
(List<? extends CustomRule> customRules) Sets the value ofAppProps.getCustomRules()