@Generated(value="jsii-pacmak/1.79.0 (build b22f628)", date="2023-03-23T16:43:36.932Z") public interface LambdaToElasticachememcachedProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToElasticachememcachedProps.Builder
A builder for
LambdaToElasticachememcachedProps |
static class |
LambdaToElasticachememcachedProps.Jsii$Proxy
An implementation for
LambdaToElasticachememcachedProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToElasticachememcachedProps.Builder |
builder() |
default String |
getCacheEndpointEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the cache endpoint.
|
default Object |
getCacheProps()
Optional user provided props to override the default props for the Elasticache cache.
|
default software.amazon.awscdk.services.elasticache.CfnCacheCluster |
getExistingCache()
Existing instance of Elasticache Cluster object, providing both this and `cacheProps` will cause an error.
|
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()
Optional user provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@Nullable default String getCacheEndpointEnvironmentVariableName()
Default: - CACHE_ENDPOINT
@Nullable default Object getCacheProps()
Providing both this and existingCache will cause an error. If you provide this,
you must provide the associated VPC in existingVpc.
Default: - Default properties are used (core/lib/elasticacahe-defaults.ts)
@Nullable default software.amazon.awscdk.services.elasticache.CfnCacheCluster getExistingCache()
Default: - none
@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 properties are used.
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
Default: - DefaultIsolatedVpcProps() in vpc-defaults.ts
static LambdaToElasticachememcachedProps.Builder builder()
Copyright © 2023. All rights reserved.