public static final class LambdaToElasticSearchAndKibanaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToElasticSearchAndKibanaProps
LambdaToElasticSearchAndKibanaPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToElasticSearchAndKibanaProps.Builder, LambdaToElasticSearchAndKibanaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
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) |
Boolean |
getDeployLambda()
Whether to create a new Lambda function or use an existing Lambda function.
|
String |
getDomainName()
Cognito & ES Domain Name.
|
software.amazon.awscdk.services.elasticsearch.CfnDomainProps |
getEsDomainProps()
Optional user provided props to override the default props for the Elasticsearch Service.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props for the Lambda function.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getDeployLambda()
LambdaToElasticSearchAndKibanaProps
If set to false, you must provide a lambda function object as existingLambdaObj
Default: - true
getDeployLambda in interface LambdaToElasticSearchAndKibanaPropspublic String getDomainName()
LambdaToElasticSearchAndKibanaPropsDefault: - None
getDomainName in interface LambdaToElasticSearchAndKibanaPropspublic software.amazon.awscdk.services.elasticsearch.CfnDomainProps getEsDomainProps()
LambdaToElasticSearchAndKibanaPropsDefault: - Default props are used
getEsDomainProps in interface LambdaToElasticSearchAndKibanaPropspublic software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToElasticSearchAndKibanaProps
If deploy is set to false only then this property is required
Default: - None
getExistingLambdaObj in interface LambdaToElasticSearchAndKibanaPropspublic software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToElasticSearchAndKibanaProps
If deploy is set to true only then this property is required
Default: - Default props are used
getLambdaFunctionProps in interface LambdaToElasticSearchAndKibanaPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.