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_wisdom/__init__.py
CHANGED
|
@@ -3812,6 +3812,27 @@ class CfnAIAgent(
|
|
|
3812
3812
|
|
|
3813
3813
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3814
3814
|
|
|
3815
|
+
@jsii.member(jsii_name="fromAIAgentArn")
|
|
3816
|
+
@builtins.classmethod
|
|
3817
|
+
def from_ai_agent_arn(
|
|
3818
|
+
cls,
|
|
3819
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3820
|
+
id: builtins.str,
|
|
3821
|
+
arn: builtins.str,
|
|
3822
|
+
) -> IAIAgentRef:
|
|
3823
|
+
'''Creates a new IAIAgentRef from an ARN.
|
|
3824
|
+
|
|
3825
|
+
:param scope: -
|
|
3826
|
+
:param id: -
|
|
3827
|
+
:param arn: -
|
|
3828
|
+
'''
|
|
3829
|
+
if __debug__:
|
|
3830
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e70e3665bf011176b4022bce42ce388d6c862e0f7206cb895132bc713123f2df)
|
|
3831
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3832
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3833
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3834
|
+
return typing.cast(IAIAgentRef, jsii.sinvoke(cls, "fromAIAgentArn", [scope, id, arn]))
|
|
3835
|
+
|
|
3815
3836
|
@jsii.member(jsii_name="inspect")
|
|
3816
3837
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3817
3838
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5579,6 +5600,27 @@ class CfnAIGuardrail(
|
|
|
5579
5600
|
|
|
5580
5601
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5581
5602
|
|
|
5603
|
+
@jsii.member(jsii_name="fromAIGuardrailArn")
|
|
5604
|
+
@builtins.classmethod
|
|
5605
|
+
def from_ai_guardrail_arn(
|
|
5606
|
+
cls,
|
|
5607
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5608
|
+
id: builtins.str,
|
|
5609
|
+
arn: builtins.str,
|
|
5610
|
+
) -> IAIGuardrailRef:
|
|
5611
|
+
'''Creates a new IAIGuardrailRef from an ARN.
|
|
5612
|
+
|
|
5613
|
+
:param scope: -
|
|
5614
|
+
:param id: -
|
|
5615
|
+
:param arn: -
|
|
5616
|
+
'''
|
|
5617
|
+
if __debug__:
|
|
5618
|
+
type_hints = typing.get_type_hints(_typecheckingstub__53ed097b5e2be9dc0c930e9b28a3660b97a5fef48e0cb35522df3f2b6494e3f1)
|
|
5619
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5620
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5621
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5622
|
+
return typing.cast(IAIGuardrailRef, jsii.sinvoke(cls, "fromAIGuardrailArn", [scope, id, arn]))
|
|
5623
|
+
|
|
5582
5624
|
@jsii.member(jsii_name="inspect")
|
|
5583
5625
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5584
5626
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6982,6 +7024,27 @@ class CfnAIPrompt(
|
|
|
6982
7024
|
|
|
6983
7025
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6984
7026
|
|
|
7027
|
+
@jsii.member(jsii_name="fromAIPromptArn")
|
|
7028
|
+
@builtins.classmethod
|
|
7029
|
+
def from_ai_prompt_arn(
|
|
7030
|
+
cls,
|
|
7031
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7032
|
+
id: builtins.str,
|
|
7033
|
+
arn: builtins.str,
|
|
7034
|
+
) -> IAIPromptRef:
|
|
7035
|
+
'''Creates a new IAIPromptRef from an ARN.
|
|
7036
|
+
|
|
7037
|
+
:param scope: -
|
|
7038
|
+
:param id: -
|
|
7039
|
+
:param arn: -
|
|
7040
|
+
'''
|
|
7041
|
+
if __debug__:
|
|
7042
|
+
type_hints = typing.get_type_hints(_typecheckingstub__63fa7ac36afde639989d374e49aa90c47a2690771974175b69fed1e406c6272e)
|
|
7043
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7044
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7045
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7046
|
+
return typing.cast(IAIPromptRef, jsii.sinvoke(cls, "fromAIPromptArn", [scope, id, arn]))
|
|
7047
|
+
|
|
6985
7048
|
@jsii.member(jsii_name="inspect")
|
|
6986
7049
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6987
7050
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7545,6 +7608,48 @@ class CfnAssistant(
|
|
|
7545
7608
|
|
|
7546
7609
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7547
7610
|
|
|
7611
|
+
@jsii.member(jsii_name="fromAssistantArn")
|
|
7612
|
+
@builtins.classmethod
|
|
7613
|
+
def from_assistant_arn(
|
|
7614
|
+
cls,
|
|
7615
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7616
|
+
id: builtins.str,
|
|
7617
|
+
arn: builtins.str,
|
|
7618
|
+
) -> IAssistantRef:
|
|
7619
|
+
'''Creates a new IAssistantRef from an ARN.
|
|
7620
|
+
|
|
7621
|
+
:param scope: -
|
|
7622
|
+
:param id: -
|
|
7623
|
+
:param arn: -
|
|
7624
|
+
'''
|
|
7625
|
+
if __debug__:
|
|
7626
|
+
type_hints = typing.get_type_hints(_typecheckingstub__33deac61df2a67d5267bbd073e8988b690ab64dcb4131aac4931f937d22cc02a)
|
|
7627
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7628
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7629
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7630
|
+
return typing.cast(IAssistantRef, jsii.sinvoke(cls, "fromAssistantArn", [scope, id, arn]))
|
|
7631
|
+
|
|
7632
|
+
@jsii.member(jsii_name="fromAssistantId")
|
|
7633
|
+
@builtins.classmethod
|
|
7634
|
+
def from_assistant_id(
|
|
7635
|
+
cls,
|
|
7636
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7637
|
+
id: builtins.str,
|
|
7638
|
+
assistant_id: builtins.str,
|
|
7639
|
+
) -> IAssistantRef:
|
|
7640
|
+
'''Creates a new IAssistantRef from a assistantId.
|
|
7641
|
+
|
|
7642
|
+
:param scope: -
|
|
7643
|
+
:param id: -
|
|
7644
|
+
:param assistant_id: -
|
|
7645
|
+
'''
|
|
7646
|
+
if __debug__:
|
|
7647
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f105390dc407e28554781f8d932720c9268a30c5d232ce61e22db470e5cd2360)
|
|
7648
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7649
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7650
|
+
check_type(argname="argument assistant_id", value=assistant_id, expected_type=type_hints["assistant_id"])
|
|
7651
|
+
return typing.cast(IAssistantRef, jsii.sinvoke(cls, "fromAssistantId", [scope, id, assistant_id]))
|
|
7652
|
+
|
|
7548
7653
|
@jsii.member(jsii_name="inspect")
|
|
7549
7654
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7550
7655
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7800,6 +7905,27 @@ class CfnAssistantAssociation(
|
|
|
7800
7905
|
|
|
7801
7906
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7802
7907
|
|
|
7908
|
+
@jsii.member(jsii_name="fromAssistantAssociationArn")
|
|
7909
|
+
@builtins.classmethod
|
|
7910
|
+
def from_assistant_association_arn(
|
|
7911
|
+
cls,
|
|
7912
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7913
|
+
id: builtins.str,
|
|
7914
|
+
arn: builtins.str,
|
|
7915
|
+
) -> IAssistantAssociationRef:
|
|
7916
|
+
'''Creates a new IAssistantAssociationRef from an ARN.
|
|
7917
|
+
|
|
7918
|
+
:param scope: -
|
|
7919
|
+
:param id: -
|
|
7920
|
+
:param arn: -
|
|
7921
|
+
'''
|
|
7922
|
+
if __debug__:
|
|
7923
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0814779e46c29dd8a693967cc42bd54cd9b7f75fc63367e7f120d079bf92046e)
|
|
7924
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7925
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7926
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7927
|
+
return typing.cast(IAssistantAssociationRef, jsii.sinvoke(cls, "fromAssistantAssociationArn", [scope, id, arn]))
|
|
7928
|
+
|
|
7803
7929
|
@jsii.member(jsii_name="inspect")
|
|
7804
7930
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7805
7931
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8124,6 +8250,48 @@ class CfnKnowledgeBase(
|
|
|
8124
8250
|
|
|
8125
8251
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8126
8252
|
|
|
8253
|
+
@jsii.member(jsii_name="fromKnowledgeBaseArn")
|
|
8254
|
+
@builtins.classmethod
|
|
8255
|
+
def from_knowledge_base_arn(
|
|
8256
|
+
cls,
|
|
8257
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8258
|
+
id: builtins.str,
|
|
8259
|
+
arn: builtins.str,
|
|
8260
|
+
) -> IKnowledgeBaseRef:
|
|
8261
|
+
'''Creates a new IKnowledgeBaseRef from an ARN.
|
|
8262
|
+
|
|
8263
|
+
:param scope: -
|
|
8264
|
+
:param id: -
|
|
8265
|
+
:param arn: -
|
|
8266
|
+
'''
|
|
8267
|
+
if __debug__:
|
|
8268
|
+
type_hints = typing.get_type_hints(_typecheckingstub__467231b7f72214cbd6b35521edee7bc67d8fbbc22d0f389f57da3eb98ffad629)
|
|
8269
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8270
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8271
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8272
|
+
return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseArn", [scope, id, arn]))
|
|
8273
|
+
|
|
8274
|
+
@jsii.member(jsii_name="fromKnowledgeBaseId")
|
|
8275
|
+
@builtins.classmethod
|
|
8276
|
+
def from_knowledge_base_id(
|
|
8277
|
+
cls,
|
|
8278
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8279
|
+
id: builtins.str,
|
|
8280
|
+
knowledge_base_id: builtins.str,
|
|
8281
|
+
) -> IKnowledgeBaseRef:
|
|
8282
|
+
'''Creates a new IKnowledgeBaseRef from a knowledgeBaseId.
|
|
8283
|
+
|
|
8284
|
+
:param scope: -
|
|
8285
|
+
:param id: -
|
|
8286
|
+
:param knowledge_base_id: -
|
|
8287
|
+
'''
|
|
8288
|
+
if __debug__:
|
|
8289
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e0469c506a8518566600ea4f512337a7b0e9687bf3913f2f73f84612eef004a1)
|
|
8290
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8291
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8292
|
+
check_type(argname="argument knowledge_base_id", value=knowledge_base_id, expected_type=type_hints["knowledge_base_id"])
|
|
8293
|
+
return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseId", [scope, id, knowledge_base_id]))
|
|
8294
|
+
|
|
8127
8295
|
@jsii.member(jsii_name="inspect")
|
|
8128
8296
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8129
8297
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13260,6 +13428,14 @@ def _typecheckingstub__e4d43de9ccaeb31eba5b0b613ecac25531a87bb9137652388e6196070
|
|
|
13260
13428
|
"""Type checking stubs"""
|
|
13261
13429
|
pass
|
|
13262
13430
|
|
|
13431
|
+
def _typecheckingstub__e70e3665bf011176b4022bce42ce388d6c862e0f7206cb895132bc713123f2df(
|
|
13432
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13433
|
+
id: builtins.str,
|
|
13434
|
+
arn: builtins.str,
|
|
13435
|
+
) -> None:
|
|
13436
|
+
"""Type checking stubs"""
|
|
13437
|
+
pass
|
|
13438
|
+
|
|
13263
13439
|
def _typecheckingstub__daf9bd162ab4eaa6b11972bcaf8372498a47b4ad8cf111130cabfae3f675d2b4(
|
|
13264
13440
|
inspector: _TreeInspector_488e0dd5,
|
|
13265
13441
|
) -> None:
|
|
@@ -13459,6 +13635,14 @@ def _typecheckingstub__76ea8e26c58eaed3d156b1860dd33693ef608e81ac9c96aa849d3236d
|
|
|
13459
13635
|
"""Type checking stubs"""
|
|
13460
13636
|
pass
|
|
13461
13637
|
|
|
13638
|
+
def _typecheckingstub__53ed097b5e2be9dc0c930e9b28a3660b97a5fef48e0cb35522df3f2b6494e3f1(
|
|
13639
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13640
|
+
id: builtins.str,
|
|
13641
|
+
arn: builtins.str,
|
|
13642
|
+
) -> None:
|
|
13643
|
+
"""Type checking stubs"""
|
|
13644
|
+
pass
|
|
13645
|
+
|
|
13462
13646
|
def _typecheckingstub__7fbdc5de28d3c991f79f98e3c345ade75e45ce50bdb72f64634f0031d019b3e0(
|
|
13463
13647
|
inspector: _TreeInspector_488e0dd5,
|
|
13464
13648
|
) -> None:
|
|
@@ -13691,6 +13875,14 @@ def _typecheckingstub__48a265f7ec519ced4028dd8e69d5a1fe8ef89d36b11d693c968f74c8b
|
|
|
13691
13875
|
"""Type checking stubs"""
|
|
13692
13876
|
pass
|
|
13693
13877
|
|
|
13878
|
+
def _typecheckingstub__63fa7ac36afde639989d374e49aa90c47a2690771974175b69fed1e406c6272e(
|
|
13879
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13880
|
+
id: builtins.str,
|
|
13881
|
+
arn: builtins.str,
|
|
13882
|
+
) -> None:
|
|
13883
|
+
"""Type checking stubs"""
|
|
13884
|
+
pass
|
|
13885
|
+
|
|
13694
13886
|
def _typecheckingstub__7567e2bb6113fabf7ae624801bcdbbfa2507650c0fcedb4572ac328601553fcc(
|
|
13695
13887
|
inspector: _TreeInspector_488e0dd5,
|
|
13696
13888
|
) -> None:
|
|
@@ -13825,6 +14017,22 @@ def _typecheckingstub__8078b7e28a17a68ab6f3d362e7de3af6b6867207690b2b344e35797cd
|
|
|
13825
14017
|
"""Type checking stubs"""
|
|
13826
14018
|
pass
|
|
13827
14019
|
|
|
14020
|
+
def _typecheckingstub__33deac61df2a67d5267bbd073e8988b690ab64dcb4131aac4931f937d22cc02a(
|
|
14021
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14022
|
+
id: builtins.str,
|
|
14023
|
+
arn: builtins.str,
|
|
14024
|
+
) -> None:
|
|
14025
|
+
"""Type checking stubs"""
|
|
14026
|
+
pass
|
|
14027
|
+
|
|
14028
|
+
def _typecheckingstub__f105390dc407e28554781f8d932720c9268a30c5d232ce61e22db470e5cd2360(
|
|
14029
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14030
|
+
id: builtins.str,
|
|
14031
|
+
assistant_id: builtins.str,
|
|
14032
|
+
) -> None:
|
|
14033
|
+
"""Type checking stubs"""
|
|
14034
|
+
pass
|
|
14035
|
+
|
|
13828
14036
|
def _typecheckingstub__67a0860b53a1867e3124a155db57aa1ab8bbb2d50c48a1553f8766101996d0b8(
|
|
13829
14037
|
inspector: _TreeInspector_488e0dd5,
|
|
13830
14038
|
) -> None:
|
|
@@ -13886,6 +14094,14 @@ def _typecheckingstub__17f6f8491bb7be7dab63c57bf64b65f643c4fece381b02f49002f796c
|
|
|
13886
14094
|
"""Type checking stubs"""
|
|
13887
14095
|
pass
|
|
13888
14096
|
|
|
14097
|
+
def _typecheckingstub__0814779e46c29dd8a693967cc42bd54cd9b7f75fc63367e7f120d079bf92046e(
|
|
14098
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14099
|
+
id: builtins.str,
|
|
14100
|
+
arn: builtins.str,
|
|
14101
|
+
) -> None:
|
|
14102
|
+
"""Type checking stubs"""
|
|
14103
|
+
pass
|
|
14104
|
+
|
|
13889
14105
|
def _typecheckingstub__7a96af34ce4ed10cd5d626bf5df7799b86ca3023d4f6b302c0cdb51a0bdd1274(
|
|
13890
14106
|
inspector: _TreeInspector_488e0dd5,
|
|
13891
14107
|
) -> None:
|
|
@@ -13945,6 +14161,22 @@ def _typecheckingstub__99512a2eb8a3e47802b889aac668fc94bdc0534ee683313dac712b200
|
|
|
13945
14161
|
"""Type checking stubs"""
|
|
13946
14162
|
pass
|
|
13947
14163
|
|
|
14164
|
+
def _typecheckingstub__467231b7f72214cbd6b35521edee7bc67d8fbbc22d0f389f57da3eb98ffad629(
|
|
14165
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14166
|
+
id: builtins.str,
|
|
14167
|
+
arn: builtins.str,
|
|
14168
|
+
) -> None:
|
|
14169
|
+
"""Type checking stubs"""
|
|
14170
|
+
pass
|
|
14171
|
+
|
|
14172
|
+
def _typecheckingstub__e0469c506a8518566600ea4f512337a7b0e9687bf3913f2f73f84612eef004a1(
|
|
14173
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14174
|
+
id: builtins.str,
|
|
14175
|
+
knowledge_base_id: builtins.str,
|
|
14176
|
+
) -> None:
|
|
14177
|
+
"""Type checking stubs"""
|
|
14178
|
+
pass
|
|
14179
|
+
|
|
13948
14180
|
def _typecheckingstub__e12fde615d3c7854b4e97326fea29e89d837485efe274039378606ee08a4be76(
|
|
13949
14181
|
inspector: _TreeInspector_488e0dd5,
|
|
13950
14182
|
) -> None:
|
|
@@ -1170,6 +1170,27 @@ class CfnWorkspace(
|
|
|
1170
1170
|
|
|
1171
1171
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1172
1172
|
|
|
1173
|
+
@jsii.member(jsii_name="fromWorkspaceId")
|
|
1174
|
+
@builtins.classmethod
|
|
1175
|
+
def from_workspace_id(
|
|
1176
|
+
cls,
|
|
1177
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1178
|
+
id: builtins.str,
|
|
1179
|
+
workspace_id: builtins.str,
|
|
1180
|
+
) -> IWorkspaceRef:
|
|
1181
|
+
'''Creates a new IWorkspaceRef from a workspaceId.
|
|
1182
|
+
|
|
1183
|
+
:param scope: -
|
|
1184
|
+
:param id: -
|
|
1185
|
+
:param workspace_id: -
|
|
1186
|
+
'''
|
|
1187
|
+
if __debug__:
|
|
1188
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d89928bc3143b40dfcbe60436eb821c87d4ca5d7e96d4ce7e5b5f26125f7d08)
|
|
1189
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1190
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1191
|
+
check_type(argname="argument workspace_id", value=workspace_id, expected_type=type_hints["workspace_id"])
|
|
1192
|
+
return typing.cast(IWorkspaceRef, jsii.sinvoke(cls, "fromWorkspaceId", [scope, id, workspace_id]))
|
|
1193
|
+
|
|
1173
1194
|
@jsii.member(jsii_name="inspect")
|
|
1174
1195
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1175
1196
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1572,6 +1593,27 @@ class CfnWorkspacesPool(
|
|
|
1572
1593
|
|
|
1573
1594
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1574
1595
|
|
|
1596
|
+
@jsii.member(jsii_name="fromPoolId")
|
|
1597
|
+
@builtins.classmethod
|
|
1598
|
+
def from_pool_id(
|
|
1599
|
+
cls,
|
|
1600
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1601
|
+
id: builtins.str,
|
|
1602
|
+
pool_id: builtins.str,
|
|
1603
|
+
) -> IWorkspacesPoolRef:
|
|
1604
|
+
'''Creates a new IWorkspacesPoolRef from a poolId.
|
|
1605
|
+
|
|
1606
|
+
:param scope: -
|
|
1607
|
+
:param id: -
|
|
1608
|
+
:param pool_id: -
|
|
1609
|
+
'''
|
|
1610
|
+
if __debug__:
|
|
1611
|
+
type_hints = typing.get_type_hints(_typecheckingstub__aca13282ecc7b7c8ac155574994d5d8d845bec6aa4ca0daf161949c9810e9624)
|
|
1612
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1613
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1614
|
+
check_type(argname="argument pool_id", value=pool_id, expected_type=type_hints["pool_id"])
|
|
1615
|
+
return typing.cast(IWorkspacesPoolRef, jsii.sinvoke(cls, "fromPoolId", [scope, id, pool_id]))
|
|
1616
|
+
|
|
1575
1617
|
@jsii.member(jsii_name="inspect")
|
|
1576
1618
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1577
1619
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2136,6 +2178,14 @@ def _typecheckingstub__ecf9321ac6e165dfc96d72b093b8636e1ff9e82acf9cea2e5176beb79
|
|
|
2136
2178
|
"""Type checking stubs"""
|
|
2137
2179
|
pass
|
|
2138
2180
|
|
|
2181
|
+
def _typecheckingstub__4d89928bc3143b40dfcbe60436eb821c87d4ca5d7e96d4ce7e5b5f26125f7d08(
|
|
2182
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2183
|
+
id: builtins.str,
|
|
2184
|
+
workspace_id: builtins.str,
|
|
2185
|
+
) -> None:
|
|
2186
|
+
"""Type checking stubs"""
|
|
2187
|
+
pass
|
|
2188
|
+
|
|
2139
2189
|
def _typecheckingstub__e772192f4dd8e60f99b92beca96b37f99aca30dac13f906848601f52405c8d90(
|
|
2140
2190
|
inspector: _TreeInspector_488e0dd5,
|
|
2141
2191
|
) -> None:
|
|
@@ -2224,6 +2274,14 @@ def _typecheckingstub__2d46eb37beb6bc915a0a0c68f02dfa689a2d725a4252e6874da1ed606
|
|
|
2224
2274
|
"""Type checking stubs"""
|
|
2225
2275
|
pass
|
|
2226
2276
|
|
|
2277
|
+
def _typecheckingstub__aca13282ecc7b7c8ac155574994d5d8d845bec6aa4ca0daf161949c9810e9624(
|
|
2278
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2279
|
+
id: builtins.str,
|
|
2280
|
+
pool_id: builtins.str,
|
|
2281
|
+
) -> None:
|
|
2282
|
+
"""Type checking stubs"""
|
|
2283
|
+
pass
|
|
2284
|
+
|
|
2227
2285
|
def _typecheckingstub__f53d77ec5dfd335f69439256c79f2f3c6b1b45896c302f8bc1c0ec35d59c6d29(
|
|
2228
2286
|
inspector: _TreeInspector_488e0dd5,
|
|
2229
2287
|
) -> None:
|