aws-solutions-constructs.aws-lambda-ssmstringparameter 2.44.0__tar.gz → 2.46.0__tar.gz
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-2.44.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/PKG-INFO +2 -2
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/README.md +1 -1
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/setup.py +5 -5
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py +1 -1
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py +2 -2
- aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.46.0.jsii.tgz +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info}/PKG-INFO +2 -2
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/SOURCES.txt +1 -1
- aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/requires.txt +6 -0
- aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.44.0.jsii.tgz +0 -0
- aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/requires.txt +0 -6
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/LICENSE +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/MANIFEST.in +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/pyproject.toml +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/setup.cfg +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/src/aws_solutions_constructs/aws_lambda_ssmstringparameter/py.typed +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/dependency_links.txt +0 -0
- {aws-solutions-constructs.aws-lambda-ssmstringparameter-2.44.0 → aws-solutions-constructs.aws-lambda-ssmstringparameter-2.46.0}/src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/top_level.txt +0 -0
|
@@ -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.46.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
|
|
@@ -130,7 +130,7 @@ new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
|
130
130
|
|stringParameterProps?|[`ssm.StringParameterProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html)|Optional user provided props to override the default props for SSM String parameter. If existingStringParameterObj is not set stringParameterProps is required. The only supported [`ssm.StringParameterProps.type`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html#type) is [`STRING`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.ParameterType.html#string) if a different value is provided it will be overridden.|
|
|
131
131
|
|stringParameterEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the parameter. Default: SSM_STRING_PARAMETER_NAME |
|
|
132
132
|
|existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for AWS Systems Manager Parameter. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
|
|
133
|
-
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be
|
|
133
|
+
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
|
|
134
134
|
|deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
|
|
135
135
|
|stringParameterPermissions|`string`|Optional SSM String parameter permissions to grant to the Lambda function. One of the following may be specified: "Read", "ReadWrite".
|
|
136
136
|
|
|
@@ -107,7 +107,7 @@ new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
|
107
107
|
|stringParameterProps?|[`ssm.StringParameterProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html)|Optional user provided props to override the default props for SSM String parameter. If existingStringParameterObj is not set stringParameterProps is required. The only supported [`ssm.StringParameterProps.type`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html#type) is [`STRING`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.ParameterType.html#string) if a different value is provided it will be overridden.|
|
|
108
108
|
|stringParameterEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the parameter. Default: SSM_STRING_PARAMETER_NAME |
|
|
109
109
|
|existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for AWS Systems Manager Parameter. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
|
|
110
|
-
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be
|
|
110
|
+
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
|
|
111
111
|
|deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
|
|
112
112
|
|stringParameterPermissions|`string`|Optional SSM String parameter permissions to grant to the Lambda function. One of the following may be specified: "Read", "ReadWrite".
|
|
113
113
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.aws-lambda-ssmstringparameter",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.46.0",
|
|
9
9
|
"description": "CDK constructs for defining an interaction between an AWS Lambda function and AWS Systems Manager Parameter Store String parameter",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_solutions_constructs.aws_lambda_ssmstringparameter._jsii": [
|
|
29
|
-
"aws-lambda-ssmstringparameter@2.
|
|
29
|
+
"aws-lambda-ssmstringparameter@2.46.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.aws_lambda_ssmstringparameter": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,10 +34,10 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.7",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
38
|
-
"aws-solutions-constructs.core==2.
|
|
37
|
+
"aws-cdk-lib>=2.105.0, <3.0.0",
|
|
38
|
+
"aws-solutions-constructs.core==2.46.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
|
-
"jsii>=1.
|
|
40
|
+
"jsii>=1.91.0, <2.0.0",
|
|
41
41
|
"publication>=0.0.3",
|
|
42
42
|
"typeguard~=2.13.3"
|
|
43
43
|
],
|
|
@@ -108,7 +108,7 @@ new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
|
108
108
|
|stringParameterProps?|[`ssm.StringParameterProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html)|Optional user provided props to override the default props for SSM String parameter. If existingStringParameterObj is not set stringParameterProps is required. The only supported [`ssm.StringParameterProps.type`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html#type) is [`STRING`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.ParameterType.html#string) if a different value is provided it will be overridden.|
|
|
109
109
|
|stringParameterEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the parameter. Default: SSM_STRING_PARAMETER_NAME |
|
|
110
110
|
|existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for AWS Systems Manager Parameter. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
|
|
111
|
-
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be
|
|
111
|
+
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
|
|
112
112
|
|deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
|
|
113
113
|
|stringParameterPermissions|`string`|Optional SSM String parameter permissions to grant to the Lambda function. One of the following may be specified: "Read", "ReadWrite".
|
|
114
114
|
|
|
@@ -16,9 +16,9 @@ import constructs._jsii
|
|
|
16
16
|
|
|
17
17
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
18
18
|
"@aws-solutions-constructs/aws-lambda-ssmstringparameter",
|
|
19
|
-
"2.
|
|
19
|
+
"2.46.0",
|
|
20
20
|
__name__[0:-6],
|
|
21
|
-
"aws-lambda-ssmstringparameter@2.
|
|
21
|
+
"aws-lambda-ssmstringparameter@2.46.0.jsii.tgz",
|
|
22
22
|
)
|
|
23
23
|
|
|
24
24
|
__all__ = [
|
|
@@ -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.46.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
|
|
@@ -130,7 +130,7 @@ new LambdaToSsmstringparameter(this, "test-lambda-ssmstringparameter-stack",
|
|
|
130
130
|
|stringParameterProps?|[`ssm.StringParameterProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html)|Optional user provided props to override the default props for SSM String parameter. If existingStringParameterObj is not set stringParameterProps is required. The only supported [`ssm.StringParameterProps.type`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.StringParameterProps.html#type) is [`STRING`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ssm.ParameterType.html#string) if a different value is provided it will be overridden.|
|
|
131
131
|
|stringParameterEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the parameter. Default: SSM_STRING_PARAMETER_NAME |
|
|
132
132
|
|existingVpc?|[`ec2.IVpc`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.IVpc.html)|An optional, existing VPC into which this pattern should be deployed. When deployed in a VPC, the Lambda function will use ENIs in the VPC to access network resources and an Interface Endpoint will be created in the VPC for AWS Systems Manager Parameter. If an existing VPC is provided, the `deployVpc` property cannot be `true`. This uses `ec2.IVpc` to allow clients to supply VPCs that exist outside the stack using the [`ec2.Vpc.fromLookup()`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.Vpc.html#static-fromwbrlookupscope-id-options) method.|
|
|
133
|
-
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be
|
|
133
|
+
|vpcProps?|[`ec2.VpcProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2.VpcProps.html)|Optional user-provided properties to override the default properties for the new VPC. `enableDnsHostnames`, `enableDnsSupport`, `natGateways` and `subnetConfiguration` are set by the pattern, so any values for those properties supplied here will be overridden. If `deployVpc` is not `true` then this property will be ignored.|
|
|
134
134
|
|deployVpc?|`boolean`|Whether to create a new VPC based on `vpcProps` into which to deploy this pattern. Setting this to true will deploy the minimal, most private VPC to run the pattern:<ul><li> One isolated subnet in each Availability Zone used by the CDK program</li><li>`enableDnsHostnames` and `enableDnsSupport` will both be set to true</li></ul>If this property is `true` then `existingVpc` cannot be specified. Defaults to `false`.|
|
|
135
135
|
|stringParameterPermissions|`string`|Optional SSM String parameter permissions to grant to the Lambda function. One of the following may be specified: "Read", "ReadWrite".
|
|
136
136
|
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.aws_lambda_ssmstringparameter.egg-info/top_level.tx
|
|
|
11
11
|
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/py.typed
|
|
13
13
|
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.
|
|
14
|
+
src/aws_solutions_constructs/aws_lambda_ssmstringparameter/_jsii/aws-lambda-ssmstringparameter@2.46.0.jsii.tgz
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|