Class LambdaToSsmstringparameterProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awsconstructs.services.lambdassmstringparameter.LambdaToSsmstringparameterProps.Jsii$Proxy
All Implemented Interfaces:
LambdaToSsmstringparameterProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
LambdaToSsmstringparameterProps

@Internal public static final class LambdaToSsmstringparameterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToSsmstringparameterProps
An implementation for LambdaToSsmstringparameterProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awsconstructs.services.lambdassmstringparameter.LambdaToSsmstringparameterProps

    LambdaToSsmstringparameterProps.Builder, LambdaToSsmstringparameterProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the LambdaToSsmstringparameterProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Boolean
    Whether to deploy a new VPC.
    final software.amazon.awscdk.services.lambda.Function
    Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
    final software.amazon.awscdk.services.ssm.StringParameter
    Existing instance of SSM String parameter object, If this is set then the stringParameterProps is ignored.
    final software.amazon.awscdk.services.ec2.IVpc
    An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
    final software.amazon.awscdk.services.lambda.FunctionProps
    User provided props to override the default props for the Lambda function.
    final String
    Optional Name for the Lambda function environment variable set to the name of the parameter.
    final String
    Optional SSM String parameter permissions to grant to the Lambda function.
    final software.amazon.awscdk.services.ssm.StringParameterProps
    Optional user provided props to override the default props for SSM String parameter.
    final software.amazon.awscdk.services.ec2.VpcProps
    Properties to override default properties if deployVpc is true.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait