aws-solutions-constructs.aws-fargate-sns 2.44.0__py3-none-any.whl → 2.46.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_fargate_sns/__init__.py +3 -3
- aws_solutions_constructs/aws_fargate_sns/_jsii/__init__.py +2 -2
- aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.46.0.jsii.tgz +0 -0
- {aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info → aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info}/METADATA +4 -4
- aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info/RECORD +9 -0
- {aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info → aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info}/WHEEL +1 -1
- aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.44.0.jsii.tgz +0 -0
- aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info/RECORD +0 -9
- {aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info → aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info}/LICENSE +0 -0
- {aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info → aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info}/top_level.txt +0 -0
@@ -199,7 +199,7 @@ class FargateToSns(
|
|
199
199
|
:param encryption_key: An optional, imported encryption key to encrypt the SNS Topic with. Default: - None
|
200
200
|
:param encryption_key_props: Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with. Default: - None
|
201
201
|
:param existing_container_definition_object: -
|
202
|
-
:param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion,
|
202
|
+
:param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion, containerDefinitionProps, fargateTaskDefinitionProps, ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value is provided, then existingContainerDefinitionObject must be provided as well. Default: - none
|
203
203
|
:param existing_topic_object: Existing instance of SNS Topic object, providing both this and topicProps will cause an error.. Default: - Default props are used
|
204
204
|
:param existing_vpc: An existing VPC in which to deploy the construct. Providing both this and vpcProps is an error. If the client provides an existing Fargate service, this value must be the VPC where the service is running. An SNS Interface endpoint will be added to this VPC. Default: - none
|
205
205
|
:param fargate_service_props: Optional values to override default Fargate Task definition properties (fargate-defaults.ts). The construct will default to launching the service is the most isolated subnets available (precedence: Isolated, Private and Public). Override those and other defaults here. defaults - fargate-defaults.ts
|
@@ -314,7 +314,7 @@ class FargateToSnsProps:
|
|
314
314
|
:param encryption_key: An optional, imported encryption key to encrypt the SNS Topic with. Default: - None
|
315
315
|
:param encryption_key_props: Optional user provided properties to override the default properties for the KMS encryption key used to encrypt the SNS Topic with. Default: - None
|
316
316
|
:param existing_container_definition_object: -
|
317
|
-
:param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion,
|
317
|
+
:param existing_fargate_service_object: A Fargate Service already instantiated (probably by another Solutions Construct). If this is specified, then no props defining a new service can be provided, including: existingImageObject, ecrImageVersion, containerDefinitionProps, fargateTaskDefinitionProps, ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value is provided, then existingContainerDefinitionObject must be provided as well. Default: - none
|
318
318
|
:param existing_topic_object: Existing instance of SNS Topic object, providing both this and topicProps will cause an error.. Default: - Default props are used
|
319
319
|
:param existing_vpc: An existing VPC in which to deploy the construct. Providing both this and vpcProps is an error. If the client provides an existing Fargate service, this value must be the VPC where the service is running. An SNS Interface endpoint will be added to this VPC. Default: - none
|
320
320
|
:param fargate_service_props: Optional values to override default Fargate Task definition properties (fargate-defaults.ts). The construct will default to launching the service is the most isolated subnets available (precedence: Isolated, Private and Public). Override those and other defaults here. defaults - fargate-defaults.ts
|
@@ -479,7 +479,7 @@ class FargateToSnsProps:
|
|
479
479
|
|
480
480
|
If
|
481
481
|
this is specified, then no props defining a new service can be provided, including:
|
482
|
-
existingImageObject, ecrImageVersion,
|
482
|
+
existingImageObject, ecrImageVersion, containerDefinitionProps, fargateTaskDefinitionProps,
|
483
483
|
ecrRepositoryArn, fargateServiceProps, clusterProps, existingClusterInterface. If this value
|
484
484
|
is provided, then existingContainerDefinitionObject must be provided as well.
|
485
485
|
|
@@ -16,9 +16,9 @@ import constructs._jsii
|
|
16
16
|
|
17
17
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
18
18
|
"@aws-solutions-constructs/aws-fargate-sns",
|
19
|
-
"2.
|
19
|
+
"2.46.0",
|
20
20
|
__name__[0:-6],
|
21
|
-
"aws-fargate-sns@2.
|
21
|
+
"aws-fargate-sns@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-fargate-sns
|
3
|
-
Version: 2.
|
3
|
+
Version: 2.46.0
|
4
4
|
Summary: CDK Constructs for AWS Fargate to Amazon SNS integration
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
6
6
|
Author: Amazon Web Services
|
@@ -20,10 +20,10 @@ 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.core ==2.
|
23
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.105.0
|
24
|
+
Requires-Dist: aws-solutions-constructs.core ==2.46.0
|
25
25
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
26
|
-
Requires-Dist: jsii <2.0.0,>=1.
|
26
|
+
Requires-Dist: jsii <2.0.0,>=1.91.0
|
27
27
|
Requires-Dist: publication >=0.0.3
|
28
28
|
Requires-Dist: typeguard ~=2.13.3
|
29
29
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
aws_solutions_constructs/aws_fargate_sns/__init__.py,sha256=8QvzRJ4OZBy6pMcSeJxwQoNyImAxQjWMvCg4FFIzKdU,41135
|
2
|
+
aws_solutions_constructs/aws_fargate_sns/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
aws_solutions_constructs/aws_fargate_sns/_jsii/__init__.py,sha256=gmRhQihnpPsf7vJBA93C089qCpDChSnX_x5lNvYbX8g,481
|
4
|
+
aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.46.0.jsii.tgz,sha256=ZmrbmmgFtB3cLW0m3q2sc654H3NTqjCcCW7ay_alMfs,108626
|
5
|
+
aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
+
aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info/METADATA,sha256=yeEtXNfhXhXR7t9Fxfc5f5VTQuPaOpwID3hd7vfRLKo,10344
|
7
|
+
aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
8
|
+
aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
+
aws_solutions_constructs.aws_fargate_sns-2.46.0.dist-info/RECORD,,
|
Binary file
|
@@ -1,9 +0,0 @@
|
|
1
|
-
aws_solutions_constructs/aws_fargate_sns/__init__.py,sha256=N3zYRltAmWHTv1DzqdzKCv744XpQLyAwk4EeYbGweOU,41132
|
2
|
-
aws_solutions_constructs/aws_fargate_sns/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
aws_solutions_constructs/aws_fargate_sns/_jsii/__init__.py,sha256=Te_wvU8ZoX1E_rTMrxQEWRCcR5il5za-MT2dOcNlBgk,481
|
4
|
-
aws_solutions_constructs/aws_fargate_sns/_jsii/aws-fargate-sns@2.44.0.jsii.tgz,sha256=PUtDRWwo1upOhRykfd_qs6ktf0ocwmFx68HT9VJREuA,107813
|
5
|
-
aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info/LICENSE,sha256=wnT4A3LZDAEpNzcPDh8VCH0i4wjvmLJ86l3A0tCINmw,10279
|
6
|
-
aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info/METADATA,sha256=l-oVFckbBITucbuXytP8No-L5v88fMSkrF2i1IaiZGI,10343
|
7
|
-
aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
8
|
-
aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info/top_level.txt,sha256=hi3us_KW7V1ocfOqVsNq1o3w552jCEgu_KsCckqYWsg,25
|
9
|
-
aws_solutions_constructs.aws_fargate_sns-2.44.0.dist-info/RECORD,,
|
File without changes
|