aws-solutions-constructs.aws-lambda-kinesisfirehose 2.44.0__py3-none-any.whl → 2.45.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_kinesisfirehose/__init__.py +1 -1
- aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/__init__.py +2 -2
- aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.45.0.jsii.tgz +0 -0
- {aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info → aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info}/METADATA +6 -6
- aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info/RECORD +9 -0
- aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.44.0.jsii.tgz +0 -0
- aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info → aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info → aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info}/WHEEL +0 -0
- {aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info → aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info}/top_level.txt +0 -0
@@ -105,7 +105,7 @@ new LambdaToKinesisFirehose(this, "LambdaToFirehosePattern", new LambdaToKinesis
|
|
105
105
|
|lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|Optional user provided props to override the default props for the Lambda function.|
|
106
106
|
|existingKinesisFirehose|[kinesisfirehose.CfnDeliveryStream](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.html)|An existing Kinesis Firehose Delivery Stream to which the Lambda function can put data. Note - the delivery stream construct must have already been created and have the deliveryStreamName set. This construct will *not* create a new Delivery Stream.|
|
107
107
|
|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 Amazon Kinesis Data Firehose. 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.|
|
108
|
-
|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
|
108
|
+
|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.|
|
109
109
|
|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`.|
|
110
110
|
|firehoseEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the delivery stream. Default: FIREHOSE_DELIVERYSTREAM_NAME |
|
111
111
|
|
@@ -17,9 +17,9 @@ import constructs._jsii
|
|
17
17
|
|
18
18
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
19
19
|
"@aws-solutions-constructs/aws-lambda-kinesisfirehose",
|
20
|
-
"2.
|
20
|
+
"2.45.0",
|
21
21
|
__name__[0:-6],
|
22
|
-
"aws-lambda-kinesisfirehose@2.
|
22
|
+
"aws-lambda-kinesisfirehose@2.45.0.jsii.tgz",
|
23
23
|
)
|
24
24
|
|
25
25
|
__all__ = [
|
aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.45.0.jsii.tgz
ADDED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: aws-solutions-constructs.aws-lambda-kinesisfirehose
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.45.0
|
4
4
|
Summary: CDK constructs for defining an interaction between an AWS Lambda function and an existing Amazon Kinesis Firehose Delivery Stream.
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
@@ -20,11 +20,11 @@ Classifier: License :: OSI Approved
|
|
20
20
|
Requires-Python: ~=3.7
|
21
21
|
Description-Content-Type: text/markdown
|
22
22
|
License-File: LICENSE
|
23
|
-
Requires-Dist: aws-cdk-lib <3.0.0,>=2.
|
24
|
-
Requires-Dist: aws-solutions-constructs.aws-kinesis-firehose-s3 ==2.
|
25
|
-
Requires-Dist: aws-solutions-constructs.core ==2.
|
23
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.99.1
|
24
|
+
Requires-Dist: aws-solutions-constructs.aws-kinesis-firehose-s3 ==2.45.0
|
25
|
+
Requires-Dist: aws-solutions-constructs.core ==2.45.0
|
26
26
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
27
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
27
|
+
Requires-Dist: jsii <2.0.0,>=1.90.0
|
28
28
|
Requires-Dist: publication >=0.0.3
|
29
29
|
Requires-Dist: typeguard ~=2.13.3
|
30
30
|
|
@@ -134,7 +134,7 @@ new LambdaToKinesisFirehose(this, "LambdaToFirehosePattern", new LambdaToKinesis
|
|
134
134
|
|lambdaFunctionProps?|[`lambda.FunctionProps`](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_lambda.FunctionProps.html)|Optional user provided props to override the default props for the Lambda function.|
|
135
135
|
|existingKinesisFirehose|[kinesisfirehose.CfnDeliveryStream](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.html)|An existing Kinesis Firehose Delivery Stream to which the Lambda function can put data. Note - the delivery stream construct must have already been created and have the deliveryStreamName set. This construct will *not* create a new Delivery Stream.|
|
136
136
|
|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 Amazon Kinesis Data Firehose. 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.|
|
137
|
-
|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
|
137
|
+
|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.|
|
138
138
|
|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`.|
|
139
139
|
|firehoseEnvironmentVariableName?|`string`|Optional Name for the Lambda function environment variable set to the name of the delivery stream. Default: FIREHOSE_DELIVERYSTREAM_NAME |
|
140
140
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
aws_solutions_constructs/aws_lambda_kinesisfirehose/__init__.py,sha256=yhi6w6gCd6lgRlcRbUQN1cjI4fPR4M8zKLvAyZ-mYiQ,22232
|
2
|
+
aws_solutions_constructs/aws_lambda_kinesisfirehose/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/__init__.py,sha256=FsdxGEyahpcXTZqJtdSysEHVxLjHlniTPLKoYT7CMWo,565
|
4
|
+
aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.45.0.jsii.tgz,sha256=KRzwP6DxI_rw_pk0FpmEZ2AznS2kVMKqI8fnBqO12Pw,74566
|
5
|
+
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
+
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info/METADATA,sha256=AyxcSYGrmvdmt8xiXpR2Ga37h8u6UZFIOhDvFiTCcEY,9319
|
7
|
+
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
8
|
+
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
+
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.45.0.dist-info/RECORD,,
|
aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.44.0.jsii.tgz
DELETED
Binary file
|
@@ -1,9 +0,0 @@
|
|
1
|
-
aws_solutions_constructs/aws_lambda_kinesisfirehose/__init__.py,sha256=RTBxPgLU_1lUxP9oQ55GgRNE7fr_2GlwU0jU00oyIPg,22232
|
2
|
-
aws_solutions_constructs/aws_lambda_kinesisfirehose/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/__init__.py,sha256=P4LO2JLO1Q0u8EBgGEd6xLT0dqBprBPFTEwzMJDbKTk,565
|
4
|
-
aws_solutions_constructs/aws_lambda_kinesisfirehose/_jsii/aws-lambda-kinesisfirehose@2.44.0.jsii.tgz,sha256=o--8OSv7C4-PsDeXlXb4P6VeUTEa-TZdKpQqKxHqmmI,73994
|
5
|
-
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
-
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info/METADATA,sha256=sTDc3dW9sVMrlBxofjHku0QbJXa_DgOnTlGO7E8xpB4,9319
|
7
|
-
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
8
|
-
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
-
aws_solutions_constructs.aws_lambda_kinesisfirehose-2.44.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|