aws-solutions-constructs.aws-lambda-ssmstringparameter 2.97.0__py3-none-any.whl → 2.99.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py +4 -3
- aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py +2 -2
- aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.99.0.jsii.tgz +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info}/METADATA +3 -3
- aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info/RECORD +9 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info}/WHEEL +1 -1
- aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.97.0.jsii.tgz +0 -0
- aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info → aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info}/top_level.txt +0 -0
|
@@ -70,7 +70,7 @@ class LambdaToSsmstringparameter(
|
|
|
70
70
|
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
71
71
|
:param existing_string_parameter_obj: Existing instance of SSM String parameter object, If this is set then the stringParameterProps is ignored. Default: - Default props are used
|
|
72
72
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
73
|
-
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj``
|
|
73
|
+
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj`` causes an error. Default: - Default properties are used.
|
|
74
74
|
:param string_parameter_environment_variable_name: Optional Name for the Lambda function environment variable set to the name of the parameter. Default: - SSM_STRING_PARAMETER_NAME
|
|
75
75
|
:param string_parameter_permissions: Optional SSM String parameter permissions to grant to the Lambda function. One of the following may be specified: "Read", "ReadWrite". Default: - Read access is given to the Lambda function if no value is specified.
|
|
76
76
|
:param string_parameter_props: Optional user provided props to override the default props for SSM String parameter. If existingStringParameterObj is not set stringParameterProps is required. The only supported string parameter type is ParameterType.STRING. Default: - Default props are used
|
|
@@ -148,7 +148,7 @@ class LambdaToSsmstringparameterProps:
|
|
|
148
148
|
:param existing_lambda_obj: Optional - instance of an existing Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
|
149
149
|
:param existing_string_parameter_obj: Existing instance of SSM String parameter object, If this is set then the stringParameterProps is ignored. Default: - Default props are used
|
|
150
150
|
:param existing_vpc: An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
|
151
|
-
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj``
|
|
151
|
+
:param lambda_function_props: Optional - user provided props to override the default props for the Lambda function. Providing both this and ``existingLambdaObj`` causes an error. Default: - Default properties are used.
|
|
152
152
|
:param string_parameter_environment_variable_name: Optional Name for the Lambda function environment variable set to the name of the parameter. Default: - SSM_STRING_PARAMETER_NAME
|
|
153
153
|
:param string_parameter_permissions: Optional SSM String parameter permissions to grant to the Lambda function. One of the following may be specified: "Read", "ReadWrite". Default: - Read access is given to the Lambda function if no value is specified.
|
|
154
154
|
:param string_parameter_props: Optional user provided props to override the default props for SSM String parameter. If existingStringParameterObj is not set stringParameterProps is required. The only supported string parameter type is ParameterType.STRING. Default: - Default props are used
|
|
@@ -236,7 +236,8 @@ class LambdaToSsmstringparameterProps:
|
|
|
236
236
|
) -> typing.Optional[_aws_cdk_aws_lambda_ceddda9d.FunctionProps]:
|
|
237
237
|
'''Optional - user provided props to override the default props for the Lambda function.
|
|
238
238
|
|
|
239
|
-
Providing both this and ``existingLambdaObj``
|
|
239
|
+
Providing both this and ``existingLambdaObj``
|
|
240
|
+
causes an error.
|
|
240
241
|
|
|
241
242
|
:default: - Default properties are used.
|
|
242
243
|
'''
|
|
@@ -34,9 +34,9 @@ import constructs._jsii
|
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
36
|
"@aws-solutions-constructs/aws-lambda-ssmstringparameter",
|
|
37
|
-
"2.
|
|
37
|
+
"2.99.0",
|
|
38
38
|
__name__[0:-6],
|
|
39
|
-
"aws-lambda-ssmstringparameter@2.
|
|
39
|
+
"aws-lambda-ssmstringparameter@2.99.0.jsii.tgz",
|
|
40
40
|
)
|
|
41
41
|
|
|
42
42
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-ssmstringparameter
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.99.0
|
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and AWS Systems Manager Parameter Store String parameter
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,8 +18,8 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib <3.0.0,>=2.
|
|
22
|
-
Requires-Dist: aws-solutions-constructs.core ==2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.238.0
|
|
22
|
+
Requires-Dist: aws-solutions-constructs.core ==2.99.0
|
|
23
23
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
|
24
24
|
Requires-Dist: jsii <2.0.0,>=1.119.0
|
|
25
25
|
Requires-Dist: publication >=0.0.3
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py,sha256=KRxY99TRzmQXGbS02Mcu16YCQ5JaHGUL-SntnoqGFKw,19732
|
|
2
|
+
aws_solutions_constructs/aws_lambda_ssmstringparameter/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py,sha256=RKuWXra6b8ERpahnZBd6_8cD1XdaJdBP9qIBCs2Xyao,1553
|
|
4
|
+
aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.99.0.jsii.tgz,sha256=-xiIqXjkVlM1FjhA_SbWPRhqV9pMQqOROZIRmbe-NaA,145082
|
|
5
|
+
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
|
6
|
+
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info/METADATA,sha256=rNjgV5yg64tSzwsdMZuGpYCQ8oLkeA51EdwI47v94G0,1381
|
|
7
|
+
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info/WHEEL,sha256=BNRMDyzLkkcmlv0J8ppDQkk2VED33SesJDynr9ED1gc,91
|
|
8
|
+
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
|
9
|
+
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.99.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py,sha256=W2KWbEN7IHt2ljDilPWKwo7KfYjrjFkTpaVUdILt9jk,19712
|
|
2
|
-
aws_solutions_constructs/aws_lambda_ssmstringparameter/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py,sha256=oMGq_PuLE55LqMwhkqgc5u6SPv33J5WHvXpF7aOSU8A,1553
|
|
4
|
-
aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.97.0.jsii.tgz,sha256=KWl5Nke8Z-LTiA6LG7WPilKxRw5uckhUYTTpDWT8Ylo,144945
|
|
5
|
-
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
|
6
|
-
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info/METADATA,sha256=jp8XkJkiNOlbqlB2UZ5Jgoilj6ppbqOCqEPqWHAt4FE,1381
|
|
7
|
-
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
8
|
-
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
|
9
|
-
aws_solutions_constructs_aws_lambda_ssmstringparameter-2.97.0.dist-info/RECORD,,
|
|
File without changes
|