@Generated(value="jsii-pacmak/1.10.0 (build 27cfbed)", date="2020-08-07T22:09:17.580Z") 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() |
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, if this is set then the lambdaFunctionProps is ignored.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
@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()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
static LambdaToElasticSearchAndKibanaProps.Builder builder()
Copyright © 2020. All rights reserved.