Uses of Class
software.amazon.awscdk.services.amplify.CustomRule
-
Uses of CustomRule in software.amazon.awscdk.services.amplify
Modifier 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.Modifier and TypeMethodDescriptiondefault List<CustomRule>
AppProps.getCustomRules()
(experimental) Custom rewrite/redirect rules for the application.final List<CustomRule>
AppProps.Jsii$Proxy.getCustomRules()
Modifier and TypeMethodDescriptionApp.addCustomRule
(CustomRule rule) (experimental) Adds a custom rewrite/redirect rule to this application.Modifier 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()