@Internal public static final class CloudFrontToApiGatewayProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFrontToApiGatewayProps
CloudFrontToApiGatewayPropssoftware.amazon.jsii.JsiiObject.InitializationModeCloudFrontToApiGatewayProps.Builder, CloudFrontToApiGatewayProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CloudFrontToApiGatewayProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CloudFrontToApiGatewayProps.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) |
Object |
getCloudFrontDistributionProps()
Optional user provided props to override the default props.
|
software.amazon.awscdk.services.s3.BucketProps |
getCloudFrontLoggingBucketProps()
Optional user provided props to override the default props for the CloudFront Logging Bucket.
|
software.amazon.awscdk.services.apigateway.RestApi |
getExistingApiGatewayObj()
Existing instance of api.RestApi object.
|
Boolean |
getInsertHttpSecurityHeaders()
Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all responses from cloudfront.
|
software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps |
getResponseHeadersPolicyProps()
Optional user provided configuration that cloudfront applies to all http responses.
|
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(CloudFrontToApiGatewayProps.Builder builder)
CloudFrontToApiGatewayProps.Builder.public final software.amazon.awscdk.services.apigateway.RestApi getExistingApiGatewayObj()
CloudFrontToApiGatewayPropsDefault: - None
getExistingApiGatewayObj in interface CloudFrontToApiGatewayPropspublic final Object getCloudFrontDistributionProps()
CloudFrontToApiGatewayPropsDefault: - Default props are used
getCloudFrontDistributionProps in interface CloudFrontToApiGatewayPropspublic final software.amazon.awscdk.services.s3.BucketProps getCloudFrontLoggingBucketProps()
CloudFrontToApiGatewayPropsDefault: - Default props are used
getCloudFrontLoggingBucketProps in interface CloudFrontToApiGatewayPropspublic final Boolean getInsertHttpSecurityHeaders()
CloudFrontToApiGatewayPropsTurning this on will inject default headers and is mutually exclusive with passing custom security headers via the responseHeadersPolicyProps parameter.
Default: - true
getInsertHttpSecurityHeaders in interface CloudFrontToApiGatewayPropspublic final software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps getResponseHeadersPolicyProps()
CloudFrontToApiGatewayPropsCan be used to pass a custom ResponseSecurityHeadersBehavior, ResponseCustomHeadersBehavior or ResponseHeadersCorsBehavior to the cloudfront distribution.
Passing a custom ResponseSecurityHeadersBehavior is mutually exclusive with turning on the default security headers
via insertHttpSecurityHeaders prop. Will throw an error if both insertHttpSecurityHeaders is set to true
and ResponseSecurityHeadersBehavior is passed.
Default: - undefined
getResponseHeadersPolicyProps in interface CloudFrontToApiGatewayProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.