@Stability(value=Stable) @Internal public static final class CfnBucket.RoutingRuleConditionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.RoutingRuleConditionProperty
CfnBucket.RoutingRuleConditionPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBucket.RoutingRuleConditionProperty.Builder, CfnBucket.RoutingRuleConditionProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBucket.RoutingRuleConditionProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getHttpErrorCodeReturnedEquals()
The HTTP error code when the redirect is applied.
|
String |
getKeyPrefixEquals()
The object key name prefix when the redirect is applied.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnBucket.RoutingRuleConditionProperty.Builder builder)
CfnBucket.AbortIncompleteMultipartUploadProperty.Builder.public final String getHttpErrorCodeReturnedEquals()
CfnBucket.RoutingRuleConditionPropertyIn the event of an error, if the error code equals this value, then the specified redirect is applied.
Required when parent element Condition is specified and sibling KeyPrefixEquals is not specified. If both are specified, then both must be true for the redirect to be applied.
getHttpErrorCodeReturnedEquals in interface CfnBucket.RoutingRuleConditionPropertypublic final String getKeyPrefixEquals()
CfnBucket.RoutingRuleConditionProperty
For example, to redirect requests for ExamplePage.html , the key prefix will be ExamplePage.html . To redirect request for all pages with the prefix docs/ , the key prefix will be /docs , which identifies all objects in the docs/ folder.
Required when the parent element Condition is specified and sibling HttpErrorCodeReturnedEquals is not specified. If both conditions are specified, both must be true for the redirect to be applied.
getKeyPrefixEquals in interface CfnBucket.RoutingRuleConditionProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.