| Modifier and Type | Method and Description |
|---|---|
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.cacheEndpointEnvironmentVariableName(String cacheEndpointEnvironmentVariableName)
Optional Name for the Lambda function environment variable set to the cache endpoint.
|
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.cacheProps(Object cacheProps)
Optional user provided props to override the default props for the Elasticache cache.
|
static LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.create(software.constructs.Construct scope,
String id) |
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.existingCache(software.amazon.awscdk.services.elasticache.CfnCacheCluster existingCache)
Existing instance of Elasticache Cluster object, providing both this and `cacheProps` will cause an error.
|
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
Optional user provided props to override the default props for the Lambda function.
|
LambdaToElasticachememcached.Builder |
LambdaToElasticachememcached.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2023. All rights reserved.