Class LambdaToOpenSearchProps.Jsii$Proxy

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

@Internal public static final class LambdaToOpenSearchProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToOpenSearchProps
An implementation for LambdaToOpenSearchProps
  • 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.lambdaopensearch.LambdaToOpenSearchProps

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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the LambdaToOpenSearchProps.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 String
    Optional Amazon Cognito domain name.
    final Boolean
    Whether to create recommended CloudWatch alarms.
    final Boolean
    Whether to deploy a new VPC.
    final String
    Optional Name for the Lambda function environment variable set to the domain endpoint.
    final software.amazon.awscdk.services.lambda.Function
    Existing instance of Lambda Function object, providing both this and lambdaFunctionProps will cause an error.
    final software.amazon.awscdk.services.ec2.IVpc
    An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
    final software.amazon.awscdk.services.lambda.FunctionProps
    User provided props to override the default props for the Lambda function.
    final String
    Domain name for the OpenSearch Service.
    final software.amazon.awscdk.services.opensearchservice.CfnDomainProps
    Optional user provided props to override the default props for the OpenSearch Service.
    final software.amazon.awscdk.services.ec2.VpcProps
    Properties to override default properties if deployVpc is true.
    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(LambdaToOpenSearchProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LambdaToOpenSearchProps.Builder.
  • Method Details