Class LambdaToSsmstringparameter
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.lambdassmstringparameter.LambdaToSsmstringparameter
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.99.0 (build 8f757e4)",
date="2024-06-08T13:26:38.760Z")
public class LambdaToSsmstringparameter
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forLambdaToSsmstringparameter.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedLambdaToSsmstringparameter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedLambdaToSsmstringparameter(software.amazon.jsii.JsiiObjectRef objRef) LambdaToSsmstringparameter(software.constructs.Construct scope, String id, LambdaToSsmstringparameterProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.ssm.StringParametersoftware.amazon.awscdk.services.ec2.IVpcgetVpc()Methods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
LambdaToSsmstringparameter
protected LambdaToSsmstringparameter(software.amazon.jsii.JsiiObjectRef objRef) -
LambdaToSsmstringparameter
protected LambdaToSsmstringparameter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
LambdaToSsmstringparameter
public LambdaToSsmstringparameter(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull LambdaToSsmstringparameterProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction() -
getStringParameter
@NotNull public software.amazon.awscdk.services.ssm.StringParameter getStringParameter() -
getVpc
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
-