aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +454 -74
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +493 -0
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53/__init__.py +8 -2
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +319 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
|
@@ -6622,6 +6622,7 @@ class CfnResourceProps:
|
|
|
6622
6622
|
"name": "name",
|
|
6623
6623
|
"parameters": "parameters",
|
|
6624
6624
|
"policy": "policy",
|
|
6625
|
+
"security_policy": "securityPolicy",
|
|
6625
6626
|
"tags": "tags",
|
|
6626
6627
|
},
|
|
6627
6628
|
)
|
|
@@ -6643,6 +6644,7 @@ class CfnRestApiProps:
|
|
|
6643
6644
|
name: typing.Optional[builtins.str] = None,
|
|
6644
6645
|
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
6645
6646
|
policy: typing.Any = None,
|
|
6647
|
+
security_policy: typing.Optional[builtins.str] = None,
|
|
6646
6648
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6647
6649
|
) -> None:
|
|
6648
6650
|
'''Properties for defining a ``CfnRestApi``.
|
|
@@ -6661,6 +6663,7 @@ class CfnRestApiProps:
|
|
|
6661
6663
|
:param name: The name of the RestApi. A name is required if the REST API is not based on an OpenAPI specification.
|
|
6662
6664
|
:param parameters: Custom header parameters as part of the request. For example, to exclude DocumentationParts from an imported API, set ``ignore=documentation`` as a ``parameters`` value, as in the AWS CLI command of ``aws apigateway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json'`` .
|
|
6663
6665
|
:param policy: A policy document that contains the permissions for the ``RestApi`` resource. To set the ARN for the policy, use the ``!Join`` intrinsic function with ``""`` as delimiter and values of ``"execute-api:/"`` and ``"*"`` .
|
|
6666
|
+
:param security_policy:
|
|
6664
6667
|
:param tags: The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with ``aws:`` . The tag value can be up to 256 characters.
|
|
6665
6668
|
|
|
6666
6669
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html
|
|
@@ -6701,6 +6704,7 @@ class CfnRestApiProps:
|
|
|
6701
6704
|
"parameters_key": "parameters"
|
|
6702
6705
|
},
|
|
6703
6706
|
policy=policy,
|
|
6707
|
+
security_policy="securityPolicy",
|
|
6704
6708
|
tags=[CfnTag(
|
|
6705
6709
|
key="key",
|
|
6706
6710
|
value="value"
|
|
@@ -6723,6 +6727,7 @@ class CfnRestApiProps:
|
|
|
6723
6727
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
6724
6728
|
check_type(argname="argument parameters", value=parameters, expected_type=type_hints["parameters"])
|
|
6725
6729
|
check_type(argname="argument policy", value=policy, expected_type=type_hints["policy"])
|
|
6730
|
+
check_type(argname="argument security_policy", value=security_policy, expected_type=type_hints["security_policy"])
|
|
6726
6731
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
6727
6732
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
6728
6733
|
if api_key_source_type is not None:
|
|
@@ -6753,6 +6758,8 @@ class CfnRestApiProps:
|
|
|
6753
6758
|
self._values["parameters"] = parameters
|
|
6754
6759
|
if policy is not None:
|
|
6755
6760
|
self._values["policy"] = policy
|
|
6761
|
+
if security_policy is not None:
|
|
6762
|
+
self._values["security_policy"] = security_policy
|
|
6756
6763
|
if tags is not None:
|
|
6757
6764
|
self._values["tags"] = tags
|
|
6758
6765
|
|
|
@@ -6924,6 +6931,14 @@ class CfnRestApiProps:
|
|
|
6924
6931
|
result = self._values.get("policy")
|
|
6925
6932
|
return typing.cast(typing.Any, result)
|
|
6926
6933
|
|
|
6934
|
+
@builtins.property
|
|
6935
|
+
def security_policy(self) -> typing.Optional[builtins.str]:
|
|
6936
|
+
'''
|
|
6937
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-restapi.html#cfn-apigateway-restapi-securitypolicy
|
|
6938
|
+
'''
|
|
6939
|
+
result = self._values.get("security_policy")
|
|
6940
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6941
|
+
|
|
6927
6942
|
@builtins.property
|
|
6928
6943
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
6929
6944
|
'''The key-value map of strings.
|
|
@@ -22139,6 +22154,27 @@ class CfnApiKey(
|
|
|
22139
22154
|
|
|
22140
22155
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
22141
22156
|
|
|
22157
|
+
@jsii.member(jsii_name="fromApiKeyId")
|
|
22158
|
+
@builtins.classmethod
|
|
22159
|
+
def from_api_key_id(
|
|
22160
|
+
cls,
|
|
22161
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22162
|
+
id: builtins.str,
|
|
22163
|
+
api_key_id: builtins.str,
|
|
22164
|
+
) -> IApiKeyRef:
|
|
22165
|
+
'''Creates a new IApiKeyRef from a apiKeyId.
|
|
22166
|
+
|
|
22167
|
+
:param scope: -
|
|
22168
|
+
:param id: -
|
|
22169
|
+
:param api_key_id: -
|
|
22170
|
+
'''
|
|
22171
|
+
if __debug__:
|
|
22172
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d28618723a7da86eac262dd6fcbd57647bc2aa89de83959534c6b5288f040fef)
|
|
22173
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
22174
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
22175
|
+
check_type(argname="argument api_key_id", value=api_key_id, expected_type=type_hints["api_key_id"])
|
|
22176
|
+
return typing.cast(IApiKeyRef, jsii.sinvoke(cls, "fromApiKeyId", [scope, id, api_key_id]))
|
|
22177
|
+
|
|
22142
22178
|
@jsii.member(jsii_name="inspect")
|
|
22143
22179
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
22144
22180
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -23045,6 +23081,27 @@ class CfnClientCertificate(
|
|
|
23045
23081
|
|
|
23046
23082
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
23047
23083
|
|
|
23084
|
+
@jsii.member(jsii_name="fromClientCertificateId")
|
|
23085
|
+
@builtins.classmethod
|
|
23086
|
+
def from_client_certificate_id(
|
|
23087
|
+
cls,
|
|
23088
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
23089
|
+
id: builtins.str,
|
|
23090
|
+
client_certificate_id: builtins.str,
|
|
23091
|
+
) -> IClientCertificateRef:
|
|
23092
|
+
'''Creates a new IClientCertificateRef from a clientCertificateId.
|
|
23093
|
+
|
|
23094
|
+
:param scope: -
|
|
23095
|
+
:param id: -
|
|
23096
|
+
:param client_certificate_id: -
|
|
23097
|
+
'''
|
|
23098
|
+
if __debug__:
|
|
23099
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0a5e31aa2352a567ea0a97f6b3c305db593bab1d23ed323eab3a574cdbc20b53)
|
|
23100
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
23101
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
23102
|
+
check_type(argname="argument client_certificate_id", value=client_certificate_id, expected_type=type_hints["client_certificate_id"])
|
|
23103
|
+
return typing.cast(IClientCertificateRef, jsii.sinvoke(cls, "fromClientCertificateId", [scope, id, client_certificate_id]))
|
|
23104
|
+
|
|
23048
23105
|
@jsii.member(jsii_name="inspect")
|
|
23049
23106
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
23050
23107
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -24795,6 +24852,48 @@ class CfnDomainName(
|
|
|
24795
24852
|
|
|
24796
24853
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
24797
24854
|
|
|
24855
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
24856
|
+
@builtins.classmethod
|
|
24857
|
+
def from_domain_name(
|
|
24858
|
+
cls,
|
|
24859
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24860
|
+
id: builtins.str,
|
|
24861
|
+
domain_name: builtins.str,
|
|
24862
|
+
) -> IDomainNameRef:
|
|
24863
|
+
'''Creates a new IDomainNameRef from a domainName.
|
|
24864
|
+
|
|
24865
|
+
:param scope: -
|
|
24866
|
+
:param id: -
|
|
24867
|
+
:param domain_name: -
|
|
24868
|
+
'''
|
|
24869
|
+
if __debug__:
|
|
24870
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7573cabb5591aeca76fca113dbdb083344840ea756b892b5b440934d48a9afb3)
|
|
24871
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
24872
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
24873
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
24874
|
+
return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
24875
|
+
|
|
24876
|
+
@jsii.member(jsii_name="fromDomainNameArn")
|
|
24877
|
+
@builtins.classmethod
|
|
24878
|
+
def from_domain_name_arn(
|
|
24879
|
+
cls,
|
|
24880
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
24881
|
+
id: builtins.str,
|
|
24882
|
+
arn: builtins.str,
|
|
24883
|
+
) -> IDomainNameRef:
|
|
24884
|
+
'''Creates a new IDomainNameRef from an ARN.
|
|
24885
|
+
|
|
24886
|
+
:param scope: -
|
|
24887
|
+
:param id: -
|
|
24888
|
+
:param arn: -
|
|
24889
|
+
'''
|
|
24890
|
+
if __debug__:
|
|
24891
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7594371e62564d813ae77a2f2b52731cbf46dfc26d0b9ee7957708a268f7536f)
|
|
24892
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
24893
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
24894
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
24895
|
+
return typing.cast(IDomainNameRef, jsii.sinvoke(cls, "fromDomainNameArn", [scope, id, arn]))
|
|
24896
|
+
|
|
24798
24897
|
@jsii.member(jsii_name="inspect")
|
|
24799
24898
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
24800
24899
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -27378,6 +27477,7 @@ class CfnRestApi(
|
|
|
27378
27477
|
"parameters_key": "parameters"
|
|
27379
27478
|
},
|
|
27380
27479
|
policy=policy,
|
|
27480
|
+
security_policy="securityPolicy",
|
|
27381
27481
|
tags=[CfnTag(
|
|
27382
27482
|
key="key",
|
|
27383
27483
|
value="value"
|
|
@@ -27404,6 +27504,7 @@ class CfnRestApi(
|
|
|
27404
27504
|
name: typing.Optional[builtins.str] = None,
|
|
27405
27505
|
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
27406
27506
|
policy: typing.Any = None,
|
|
27507
|
+
security_policy: typing.Optional[builtins.str] = None,
|
|
27407
27508
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
27408
27509
|
) -> None:
|
|
27409
27510
|
'''
|
|
@@ -27423,6 +27524,7 @@ class CfnRestApi(
|
|
|
27423
27524
|
:param name: The name of the RestApi. A name is required if the REST API is not based on an OpenAPI specification.
|
|
27424
27525
|
:param parameters: Custom header parameters as part of the request. For example, to exclude DocumentationParts from an imported API, set ``ignore=documentation`` as a ``parameters`` value, as in the AWS CLI command of ``aws apigateway import-rest-api --parameters ignore=documentation --body 'file:///path/to/imported-api-body.json'`` .
|
|
27425
27526
|
:param policy: A policy document that contains the permissions for the ``RestApi`` resource. To set the ARN for the policy, use the ``!Join`` intrinsic function with ``""`` as delimiter and values of ``"execute-api:/"`` and ``"*"`` .
|
|
27527
|
+
:param security_policy:
|
|
27426
27528
|
:param tags: The key-value map of strings. The valid character set is [a-zA-Z+-=._:/]. The tag key can be up to 128 characters and must not start with ``aws:`` . The tag value can be up to 256 characters.
|
|
27427
27529
|
'''
|
|
27428
27530
|
if __debug__:
|
|
@@ -27444,11 +27546,33 @@ class CfnRestApi(
|
|
|
27444
27546
|
name=name,
|
|
27445
27547
|
parameters=parameters,
|
|
27446
27548
|
policy=policy,
|
|
27549
|
+
security_policy=security_policy,
|
|
27447
27550
|
tags=tags,
|
|
27448
27551
|
)
|
|
27449
27552
|
|
|
27450
27553
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
27451
27554
|
|
|
27555
|
+
@jsii.member(jsii_name="fromRestApiId")
|
|
27556
|
+
@builtins.classmethod
|
|
27557
|
+
def from_rest_api_id(
|
|
27558
|
+
cls,
|
|
27559
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27560
|
+
id: builtins.str,
|
|
27561
|
+
rest_api_id: builtins.str,
|
|
27562
|
+
) -> IRestApiRef:
|
|
27563
|
+
'''Creates a new IRestApiRef from a restApiId.
|
|
27564
|
+
|
|
27565
|
+
:param scope: -
|
|
27566
|
+
:param id: -
|
|
27567
|
+
:param rest_api_id: -
|
|
27568
|
+
'''
|
|
27569
|
+
if __debug__:
|
|
27570
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f098f990bc47fb67b4869dd0692c7805f635c5b6966164b81e7977eedb0e23a7)
|
|
27571
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
27572
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
27573
|
+
check_type(argname="argument rest_api_id", value=rest_api_id, expected_type=type_hints["rest_api_id"])
|
|
27574
|
+
return typing.cast(IRestApiRef, jsii.sinvoke(cls, "fromRestApiId", [scope, id, rest_api_id]))
|
|
27575
|
+
|
|
27452
27576
|
@jsii.member(jsii_name="inspect")
|
|
27453
27577
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
27454
27578
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -27724,6 +27848,18 @@ class CfnRestApi(
|
|
|
27724
27848
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
27725
27849
|
jsii.set(self, "policy", value) # pyright: ignore[reportArgumentType]
|
|
27726
27850
|
|
|
27851
|
+
@builtins.property
|
|
27852
|
+
@jsii.member(jsii_name="securityPolicy")
|
|
27853
|
+
def security_policy(self) -> typing.Optional[builtins.str]:
|
|
27854
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "securityPolicy"))
|
|
27855
|
+
|
|
27856
|
+
@security_policy.setter
|
|
27857
|
+
def security_policy(self, value: typing.Optional[builtins.str]) -> None:
|
|
27858
|
+
if __debug__:
|
|
27859
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b5cbad8ea7b13cc4138aea2c1f4832de11327b51e38539bb2f152732a2d44409)
|
|
27860
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
27861
|
+
jsii.set(self, "securityPolicy", value) # pyright: ignore[reportArgumentType]
|
|
27862
|
+
|
|
27727
27863
|
@builtins.property
|
|
27728
27864
|
@jsii.member(jsii_name="tagsRaw")
|
|
27729
27865
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -28829,6 +28965,27 @@ class CfnUsagePlan(
|
|
|
28829
28965
|
|
|
28830
28966
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
28831
28967
|
|
|
28968
|
+
@jsii.member(jsii_name="fromUsagePlanId")
|
|
28969
|
+
@builtins.classmethod
|
|
28970
|
+
def from_usage_plan_id(
|
|
28971
|
+
cls,
|
|
28972
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
28973
|
+
id: builtins.str,
|
|
28974
|
+
usage_plan_id: builtins.str,
|
|
28975
|
+
) -> IUsagePlanRef:
|
|
28976
|
+
'''Creates a new IUsagePlanRef from a usagePlanId.
|
|
28977
|
+
|
|
28978
|
+
:param scope: -
|
|
28979
|
+
:param id: -
|
|
28980
|
+
:param usage_plan_id: -
|
|
28981
|
+
'''
|
|
28982
|
+
if __debug__:
|
|
28983
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44855889c228ef5d7500d8d4056967324b295b7a5290ae6aa891ab901acb2c2e)
|
|
28984
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
28985
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
28986
|
+
check_type(argname="argument usage_plan_id", value=usage_plan_id, expected_type=type_hints["usage_plan_id"])
|
|
28987
|
+
return typing.cast(IUsagePlanRef, jsii.sinvoke(cls, "fromUsagePlanId", [scope, id, usage_plan_id]))
|
|
28988
|
+
|
|
28832
28989
|
@jsii.member(jsii_name="inspect")
|
|
28833
28990
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
28834
28991
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -29440,6 +29597,27 @@ class CfnVpcLink(
|
|
|
29440
29597
|
|
|
29441
29598
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
29442
29599
|
|
|
29600
|
+
@jsii.member(jsii_name="fromVpcLinkId")
|
|
29601
|
+
@builtins.classmethod
|
|
29602
|
+
def from_vpc_link_id(
|
|
29603
|
+
cls,
|
|
29604
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
29605
|
+
id: builtins.str,
|
|
29606
|
+
vpc_link_id: builtins.str,
|
|
29607
|
+
) -> IVpcLinkRef:
|
|
29608
|
+
'''Creates a new IVpcLinkRef from a vpcLinkId.
|
|
29609
|
+
|
|
29610
|
+
:param scope: -
|
|
29611
|
+
:param id: -
|
|
29612
|
+
:param vpc_link_id: -
|
|
29613
|
+
'''
|
|
29614
|
+
if __debug__:
|
|
29615
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c1a057c69ce236d79b8b6fb912b05b1084e8253b79689c49d313f733ba403dfd)
|
|
29616
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
29617
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
29618
|
+
check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
|
|
29619
|
+
return typing.cast(IVpcLinkRef, jsii.sinvoke(cls, "fromVpcLinkId", [scope, id, vpc_link_id]))
|
|
29620
|
+
|
|
29443
29621
|
@jsii.member(jsii_name="inspect")
|
|
29444
29622
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
29445
29623
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -36578,6 +36756,7 @@ def _typecheckingstub__5e6d4ed4722f0c07021ff207940f8656b0bbeb24224daef1a2a167c70
|
|
|
36578
36756
|
name: typing.Optional[builtins.str] = None,
|
|
36579
36757
|
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
36580
36758
|
policy: typing.Any = None,
|
|
36759
|
+
security_policy: typing.Optional[builtins.str] = None,
|
|
36581
36760
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
36582
36761
|
) -> None:
|
|
36583
36762
|
"""Type checking stubs"""
|
|
@@ -37885,6 +38064,14 @@ def _typecheckingstub__7b22ef3a96b2535227fcee63bac2bd1636a3ecaf8ae447d48e70ec926
|
|
|
37885
38064
|
"""Type checking stubs"""
|
|
37886
38065
|
pass
|
|
37887
38066
|
|
|
38067
|
+
def _typecheckingstub__d28618723a7da86eac262dd6fcbd57647bc2aa89de83959534c6b5288f040fef(
|
|
38068
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38069
|
+
id: builtins.str,
|
|
38070
|
+
api_key_id: builtins.str,
|
|
38071
|
+
) -> None:
|
|
38072
|
+
"""Type checking stubs"""
|
|
38073
|
+
pass
|
|
38074
|
+
|
|
37888
38075
|
def _typecheckingstub__3d6e2d573fd59cd7bda27f8af3a06d556bf1f848f8a8571e3bb89f6ae03687b8(
|
|
37889
38076
|
inspector: _TreeInspector_488e0dd5,
|
|
37890
38077
|
) -> None:
|
|
@@ -38156,6 +38343,14 @@ def _typecheckingstub__b04e1c6e6561781583a05d34684fa7f16c7a0f9593b5bdadf17a39aa7
|
|
|
38156
38343
|
"""Type checking stubs"""
|
|
38157
38344
|
pass
|
|
38158
38345
|
|
|
38346
|
+
def _typecheckingstub__0a5e31aa2352a567ea0a97f6b3c305db593bab1d23ed323eab3a574cdbc20b53(
|
|
38347
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38348
|
+
id: builtins.str,
|
|
38349
|
+
client_certificate_id: builtins.str,
|
|
38350
|
+
) -> None:
|
|
38351
|
+
"""Type checking stubs"""
|
|
38352
|
+
pass
|
|
38353
|
+
|
|
38159
38354
|
def _typecheckingstub__c56b005c9ce07b196b1f4cb1c80e16999eacd5dbdfac93d2f4f64138b0808a7e(
|
|
38160
38355
|
inspector: _TreeInspector_488e0dd5,
|
|
38161
38356
|
) -> None:
|
|
@@ -38412,6 +38607,22 @@ def _typecheckingstub__133ab79e698bd61c150ef7c699a84e864403caafbb03bd0bc5874cee6
|
|
|
38412
38607
|
"""Type checking stubs"""
|
|
38413
38608
|
pass
|
|
38414
38609
|
|
|
38610
|
+
def _typecheckingstub__7573cabb5591aeca76fca113dbdb083344840ea756b892b5b440934d48a9afb3(
|
|
38611
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38612
|
+
id: builtins.str,
|
|
38613
|
+
domain_name: builtins.str,
|
|
38614
|
+
) -> None:
|
|
38615
|
+
"""Type checking stubs"""
|
|
38616
|
+
pass
|
|
38617
|
+
|
|
38618
|
+
def _typecheckingstub__7594371e62564d813ae77a2f2b52731cbf46dfc26d0b9ee7957708a268f7536f(
|
|
38619
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
38620
|
+
id: builtins.str,
|
|
38621
|
+
arn: builtins.str,
|
|
38622
|
+
) -> None:
|
|
38623
|
+
"""Type checking stubs"""
|
|
38624
|
+
pass
|
|
38625
|
+
|
|
38415
38626
|
def _typecheckingstub__37a1235a5256f1b7d85e64cb2b5f3e81e3b6388eed32f66d2b4549fc757b871a(
|
|
38416
38627
|
inspector: _TreeInspector_488e0dd5,
|
|
38417
38628
|
) -> None:
|
|
@@ -38988,11 +39199,20 @@ def _typecheckingstub__781aae0a2f2512495cbd89d2be23edec0478e71fd6a59c0527cabb245
|
|
|
38988
39199
|
name: typing.Optional[builtins.str] = None,
|
|
38989
39200
|
parameters: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
38990
39201
|
policy: typing.Any = None,
|
|
39202
|
+
security_policy: typing.Optional[builtins.str] = None,
|
|
38991
39203
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
38992
39204
|
) -> None:
|
|
38993
39205
|
"""Type checking stubs"""
|
|
38994
39206
|
pass
|
|
38995
39207
|
|
|
39208
|
+
def _typecheckingstub__f098f990bc47fb67b4869dd0692c7805f635c5b6966164b81e7977eedb0e23a7(
|
|
39209
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
39210
|
+
id: builtins.str,
|
|
39211
|
+
rest_api_id: builtins.str,
|
|
39212
|
+
) -> None:
|
|
39213
|
+
"""Type checking stubs"""
|
|
39214
|
+
pass
|
|
39215
|
+
|
|
38996
39216
|
def _typecheckingstub__0d311995dffe9db41f0b189d5aaebea2138fbb7863d3fb06df01c202917e8b13(
|
|
38997
39217
|
inspector: _TreeInspector_488e0dd5,
|
|
38998
39218
|
) -> None:
|
|
@@ -39089,6 +39309,12 @@ def _typecheckingstub__b7c411e289712e4a9bfc8e944902e0103f628540a4cf7e48a8c916788
|
|
|
39089
39309
|
"""Type checking stubs"""
|
|
39090
39310
|
pass
|
|
39091
39311
|
|
|
39312
|
+
def _typecheckingstub__b5cbad8ea7b13cc4138aea2c1f4832de11327b51e38539bb2f152732a2d44409(
|
|
39313
|
+
value: typing.Optional[builtins.str],
|
|
39314
|
+
) -> None:
|
|
39315
|
+
"""Type checking stubs"""
|
|
39316
|
+
pass
|
|
39317
|
+
|
|
39092
39318
|
def _typecheckingstub__9ae71bb5beb4f360ca0016003cbb508243a9ad4b5e494d1a4655780f8350d620(
|
|
39093
39319
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
39094
39320
|
) -> None:
|
|
@@ -39280,6 +39506,14 @@ def _typecheckingstub__8a8c11347e47e0f4cc9518ba40e4026dd908f54137f8dd41f789c4c65
|
|
|
39280
39506
|
"""Type checking stubs"""
|
|
39281
39507
|
pass
|
|
39282
39508
|
|
|
39509
|
+
def _typecheckingstub__44855889c228ef5d7500d8d4056967324b295b7a5290ae6aa891ab901acb2c2e(
|
|
39510
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
39511
|
+
id: builtins.str,
|
|
39512
|
+
usage_plan_id: builtins.str,
|
|
39513
|
+
) -> None:
|
|
39514
|
+
"""Type checking stubs"""
|
|
39515
|
+
pass
|
|
39516
|
+
|
|
39283
39517
|
def _typecheckingstub__305ebc0d1bd2c496b732d04490b6e35befd6f95c0273c4a987a6d5335feaa2f4(
|
|
39284
39518
|
inspector: _TreeInspector_488e0dd5,
|
|
39285
39519
|
) -> None:
|
|
@@ -39407,6 +39641,14 @@ def _typecheckingstub__4a1f69db69c9ab3edee19de9b16585e4355791d79ee3b330d18242cc4
|
|
|
39407
39641
|
"""Type checking stubs"""
|
|
39408
39642
|
pass
|
|
39409
39643
|
|
|
39644
|
+
def _typecheckingstub__c1a057c69ce236d79b8b6fb912b05b1084e8253b79689c49d313f733ba403dfd(
|
|
39645
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
39646
|
+
id: builtins.str,
|
|
39647
|
+
vpc_link_id: builtins.str,
|
|
39648
|
+
) -> None:
|
|
39649
|
+
"""Type checking stubs"""
|
|
39650
|
+
pass
|
|
39651
|
+
|
|
39410
39652
|
def _typecheckingstub__ab88de0a7914cd8aabbb92e0ebc49325c3e07a7d032f4f5d29eb7cba850c71b6(
|
|
39411
39653
|
inspector: _TreeInspector_488e0dd5,
|
|
39412
39654
|
) -> None:
|
|
@@ -14797,6 +14797,27 @@ class CfnApi(
|
|
|
14797
14797
|
|
|
14798
14798
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
14799
14799
|
|
|
14800
|
+
@jsii.member(jsii_name="fromApiId")
|
|
14801
|
+
@builtins.classmethod
|
|
14802
|
+
def from_api_id(
|
|
14803
|
+
cls,
|
|
14804
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14805
|
+
id: builtins.str,
|
|
14806
|
+
api_id: builtins.str,
|
|
14807
|
+
) -> IApiRef:
|
|
14808
|
+
'''Creates a new IApiRef from a apiId.
|
|
14809
|
+
|
|
14810
|
+
:param scope: -
|
|
14811
|
+
:param id: -
|
|
14812
|
+
:param api_id: -
|
|
14813
|
+
'''
|
|
14814
|
+
if __debug__:
|
|
14815
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e72694b8b6455e40db5d00a9e28ee2f1c2525f0a06d5518f81443afbd4b3ba6b)
|
|
14816
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14817
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14818
|
+
check_type(argname="argument api_id", value=api_id, expected_type=type_hints["api_id"])
|
|
14819
|
+
return typing.cast(IApiRef, jsii.sinvoke(cls, "fromApiId", [scope, id, api_id]))
|
|
14820
|
+
|
|
14800
14821
|
@jsii.member(jsii_name="inspect")
|
|
14801
14822
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
14802
14823
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -20292,6 +20313,27 @@ class CfnVpcLink(
|
|
|
20292
20313
|
|
|
20293
20314
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
20294
20315
|
|
|
20316
|
+
@jsii.member(jsii_name="fromVpcLinkId")
|
|
20317
|
+
@builtins.classmethod
|
|
20318
|
+
def from_vpc_link_id(
|
|
20319
|
+
cls,
|
|
20320
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20321
|
+
id: builtins.str,
|
|
20322
|
+
vpc_link_id: builtins.str,
|
|
20323
|
+
) -> IVpcLinkRef:
|
|
20324
|
+
'''Creates a new IVpcLinkRef from a vpcLinkId.
|
|
20325
|
+
|
|
20326
|
+
:param scope: -
|
|
20327
|
+
:param id: -
|
|
20328
|
+
:param vpc_link_id: -
|
|
20329
|
+
'''
|
|
20330
|
+
if __debug__:
|
|
20331
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b9997270542b25cedc29d27a7022768673c0aada9df5c4d00bfe1c5924b068d8)
|
|
20332
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
20333
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
20334
|
+
check_type(argname="argument vpc_link_id", value=vpc_link_id, expected_type=type_hints["vpc_link_id"])
|
|
20335
|
+
return typing.cast(IVpcLinkRef, jsii.sinvoke(cls, "fromVpcLinkId", [scope, id, vpc_link_id]))
|
|
20336
|
+
|
|
20295
20337
|
@jsii.member(jsii_name="inspect")
|
|
20296
20338
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
20297
20339
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -25018,6 +25060,14 @@ def _typecheckingstub__1db7633eb849c7234f54cf8f50ef6e4c6273ca1ab60db537f47e511e2
|
|
|
25018
25060
|
"""Type checking stubs"""
|
|
25019
25061
|
pass
|
|
25020
25062
|
|
|
25063
|
+
def _typecheckingstub__e72694b8b6455e40db5d00a9e28ee2f1c2525f0a06d5518f81443afbd4b3ba6b(
|
|
25064
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
25065
|
+
id: builtins.str,
|
|
25066
|
+
api_id: builtins.str,
|
|
25067
|
+
) -> None:
|
|
25068
|
+
"""Type checking stubs"""
|
|
25069
|
+
pass
|
|
25070
|
+
|
|
25021
25071
|
def _typecheckingstub__ea567b8b40be10165a36dab66b11588d141fcb6bb04249eea1d0752e699710d4(
|
|
25022
25072
|
inspector: _TreeInspector_488e0dd5,
|
|
25023
25073
|
) -> None:
|
|
@@ -26237,6 +26287,14 @@ def _typecheckingstub__5c311f0c712d17a23f40a3997d551ec4685650a39ccca44f14c887295
|
|
|
26237
26287
|
"""Type checking stubs"""
|
|
26238
26288
|
pass
|
|
26239
26289
|
|
|
26290
|
+
def _typecheckingstub__b9997270542b25cedc29d27a7022768673c0aada9df5c4d00bfe1c5924b068d8(
|
|
26291
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
26292
|
+
id: builtins.str,
|
|
26293
|
+
vpc_link_id: builtins.str,
|
|
26294
|
+
) -> None:
|
|
26295
|
+
"""Type checking stubs"""
|
|
26296
|
+
pass
|
|
26297
|
+
|
|
26240
26298
|
def _typecheckingstub__31e7d691834230970f8fa995f5cb9af99751ab5011d6ef4c4f4a656dc8e4f035(
|
|
26241
26299
|
inspector: _TreeInspector_488e0dd5,
|
|
26242
26300
|
) -> None:
|