-
LambdaToSsmstringparameter.Builder.create(software.constructs.Construct scope,
String id)
Whether to deploy a new VPC.
LambdaToSsmstringparameter.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
LambdaToSsmstringparameter.Builder.existingStringParameterObj(software.amazon.awscdk.services.ssm.StringParameter existingStringParameterObj)
Existing instance of SSM String parameter object, If this is set then the stringParameterProps is ignored.
LambdaToSsmstringparameter.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).
LambdaToSsmstringparameter.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
Optional Name for the Lambda function environment variable set to the name of the parameter.
Optional SSM String parameter permissions to grant to the Lambda function.
LambdaToSsmstringparameter.Builder.stringParameterProps(software.amazon.awscdk.services.ssm.StringParameterProps stringParameterProps)
Optional user provided props to override the default props for SSM String parameter.
LambdaToSsmstringparameter.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.