aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- 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_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -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 +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- 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 +115 -12
- 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 +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- 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_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- 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 +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -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_iam/__init__.py +1 -1
- 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 +93 -38
- 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 +568 -111
- 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 +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -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 +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pcs/__init__.py +9 -9
- 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 +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- 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_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 +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- 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 +5218 -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 +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- 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 +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -5317,6 +5317,7 @@ class CfnParametersCodeProps:
|
|
|
5317
5317
|
"principal": "principal",
|
|
5318
5318
|
"event_source_token": "eventSourceToken",
|
|
5319
5319
|
"function_url_auth_type": "functionUrlAuthType",
|
|
5320
|
+
"invoked_via_function_url": "invokedViaFunctionUrl",
|
|
5320
5321
|
"principal_org_id": "principalOrgId",
|
|
5321
5322
|
"source_account": "sourceAccount",
|
|
5322
5323
|
"source_arn": "sourceArn",
|
|
@@ -5331,6 +5332,7 @@ class CfnPermissionProps:
|
|
|
5331
5332
|
principal: builtins.str,
|
|
5332
5333
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
5333
5334
|
function_url_auth_type: typing.Optional[builtins.str] = None,
|
|
5335
|
+
invoked_via_function_url: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
5334
5336
|
principal_org_id: typing.Optional[builtins.str] = None,
|
|
5335
5337
|
source_account: typing.Optional[builtins.str] = None,
|
|
5336
5338
|
source_arn: typing.Optional[builtins.str] = None,
|
|
@@ -5342,6 +5344,7 @@ class CfnPermissionProps:
|
|
|
5342
5344
|
:param principal: The AWS service , AWS account , IAM user, or IAM role that invokes the function. If you specify a service, use ``SourceArn`` or ``SourceAccount`` to limit who can invoke the function through that service.
|
|
5343
5345
|
:param event_source_token: For Alexa Smart Home functions, a token that the invoker must supply.
|
|
5344
5346
|
:param function_url_auth_type: The type of authentication that your function URL uses. Set to ``AWS_IAM`` if you want to restrict access to authenticated users only. Set to ``NONE`` if you want to bypass IAM authentication to create a public endpoint. For more information, see `Security and auth model for Lambda function URLs <https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html>`_ .
|
|
5347
|
+
:param invoked_via_function_url:
|
|
5345
5348
|
:param principal_org_id: The identifier for your organization in AWS Organizations . Use this to grant permissions to all the AWS accounts under this organization.
|
|
5346
5349
|
:param source_account: For AWS service , the ID of the AWS account that owns the resource. Use this together with ``SourceArn`` to ensure that the specified account owns the resource. It is possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.
|
|
5347
5350
|
:param source_arn: For AWS services , the ARN of the AWS resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic. Note that Lambda configures the comparison using the ``StringLike`` operator.
|
|
@@ -5363,6 +5366,7 @@ class CfnPermissionProps:
|
|
|
5363
5366
|
# the properties below are optional
|
|
5364
5367
|
event_source_token="eventSourceToken",
|
|
5365
5368
|
function_url_auth_type="functionUrlAuthType",
|
|
5369
|
+
invoked_via_function_url=False,
|
|
5366
5370
|
principal_org_id="principalOrgId",
|
|
5367
5371
|
source_account="sourceAccount",
|
|
5368
5372
|
source_arn="sourceArn"
|
|
@@ -5375,6 +5379,7 @@ class CfnPermissionProps:
|
|
|
5375
5379
|
check_type(argname="argument principal", value=principal, expected_type=type_hints["principal"])
|
|
5376
5380
|
check_type(argname="argument event_source_token", value=event_source_token, expected_type=type_hints["event_source_token"])
|
|
5377
5381
|
check_type(argname="argument function_url_auth_type", value=function_url_auth_type, expected_type=type_hints["function_url_auth_type"])
|
|
5382
|
+
check_type(argname="argument invoked_via_function_url", value=invoked_via_function_url, expected_type=type_hints["invoked_via_function_url"])
|
|
5378
5383
|
check_type(argname="argument principal_org_id", value=principal_org_id, expected_type=type_hints["principal_org_id"])
|
|
5379
5384
|
check_type(argname="argument source_account", value=source_account, expected_type=type_hints["source_account"])
|
|
5380
5385
|
check_type(argname="argument source_arn", value=source_arn, expected_type=type_hints["source_arn"])
|
|
@@ -5387,6 +5392,8 @@ class CfnPermissionProps:
|
|
|
5387
5392
|
self._values["event_source_token"] = event_source_token
|
|
5388
5393
|
if function_url_auth_type is not None:
|
|
5389
5394
|
self._values["function_url_auth_type"] = function_url_auth_type
|
|
5395
|
+
if invoked_via_function_url is not None:
|
|
5396
|
+
self._values["invoked_via_function_url"] = invoked_via_function_url
|
|
5390
5397
|
if principal_org_id is not None:
|
|
5391
5398
|
self._values["principal_org_id"] = principal_org_id
|
|
5392
5399
|
if source_account is not None:
|
|
@@ -5455,6 +5462,16 @@ class CfnPermissionProps:
|
|
|
5455
5462
|
result = self._values.get("function_url_auth_type")
|
|
5456
5463
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
5457
5464
|
|
|
5465
|
+
@builtins.property
|
|
5466
|
+
def invoked_via_function_url(
|
|
5467
|
+
self,
|
|
5468
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
5469
|
+
'''
|
|
5470
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-permission.html#cfn-lambda-permission-invokedviafunctionurl
|
|
5471
|
+
'''
|
|
5472
|
+
result = self._values.get("invoked_via_function_url")
|
|
5473
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
5474
|
+
|
|
5458
5475
|
@builtins.property
|
|
5459
5476
|
def principal_org_id(self) -> typing.Optional[builtins.str]:
|
|
5460
5477
|
'''The identifier for your organization in AWS Organizations .
|
|
@@ -22497,6 +22514,48 @@ class CfnFunction(
|
|
|
22497
22514
|
|
|
22498
22515
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
22499
22516
|
|
|
22517
|
+
@jsii.member(jsii_name="fromFunctionArn")
|
|
22518
|
+
@builtins.classmethod
|
|
22519
|
+
def from_function_arn(
|
|
22520
|
+
cls,
|
|
22521
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22522
|
+
id: builtins.str,
|
|
22523
|
+
arn: builtins.str,
|
|
22524
|
+
) -> IFunctionRef:
|
|
22525
|
+
'''Creates a new IFunctionRef from an ARN.
|
|
22526
|
+
|
|
22527
|
+
:param scope: -
|
|
22528
|
+
:param id: -
|
|
22529
|
+
:param arn: -
|
|
22530
|
+
'''
|
|
22531
|
+
if __debug__:
|
|
22532
|
+
type_hints = typing.get_type_hints(_typecheckingstub__61e0d8c1c28ee6cc884328cf3d8f7451dc1672f27bc4c84cc8a4387c05009036)
|
|
22533
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
22534
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
22535
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
22536
|
+
return typing.cast(IFunctionRef, jsii.sinvoke(cls, "fromFunctionArn", [scope, id, arn]))
|
|
22537
|
+
|
|
22538
|
+
@jsii.member(jsii_name="fromFunctionName")
|
|
22539
|
+
@builtins.classmethod
|
|
22540
|
+
def from_function_name(
|
|
22541
|
+
cls,
|
|
22542
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22543
|
+
id: builtins.str,
|
|
22544
|
+
function_name: builtins.str,
|
|
22545
|
+
) -> IFunctionRef:
|
|
22546
|
+
'''Creates a new IFunctionRef from a functionName.
|
|
22547
|
+
|
|
22548
|
+
:param scope: -
|
|
22549
|
+
:param id: -
|
|
22550
|
+
:param function_name: -
|
|
22551
|
+
'''
|
|
22552
|
+
if __debug__:
|
|
22553
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7302d6fbe27b6ce250ef5234f0c0dd25229f5a3ea8a65ee6de6f6ba4e0b506ad)
|
|
22554
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
22555
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
22556
|
+
check_type(argname="argument function_name", value=function_name, expected_type=type_hints["function_name"])
|
|
22557
|
+
return typing.cast(IFunctionRef, jsii.sinvoke(cls, "fromFunctionName", [scope, id, function_name]))
|
|
22558
|
+
|
|
22500
22559
|
@jsii.member(jsii_name="inspect")
|
|
22501
22560
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
22502
22561
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -24663,6 +24722,7 @@ class CfnPermission(
|
|
|
24663
24722
|
# the properties below are optional
|
|
24664
24723
|
event_source_token="eventSourceToken",
|
|
24665
24724
|
function_url_auth_type="functionUrlAuthType",
|
|
24725
|
+
invoked_via_function_url=False,
|
|
24666
24726
|
principal_org_id="principalOrgId",
|
|
24667
24727
|
source_account="sourceAccount",
|
|
24668
24728
|
source_arn="sourceArn"
|
|
@@ -24679,6 +24739,7 @@ class CfnPermission(
|
|
|
24679
24739
|
principal: builtins.str,
|
|
24680
24740
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
24681
24741
|
function_url_auth_type: typing.Optional[builtins.str] = None,
|
|
24742
|
+
invoked_via_function_url: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
24682
24743
|
principal_org_id: typing.Optional[builtins.str] = None,
|
|
24683
24744
|
source_account: typing.Optional[builtins.str] = None,
|
|
24684
24745
|
source_arn: typing.Optional[builtins.str] = None,
|
|
@@ -24691,6 +24752,7 @@ class CfnPermission(
|
|
|
24691
24752
|
:param principal: The AWS service , AWS account , IAM user, or IAM role that invokes the function. If you specify a service, use ``SourceArn`` or ``SourceAccount`` to limit who can invoke the function through that service.
|
|
24692
24753
|
:param event_source_token: For Alexa Smart Home functions, a token that the invoker must supply.
|
|
24693
24754
|
:param function_url_auth_type: The type of authentication that your function URL uses. Set to ``AWS_IAM`` if you want to restrict access to authenticated users only. Set to ``NONE`` if you want to bypass IAM authentication to create a public endpoint. For more information, see `Security and auth model for Lambda function URLs <https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html>`_ .
|
|
24755
|
+
:param invoked_via_function_url:
|
|
24694
24756
|
:param principal_org_id: The identifier for your organization in AWS Organizations . Use this to grant permissions to all the AWS accounts under this organization.
|
|
24695
24757
|
:param source_account: For AWS service , the ID of the AWS account that owns the resource. Use this together with ``SourceArn`` to ensure that the specified account owns the resource. It is possible for an Amazon S3 bucket to be deleted by its owner and recreated by another account.
|
|
24696
24758
|
:param source_arn: For AWS services , the ARN of the AWS resource that invokes the function. For example, an Amazon S3 bucket or Amazon SNS topic. Note that Lambda configures the comparison using the ``StringLike`` operator.
|
|
@@ -24705,6 +24767,7 @@ class CfnPermission(
|
|
|
24705
24767
|
principal=principal,
|
|
24706
24768
|
event_source_token=event_source_token,
|
|
24707
24769
|
function_url_auth_type=function_url_auth_type,
|
|
24770
|
+
invoked_via_function_url=invoked_via_function_url,
|
|
24708
24771
|
principal_org_id=principal_org_id,
|
|
24709
24772
|
source_account=source_account,
|
|
24710
24773
|
source_arn=source_arn,
|
|
@@ -24826,6 +24889,23 @@ class CfnPermission(
|
|
|
24826
24889
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
24827
24890
|
jsii.set(self, "functionUrlAuthType", value) # pyright: ignore[reportArgumentType]
|
|
24828
24891
|
|
|
24892
|
+
@builtins.property
|
|
24893
|
+
@jsii.member(jsii_name="invokedViaFunctionUrl")
|
|
24894
|
+
def invoked_via_function_url(
|
|
24895
|
+
self,
|
|
24896
|
+
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
24897
|
+
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "invokedViaFunctionUrl"))
|
|
24898
|
+
|
|
24899
|
+
@invoked_via_function_url.setter
|
|
24900
|
+
def invoked_via_function_url(
|
|
24901
|
+
self,
|
|
24902
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
24903
|
+
) -> None:
|
|
24904
|
+
if __debug__:
|
|
24905
|
+
type_hints = typing.get_type_hints(_typecheckingstub__27448921eb884e35f652e485f1520f21a151aabd99f5cd26586c6fbaaf7385ab)
|
|
24906
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
24907
|
+
jsii.set(self, "invokedViaFunctionUrl", value) # pyright: ignore[reportArgumentType]
|
|
24908
|
+
|
|
24829
24909
|
@builtins.property
|
|
24830
24910
|
@jsii.member(jsii_name="principalOrgId")
|
|
24831
24911
|
def principal_org_id(self) -> typing.Optional[builtins.str]:
|
|
@@ -32120,6 +32200,7 @@ def _typecheckingstub__b0c90e5a512dc08c54978bc1f6bf13992ad2d1d5c793f2b05fc82eef3
|
|
|
32120
32200
|
principal: builtins.str,
|
|
32121
32201
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
32122
32202
|
function_url_auth_type: typing.Optional[builtins.str] = None,
|
|
32203
|
+
invoked_via_function_url: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
32123
32204
|
principal_org_id: typing.Optional[builtins.str] = None,
|
|
32124
32205
|
source_account: typing.Optional[builtins.str] = None,
|
|
32125
32206
|
source_arn: typing.Optional[builtins.str] = None,
|
|
@@ -33975,6 +34056,22 @@ def _typecheckingstub__d971f3872acf20816e6da364ff9e6bec83fe2e68bbb9a7debc845b400
|
|
|
33975
34056
|
"""Type checking stubs"""
|
|
33976
34057
|
pass
|
|
33977
34058
|
|
|
34059
|
+
def _typecheckingstub__61e0d8c1c28ee6cc884328cf3d8f7451dc1672f27bc4c84cc8a4387c05009036(
|
|
34060
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
34061
|
+
id: builtins.str,
|
|
34062
|
+
arn: builtins.str,
|
|
34063
|
+
) -> None:
|
|
34064
|
+
"""Type checking stubs"""
|
|
34065
|
+
pass
|
|
34066
|
+
|
|
34067
|
+
def _typecheckingstub__7302d6fbe27b6ce250ef5234f0c0dd25229f5a3ea8a65ee6de6f6ba4e0b506ad(
|
|
34068
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
34069
|
+
id: builtins.str,
|
|
34070
|
+
function_name: builtins.str,
|
|
34071
|
+
) -> None:
|
|
34072
|
+
"""Type checking stubs"""
|
|
34073
|
+
pass
|
|
34074
|
+
|
|
33978
34075
|
def _typecheckingstub__23f7f329458448a99a6be54e2f842c699a159be1c8aa208602a46d495a891364(
|
|
33979
34076
|
inspector: _TreeInspector_488e0dd5,
|
|
33980
34077
|
) -> None:
|
|
@@ -34376,6 +34473,7 @@ def _typecheckingstub__c457a277b84dbba5bd94a2c0135335b8d7dbb3d409b1fa988b4f5a219
|
|
|
34376
34473
|
principal: builtins.str,
|
|
34377
34474
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
34378
34475
|
function_url_auth_type: typing.Optional[builtins.str] = None,
|
|
34476
|
+
invoked_via_function_url: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
34379
34477
|
principal_org_id: typing.Optional[builtins.str] = None,
|
|
34380
34478
|
source_account: typing.Optional[builtins.str] = None,
|
|
34381
34479
|
source_arn: typing.Optional[builtins.str] = None,
|
|
@@ -34425,6 +34523,12 @@ def _typecheckingstub__c85fd263b0dc67595e83c426e4f8a064ea18d154ec013099a2ff44bb1
|
|
|
34425
34523
|
"""Type checking stubs"""
|
|
34426
34524
|
pass
|
|
34427
34525
|
|
|
34526
|
+
def _typecheckingstub__27448921eb884e35f652e485f1520f21a151aabd99f5cd26586c6fbaaf7385ab(
|
|
34527
|
+
value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
|
|
34528
|
+
) -> None:
|
|
34529
|
+
"""Type checking stubs"""
|
|
34530
|
+
pass
|
|
34531
|
+
|
|
34428
34532
|
def _typecheckingstub__15afcc0405054080f46df62ed10831279de0524bf06aeea4268901393a2625c3(
|
|
34429
34533
|
value: typing.Optional[builtins.str],
|
|
34430
34534
|
) -> None:
|
aws_cdk/aws_lex/__init__.py
CHANGED
|
@@ -13794,6 +13794,27 @@ class CfnBotAlias(
|
|
|
13794
13794
|
|
|
13795
13795
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13796
13796
|
|
|
13797
|
+
@jsii.member(jsii_name="fromBotAliasArn")
|
|
13798
|
+
@builtins.classmethod
|
|
13799
|
+
def from_bot_alias_arn(
|
|
13800
|
+
cls,
|
|
13801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13802
|
+
id: builtins.str,
|
|
13803
|
+
arn: builtins.str,
|
|
13804
|
+
) -> IBotAliasRef:
|
|
13805
|
+
'''Creates a new IBotAliasRef from an ARN.
|
|
13806
|
+
|
|
13807
|
+
:param scope: -
|
|
13808
|
+
:param id: -
|
|
13809
|
+
:param arn: -
|
|
13810
|
+
'''
|
|
13811
|
+
if __debug__:
|
|
13812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2ab747fa9eb7cb105192618f589a683ebd337733abaa1cc095d0ab0c0fa55d0d)
|
|
13813
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13814
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13815
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
13816
|
+
return typing.cast(IBotAliasRef, jsii.sinvoke(cls, "fromBotAliasArn", [scope, id, arn]))
|
|
13817
|
+
|
|
13797
13818
|
@jsii.member(jsii_name="inspect")
|
|
13798
13819
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13799
13820
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -16524,6 +16545,14 @@ def _typecheckingstub__57cf179c443f74ff3b1c43c56eef686f369711792e444e53d5668f07a
|
|
|
16524
16545
|
"""Type checking stubs"""
|
|
16525
16546
|
pass
|
|
16526
16547
|
|
|
16548
|
+
def _typecheckingstub__2ab747fa9eb7cb105192618f589a683ebd337733abaa1cc095d0ab0c0fa55d0d(
|
|
16549
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16550
|
+
id: builtins.str,
|
|
16551
|
+
arn: builtins.str,
|
|
16552
|
+
) -> None:
|
|
16553
|
+
"""Type checking stubs"""
|
|
16554
|
+
pass
|
|
16555
|
+
|
|
16527
16556
|
def _typecheckingstub__69e306fef7aca1ecd05a385248f8253ae3fef56958f84e69c038125bb4b466d0(
|
|
16528
16557
|
inspector: _TreeInspector_488e0dd5,
|
|
16529
16558
|
) -> None:
|