public static final class ResponseHeadersPolicyProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ResponseHeadersPolicyProps
ResponseHeadersPolicyProps
ResponseHeadersPolicyProps.Builder, ResponseHeadersPolicyProps.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 |
getComment()
A comment to describe the response headers policy.
|
ResponseHeadersCorsBehavior |
getCorsBehavior()
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).
|
ResponseCustomHeadersBehavior |
getCustomHeadersBehavior()
A configuration for a set of custom HTTP response headers.
|
java.lang.String |
getResponseHeadersPolicyName()
A unique name to identify the response headers policy.
|
ResponseSecurityHeadersBehavior |
getSecurityHeadersBehavior()
A configuration for a set of security-related HTTP response headers.
|
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 getComment()
ResponseHeadersPolicyProps
Default: - no comment
getComment
in interface ResponseHeadersPolicyProps
public final ResponseHeadersCorsBehavior getCorsBehavior()
ResponseHeadersPolicyProps
Default: - no cors behavior
getCorsBehavior
in interface ResponseHeadersPolicyProps
public final ResponseCustomHeadersBehavior getCustomHeadersBehavior()
ResponseHeadersPolicyProps
Default: - no custom headers behavior
getCustomHeadersBehavior
in interface ResponseHeadersPolicyProps
public final java.lang.String getResponseHeadersPolicyName()
ResponseHeadersPolicyProps
Default: - generated from the `id`
getResponseHeadersPolicyName
in interface ResponseHeadersPolicyProps
public final ResponseSecurityHeadersBehavior getSecurityHeadersBehavior()
ResponseHeadersPolicyProps
Default: - no security headers behavior
getSecurityHeadersBehavior
in interface ResponseHeadersPolicyProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()