@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-02T02:12:02.020Z") public interface LambdaToSsmstringparameterProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToSsmstringparameterProps.Builder
A builder for
LambdaToSsmstringparameterProps |
static class |
LambdaToSsmstringparameterProps.Jsii$Proxy
An implementation for
LambdaToSsmstringparameterProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToSsmstringparameterProps.Builder |
builder() |
default Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
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.ssm.StringParameter |
getExistingStringParameterObj()
Existing instance of SSM String parameter object, If this is set then the stringParameterProps is ignored.
|
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.
|
default String |
getStringParameterEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the name of the parameter.
|
default String |
getStringParameterPermissions()
Optional SSM String parameter permissions to grant to the Lambda function.
|
default software.amazon.awscdk.services.ssm.StringParameterProps |
getStringParameterProps()
Optional user provided props to override the default props for SSM String parameter.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@Nullable default Boolean getDeployVpc()
Default: - false
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.ssm.StringParameter getExistingStringParameterObj()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default properties are used.
@Nullable default String getStringParameterEnvironmentVariableName()
Default: - SSM_STRING_PARAMETER_NAME
@Nullable default String getStringParameterPermissions()
One of the following may be specified: "Read", "ReadWrite".
Default: - Read access is given to the Lambda function if no value is specified.
@Nullable default software.amazon.awscdk.services.ssm.StringParameterProps getStringParameterProps()
If existingStringParameterObj is not set stringParameterProps is required. The only supported string parameter type is ParameterType.STRING.
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
static LambdaToSsmstringparameterProps.Builder builder()
Copyright © 2022. All rights reserved.