Uses of Class
software.amazon.awscdk.services.amplify.CustomRule
Packages that use CustomRule
-
Uses of CustomRule in software.amazon.awscdk.services.amplify
Fields in software.amazon.awscdk.services.amplify declared as CustomRuleModifier and TypeFieldDescriptionstatic final CustomRuleCustomRule.SINGLE_PAGE_APPLICATION_REDIRECT(experimental) Sets up a 200 rewrite for all paths toindex.htmlexcept for path containing a file extension.Methods in software.amazon.awscdk.services.amplify that return CustomRuleMethods in software.amazon.awscdk.services.amplify 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 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 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()