must-cdk 0.0.4__py3-none-any.whl → 0.0.6__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.
- must_cdk/__init__.py +8 -8
- must_cdk/_jsii/__init__.py +1 -1
- must_cdk/_jsii/must-cdk@0.0.6.jsii.tgz +0 -0
- {must_cdk-0.0.4.dist-info → must_cdk-0.0.6.dist-info}/METADATA +1 -1
- must_cdk-0.0.6.dist-info/RECORD +9 -0
- must_cdk/_jsii/must-cdk@0.0.4.jsii.tgz +0 -0
- must_cdk-0.0.4.dist-info/RECORD +0 -9
- {must_cdk-0.0.4.dist-info → must_cdk-0.0.6.dist-info}/LICENSE +0 -0
- {must_cdk-0.0.4.dist-info → must_cdk-0.0.6.dist-info}/WHEEL +0 -0
- {must_cdk-0.0.4.dist-info → must_cdk-0.0.6.dist-info}/top_level.txt +0 -0
must_cdk/__init__.py
CHANGED
@@ -42,10 +42,10 @@ import aws_cdk.aws_route53 as _aws_cdk_aws_route53_ceddda9d
|
|
42
42
|
import constructs as _constructs_77d1e7e8
|
43
43
|
|
44
44
|
|
45
|
-
class
|
45
|
+
class ApiGatewayToLambdaCustomDomain(
|
46
46
|
_constructs_77d1e7e8.Construct,
|
47
47
|
metaclass=jsii.JSIIMeta,
|
48
|
-
jsii_type="must-cdk.
|
48
|
+
jsii_type="must-cdk.ApiGatewayToLambdaCustomDomain",
|
49
49
|
):
|
50
50
|
'''
|
51
51
|
:summary: The ApiGatewayToLambda class.
|
@@ -69,14 +69,14 @@ class ApiGatewayToLambda(
|
|
69
69
|
:param id: - this is a a scope-unique id.
|
70
70
|
:param api_gateway_props: Optional user-provided props to override the default props for the API.
|
71
71
|
:param create_usage_plan: Whether to create a Usage Plan attached to the API. Must be true if apiGatewayProps.defaultMethodOptions.apiKeyRequired is true
|
72
|
-
:param custom_domain_name: Optional custom domain
|
72
|
+
:param custom_domain_name: Optional custom domain name for API Gateway, an ACM cert will also created. Default: - no custom domain
|
73
73
|
:param existing_lambda_obj: Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
74
74
|
:param hosted_zone: Optional Route53 hosted zone to create alias record for the custom domain. Default: - no Route53 alias record created
|
75
75
|
:param lambda_function_props: User provided props to override the default props for the Lambda function.
|
76
76
|
:param log_group_props:
|
77
77
|
'''
|
78
78
|
if __debug__:
|
79
|
-
type_hints = typing.get_type_hints(
|
79
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d7036b176aa7b446813bdbc7672055bba27972db6a947684b57c6f8f02e0f9b6)
|
80
80
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
81
81
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
82
82
|
props = ApiGatewayToLambdaProps(
|
@@ -159,7 +159,7 @@ class ApiGatewayToLambdaProps:
|
|
159
159
|
'''
|
160
160
|
:param api_gateway_props: Optional user-provided props to override the default props for the API.
|
161
161
|
:param create_usage_plan: Whether to create a Usage Plan attached to the API. Must be true if apiGatewayProps.defaultMethodOptions.apiKeyRequired is true
|
162
|
-
:param custom_domain_name: Optional custom domain
|
162
|
+
:param custom_domain_name: Optional custom domain name for API Gateway, an ACM cert will also created. Default: - no custom domain
|
163
163
|
:param existing_lambda_obj: Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
|
164
164
|
:param hosted_zone: Optional Route53 hosted zone to create alias record for the custom domain. Default: - no Route53 alias record created
|
165
165
|
:param lambda_function_props: User provided props to override the default props for the Lambda function.
|
@@ -212,7 +212,7 @@ class ApiGatewayToLambdaProps:
|
|
212
212
|
|
213
213
|
@builtins.property
|
214
214
|
def custom_domain_name(self) -> typing.Optional[builtins.str]:
|
215
|
-
'''Optional custom domain
|
215
|
+
'''Optional custom domain name for API Gateway, an ACM cert will also created.
|
216
216
|
|
217
217
|
:default: - no custom domain
|
218
218
|
'''
|
@@ -267,13 +267,13 @@ class ApiGatewayToLambdaProps:
|
|
267
267
|
|
268
268
|
|
269
269
|
__all__ = [
|
270
|
-
"
|
270
|
+
"ApiGatewayToLambdaCustomDomain",
|
271
271
|
"ApiGatewayToLambdaProps",
|
272
272
|
]
|
273
273
|
|
274
274
|
publication.publish()
|
275
275
|
|
276
|
-
def
|
276
|
+
def _typecheckingstub__d7036b176aa7b446813bdbc7672055bba27972db6a947684b57c6f8f02e0f9b6(
|
277
277
|
scope: _constructs_77d1e7e8.Construct,
|
278
278
|
id: builtins.str,
|
279
279
|
*,
|
must_cdk/_jsii/__init__.py
CHANGED
Binary file
|
@@ -0,0 +1,9 @@
|
|
1
|
+
must_cdk/__init__.py,sha256=w456Q065WELV-YZqix0ds10-o2fAi5uGgidWKkYIuLI,15246
|
2
|
+
must_cdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
+
must_cdk/_jsii/__init__.py,sha256=t9QCpOi0mGQ-Wjtuh2giIqwxdTS2rBNqYZKpYiHCDaY,1427
|
4
|
+
must_cdk/_jsii/must-cdk@0.0.6.jsii.tgz,sha256=8fUTED7fXLTThQve9FrFrABUpx8R_u_lq0WGAk15QKI,470549
|
5
|
+
must_cdk-0.0.6.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
6
|
+
must_cdk-0.0.6.dist-info/METADATA,sha256=cYEzLwW2Vpfnw37VvfCI-_1fp-2TB85bI0DHW9hGWao,1040
|
7
|
+
must_cdk-0.0.6.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
8
|
+
must_cdk-0.0.6.dist-info/top_level.txt,sha256=xm4unKYFXnjqQyemg16SUHfrXIb5XMbfUC_3xNsFyjc,9
|
9
|
+
must_cdk-0.0.6.dist-info/RECORD,,
|
Binary file
|
must_cdk-0.0.4.dist-info/RECORD
DELETED
@@ -1,9 +0,0 @@
|
|
1
|
-
must_cdk/__init__.py,sha256=-gy_pdOUo9tFW7Bzp-hRUQSFms5SWPqCJ8FUbKAsnmk,15144
|
2
|
-
must_cdk/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
3
|
-
must_cdk/_jsii/__init__.py,sha256=tcLmqzta7XKv8Gp79gkmRT2nFUv1R7mcLY5s819ITSY,1427
|
4
|
-
must_cdk/_jsii/must-cdk@0.0.4.jsii.tgz,sha256=BCB3FF8anSRSy618nPkhWKrXMLsCpprWz3heM1LAthk,467003
|
5
|
-
must_cdk-0.0.4.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
6
|
-
must_cdk-0.0.4.dist-info/METADATA,sha256=NAYCE4GzNTChoR0R4sByxYOHegPdLDZnT7WHNuR6Qy8,1040
|
7
|
-
must_cdk-0.0.4.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
8
|
-
must_cdk-0.0.4.dist-info/top_level.txt,sha256=xm4unKYFXnjqQyemg16SUHfrXIb5XMbfUC_3xNsFyjc,9
|
9
|
-
must_cdk-0.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|