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
    Optional - instance of an existing 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
    Optional - 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

    • getOpenSearchDomainName

      public final String getOpenSearchDomainName()
      Description copied from interface: LambdaToOpenSearchProps
      Domain name for the OpenSearch Service.

      Default: - None

      Specified by:
      getOpenSearchDomainName in interface LambdaToOpenSearchProps
    • getCognitoDomainName

      public final String getCognitoDomainName()
      Description copied from interface: LambdaToOpenSearchProps
      Optional Amazon Cognito domain name.

      If omitted the Amazon Cognito domain will default to the OpenSearch Service domain name.

      Default: - the OpenSearch Service domain name

      Specified by:
      getCognitoDomainName in interface LambdaToOpenSearchProps
    • getCreateCloudWatchAlarms

      public final Boolean getCreateCloudWatchAlarms()
      Description copied from interface: LambdaToOpenSearchProps
      Whether to create recommended CloudWatch alarms.

      Default: - Alarms are created

      Specified by:
      getCreateCloudWatchAlarms in interface LambdaToOpenSearchProps
    • getDeployVpc

      public final Boolean getDeployVpc()
      Description copied from interface: LambdaToOpenSearchProps
      Whether to deploy a new VPC.

      Default: - false

      Specified by:
      getDeployVpc in interface LambdaToOpenSearchProps
    • getDomainEndpointEnvironmentVariableName

      public final String getDomainEndpointEnvironmentVariableName()
      Description copied from interface: LambdaToOpenSearchProps
      Optional Name for the Lambda function environment variable set to the domain endpoint.

      Default: - DOMAIN_ENDPOINT

      Specified by:
      getDomainEndpointEnvironmentVariableName in interface LambdaToOpenSearchProps
    • getExistingLambdaObj

      public final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
      Description copied from interface: LambdaToOpenSearchProps
      Optional - instance of an existing Lambda Function object, providing both this and lambdaFunctionProps will cause an error.

      Default: - None

      Specified by:
      getExistingLambdaObj in interface LambdaToOpenSearchProps
    • getExistingVpc

      public final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
      Description copied from interface: LambdaToOpenSearchProps
      An existing VPC for the construct to use (construct will NOT create a new VPC in this case).

      Default: - None

      Specified by:
      getExistingVpc in interface LambdaToOpenSearchProps
    • getLambdaFunctionProps

      public final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
      Description copied from interface: LambdaToOpenSearchProps
      Optional - user provided props to override the default props for the Lambda function.

      Providing both this and existingLambdaObj causes an error.

      Default: - Default props are used

      Specified by:
      getLambdaFunctionProps in interface LambdaToOpenSearchProps
    • getOpenSearchDomainProps

      public final software.amazon.awscdk.services.opensearchservice.CfnDomainProps getOpenSearchDomainProps()
      Description copied from interface: LambdaToOpenSearchProps
      Optional user provided props to override the default props for the OpenSearch Service.

      Default: - Default props are used

      Specified by:
      getOpenSearchDomainProps in interface LambdaToOpenSearchProps
    • getVpcProps

      public final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
      Description copied from interface: LambdaToOpenSearchProps
      Properties to override default properties if deployVpc is true.

      Default: - DefaultIsolatedVpcProps() in vpc-defaults.ts

      Specified by:
      getVpcProps in interface LambdaToOpenSearchProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object