@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-25T20:29:22.725Z") public interface LambdaToElasticSearchAndKibanaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToElasticSearchAndKibanaProps.Builder
A builder for
LambdaToElasticSearchAndKibanaProps |
static class |
LambdaToElasticSearchAndKibanaProps.Jsii$Proxy
An implementation for
LambdaToElasticSearchAndKibanaProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToElasticSearchAndKibanaProps.Builder |
builder() |
Boolean |
getDeployLambda()
Whether to create a new Lambda function or use an existing Lambda function.
|
String |
getDomainName()
Cognito & ES Domain Name.
|
default software.amazon.awscdk.services.elasticsearch.CfnDomainProps |
getEsDomainProps()
Optional user provided props to override the default props for the Elasticsearch Service.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props for the Lambda function.
|
@NotNull Boolean getDeployLambda()
If set to false, you must provide a lambda function object as existingLambdaObj
Default: - true
@NotNull String getDomainName()
Default: - None
@Nullable default software.amazon.awscdk.services.elasticsearch.CfnDomainProps getEsDomainProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
If deploy is set to false only then this property is required
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
If deploy is set to true only then this property is required
Default: - Default props are used
static LambdaToElasticSearchAndKibanaProps.Builder builder()
Copyright © 2020. All rights reserved.