@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:37.002Z") @Stability(value=Experimental) public interface RoutingRuleCondition extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
RoutingRuleCondition.Builder
A builder for
RoutingRuleCondition |
static class |
RoutingRuleCondition.Jsii$Proxy
An implementation for
RoutingRuleCondition |
Modifier and Type | Method and Description |
---|---|
static RoutingRuleCondition.Builder |
builder() |
default String |
getHttpErrorCodeReturnedEquals()
(experimental) The HTTP error code when the redirect is applied.
|
default String |
getKeyPrefixEquals()
(experimental) The object key name prefix when the redirect is applied.
|
@Stability(value=Experimental) @Nullable default String getHttpErrorCodeReturnedEquals()
In the event of an error, if the error code equals this value, then the specified redirect is applied.
If both condition properties are specified, both must be true for the redirect to be applied.
Default: - The HTTP error code will not be verified
@Stability(value=Experimental) @Nullable default String getKeyPrefixEquals()
If both condition properties are specified, both must be true for the redirect to be applied.
Default: - The object key name will not be verified
@Stability(value=Experimental) static RoutingRuleCondition.Builder builder()
RoutingRuleCondition.Builder
of RoutingRuleCondition
Copyright © 2021. All rights reserved.