public static final class CfnBucket.WebsiteConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBucket.WebsiteConfigurationProperty
CfnBucket.WebsiteConfigurationProperty
CfnBucket.WebsiteConfigurationProperty.Builder, CfnBucket.WebsiteConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.String |
getErrorDocument()
The name of the error document for the website.
|
java.lang.String |
getIndexDocument()
The name of the index document for the website.
|
java.lang.Object |
getRedirectAllRequestsTo()
The redirect behavior for every request to this bucket's website endpoint.
|
java.lang.Object |
getRoutingRules()
Rules that define when a redirect is applied and the redirect behavior.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getErrorDocument()
CfnBucket.WebsiteConfigurationProperty
getErrorDocument
in interface CfnBucket.WebsiteConfigurationProperty
public final java.lang.String getIndexDocument()
CfnBucket.WebsiteConfigurationProperty
getIndexDocument
in interface CfnBucket.WebsiteConfigurationProperty
public final java.lang.Object getRedirectAllRequestsTo()
CfnBucket.WebsiteConfigurationProperty
If you specify this property, you can't specify any other property.
getRedirectAllRequestsTo
in interface CfnBucket.WebsiteConfigurationProperty
public final java.lang.Object getRoutingRules()
CfnBucket.WebsiteConfigurationProperty
getRoutingRules
in interface CfnBucket.WebsiteConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()