@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-02T02:12:02.014Z") public class LambdaToSsmstringparameter extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToSsmstringparameter.Builder
A fluent builder for
LambdaToSsmstringparameter. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToSsmstringparameter(software.constructs.Construct scope,
String id,
LambdaToSsmstringparameterProps props) |
protected |
LambdaToSsmstringparameter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaToSsmstringparameter(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.ssm.StringParameter |
getStringParameter() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaToSsmstringparameter(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaToSsmstringparameter(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LambdaToSsmstringparameter(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
LambdaToSsmstringparameterProps props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.Copyright © 2022. All rights reserved.