@Internal public static final class LambdaToSsmstringparameterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToSsmstringparameterProps
LambdaToSsmstringparameterPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToSsmstringparameterProps.Builder, LambdaToSsmstringparameterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LambdaToSsmstringparameterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToSsmstringparameterProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
software.amazon.awscdk.services.ssm.StringParameter |
getExistingStringParameterObj()
Existing instance of SSM String parameter object, If this is set then the stringParameterProps is ignored.
|
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).
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
String |
getStringParameterEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the name of the parameter.
|
String |
getStringParameterPermissions()
Optional SSM String parameter permissions to grant to the Lambda function.
|
software.amazon.awscdk.services.ssm.StringParameterProps |
getStringParameterProps()
Optional user provided props to override the default props for SSM String parameter.
|
software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LambdaToSsmstringparameterProps.Builder builder)
LambdaToSsmstringparameterProps.Builder.public final Boolean getDeployVpc()
LambdaToSsmstringparameterPropsDefault: - false
getDeployVpc in interface LambdaToSsmstringparameterPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToSsmstringparameterPropsDefault: - None
getExistingLambdaObj in interface LambdaToSsmstringparameterPropspublic final software.amazon.awscdk.services.ssm.StringParameter getExistingStringParameterObj()
LambdaToSsmstringparameterPropsDefault: - Default props are used
getExistingStringParameterObj in interface LambdaToSsmstringparameterPropspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToSsmstringparameterPropsgetExistingVpc in interface LambdaToSsmstringparameterPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToSsmstringparameterPropsDefault: - Default properties are used.
getLambdaFunctionProps in interface LambdaToSsmstringparameterPropspublic final String getStringParameterEnvironmentVariableName()
LambdaToSsmstringparameterPropsDefault: - SSM_STRING_PARAMETER_NAME
getStringParameterEnvironmentVariableName in interface LambdaToSsmstringparameterPropspublic final String getStringParameterPermissions()
LambdaToSsmstringparameterPropsOne of the following may be specified: "Read", "ReadWrite".
Default: - Read access is given to the Lambda function if no value is specified.
getStringParameterPermissions in interface LambdaToSsmstringparameterPropspublic final software.amazon.awscdk.services.ssm.StringParameterProps getStringParameterProps()
LambdaToSsmstringparameterPropsIf existingStringParameterObj is not set stringParameterProps is required. The only supported string parameter type is ParameterType.STRING.
Default: - Default props are used
getStringParameterProps in interface LambdaToSsmstringparameterPropspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToSsmstringparameterPropsgetVpcProps in interface LambdaToSsmstringparameterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.