@Generated(value="jsii-pacmak/1.72.0 (build 4b8828b)", date="2022-12-28T22:33:27.928Z") public interface LambdaToOpenSearchProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToOpenSearchProps.Builder
A builder for
LambdaToOpenSearchProps |
static class |
LambdaToOpenSearchProps.Jsii$Proxy
An implementation for
LambdaToOpenSearchProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToOpenSearchProps.Builder |
builder() |
default String |
getCognitoDomainName()
Optional Amazon Cognito domain name.
|
default Boolean |
getCreateCloudWatchAlarms()
Whether to create recommended CloudWatch alarms.
|
default Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
default String |
getDomainEndpointEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the domain endpoint.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default software.amazon.awscdk.services.ec2.IVpc |
getExistingVpc()
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
String |
getOpenSearchDomainName()
Domain name for the OpenSearch Service.
|
default software.amazon.awscdk.services.opensearchservice.CfnDomainProps |
getOpenSearchDomainProps()
Optional user provided props to override the default props for the OpenSearch Service.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@NotNull String getOpenSearchDomainName()
Default: - None
@Nullable default String getCognitoDomainName()
If omitted the Amazon Cognito domain will default to the OpenSearch Service domain name.
Default: - the OpenSearch Service domain name
@Nullable default Boolean getCreateCloudWatchAlarms()
Default: - Alarms are created
@Nullable default Boolean getDeployVpc()
Default: - false
@Nullable default String getDomainEndpointEnvironmentVariableName()
Default: - DOMAIN_ENDPOINT
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.opensearchservice.CfnDomainProps getOpenSearchDomainProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
Default: - DefaultIsolatedVpcProps() in vpc-defaults.ts
static LambdaToOpenSearchProps.Builder builder()
LambdaToOpenSearchProps.Builder of LambdaToOpenSearchPropsCopyright © 2022. All rights reserved.