Class CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
@Stability(Stable)
@Internal
public static final class CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
An implementation for
CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
-
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.CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.Builder, CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.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.final Object
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).final Object
A configuration for a set of custom HTTP response headers.final String
getName()
A name to identify the response headers policy.final Object
A configuration for a set of HTTP headers to remove from the HTTP response.final Object
A configuration for a set of security-related HTTP response headers.final Object
A configuration for enabling theServer-Timing
header in HTTP responses sent from CloudFront.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 theCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A name to identify the response headers policy.The name must be unique for response headers policies in this AWS account .
- Specified by:
getName
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
getComment
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A comment to describe the response headers policy.The comment cannot be longer than 128 characters.
- Specified by:
getComment
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
getCorsConfig
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS).- Specified by:
getCorsConfig
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
getCustomHeadersConfig
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A configuration for a set of custom HTTP response headers.- Specified by:
getCustomHeadersConfig
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
getRemoveHeadersConfig
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A configuration for a set of HTTP headers to remove from the HTTP response.- Specified by:
getRemoveHeadersConfig
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
getSecurityHeadersConfig
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A configuration for a set of security-related HTTP response headers.- Specified by:
getSecurityHeadersConfig
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
getServerTimingHeadersConfig
Description copied from interface:CfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
A configuration for enabling theServer-Timing
header in HTTP responses sent from CloudFront.- Specified by:
getServerTimingHeadersConfig
in interfaceCfnResponseHeadersPolicy.ResponseHeadersPolicyConfigProperty
- See Also:
-
$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()
-