Versions in this module Expand all Collapse all v2 v2.2.0 Jan 1, 2022 Changes in this version + func LambdaToSecretsmanager_IsConstruct(x interface{}) *bool + func NewLambdaToSecretsmanager_Override(l LambdaToSecretsmanager, scope constructs.Construct, id *string, ...) + type LambdaToSecretsmanager interface + LambdaFunction func() awslambda.Function + Node func() constructs.Node + Secret func() awssecretsmanager.Secret + ToString func() *string + Vpc func() awsec2.IVpc + func NewLambdaToSecretsmanager(scope constructs.Construct, id *string, props *LambdaToSecretsmanagerProps) LambdaToSecretsmanager + type LambdaToSecretsmanagerProps struct + DeployVpc *bool + ExistingLambdaObj awslambda.Function + ExistingSecretObj awssecretsmanager.Secret + ExistingVpc awsec2.IVpc + GrantWriteAccess *string + LambdaFunctionProps *awslambda.FunctionProps + SecretEnvironmentVariableName *string + SecretProps *awssecretsmanager.SecretProps + VpcProps *awsec2.VpcProps