| Package | Description |
|---|---|
| software.amazon.awscdk.services.amplify |
AWS Amplify Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default RedirectStatus |
CustomRuleOptions.getStatus()
(experimental) The status code for a URL rewrite or redirect rule.
|
RedirectStatus |
CustomRuleOptions.Jsii$Proxy.getStatus() |
RedirectStatus |
CustomRule.getStatus()
(experimental) The status code for a URL rewrite or redirect rule.
|
static RedirectStatus |
RedirectStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RedirectStatus[] |
RedirectStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRuleOptions.Builder |
CustomRuleOptions.Builder.status(RedirectStatus status)
Sets the value of
CustomRuleOptions.getStatus() |
CustomRule.Builder |
CustomRule.Builder.status(RedirectStatus status)
(experimental) The status code for a URL rewrite or redirect rule.
|
Copyright © 2022. All rights reserved.