Class ResponseHeadersPolicyProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps.Jsii$Proxy
- All Implemented Interfaces:
ResponseHeadersPolicyProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ResponseHeadersPolicyProps
@Stability(Stable)
@Internal
public static final class ResponseHeadersPolicyProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements ResponseHeadersPolicyProps
An implementation for
ResponseHeadersPolicyProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps
ResponseHeadersPolicyProps.Builder, ResponseHeadersPolicyProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theResponseHeadersPolicyProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
A comment to describe the response headers policy.A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).A configuration for a set of custom HTTP response headers.final String
A unique name to identify the response headers policy.A configuration for a set of security-related HTTP response headers.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theResponseHeadersPolicyProps.Builder
.
-
-
Method Details
-
getComment
Description copied from interface:ResponseHeadersPolicyProps
A comment to describe the response headers policy.Default: - no comment
- Specified by:
getComment
in interfaceResponseHeadersPolicyProps
-
getCorsBehavior
Description copied from interface:ResponseHeadersPolicyProps
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).Default: - no cors behavior
- Specified by:
getCorsBehavior
in interfaceResponseHeadersPolicyProps
-
getCustomHeadersBehavior
Description copied from interface:ResponseHeadersPolicyProps
A configuration for a set of custom HTTP response headers.Default: - no custom headers behavior
- Specified by:
getCustomHeadersBehavior
in interfaceResponseHeadersPolicyProps
-
getResponseHeadersPolicyName
Description copied from interface:ResponseHeadersPolicyProps
A unique name to identify the response headers policy.Default: - generated from the `id`
- Specified by:
getResponseHeadersPolicyName
in interfaceResponseHeadersPolicyProps
-
getSecurityHeadersBehavior
Description copied from interface:ResponseHeadersPolicyProps
A configuration for a set of security-related HTTP response headers.Default: - no security headers behavior
- Specified by:
getSecurityHeadersBehavior
in interfaceResponseHeadersPolicyProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-