Class CloudFrontToApiGatewayToLambdaProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.cloudfrontapigatewaylambda.CloudFrontToApiGatewayToLambdaProps.Jsii$Proxy
All Implemented Interfaces:
CloudFrontToApiGatewayToLambdaProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CloudFrontToApiGatewayToLambdaProps

@Internal public static final class CloudFrontToApiGatewayToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFrontToApiGatewayToLambdaProps
  • 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.awsconstructs.services.cloudfrontapigatewaylambda.CloudFrontToApiGatewayToLambdaProps

    CloudFrontToApiGatewayToLambdaProps.Builder, CloudFrontToApiGatewayToLambdaProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CloudFrontToApiGatewayToLambdaProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Object
    Optional user provided props to override the default props for the API Gateway.
    final Object
    Optional user provided props to override the default props.
    final software.amazon.awscdk.services.s3.BucketProps
    Optional user provided props to override the default props for the CloudFront Logging Bucket.
    final software.amazon.awscdk.services.lambda.Function
    Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
    final Boolean
    Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all responses from cloudfront.
    final software.amazon.awscdk.services.lambda.FunctionProps
    Optional user provided props to override the default props for the Lambda function.
    final software.amazon.awscdk.services.logs.LogGroupProps
    Optional user provided props to override the default props for the CloudWatchLogs LogGroup.
    final software.amazon.awscdk.services.cloudfront.ResponseHeadersPolicyProps
    Optional user provided configuration that cloudfront applies to all http responses.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CloudFrontToApiGatewayToLambdaProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CloudFrontToApiGatewayToLambdaProps.Builder.
  • Method Details