aws-cdk-lib 2.217.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_apigateway/__init__.py +203 -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_bedrock/__init__.py +145 -0
- 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 +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 +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_cur/__init__.py +29 -0
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datazone/__init__.py +58 -0
- 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 +58 -0
- aws_cdk/aws_ec2/__init__.py +1976 -0
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +87 -0
- 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 +145 -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_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_mwaa/__init__.py +58 -0
- 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_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_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_rds/__init__.py +64 -0
- 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 +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +29 -0
- 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_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.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +130 -130
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_config/__init__.py
CHANGED
|
@@ -12135,6 +12135,27 @@ class CfnOrganizationConfigRule(
|
|
|
12135
12135
|
|
|
12136
12136
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12137
12137
|
|
|
12138
|
+
@jsii.member(jsii_name="fromOrganizationConfigRuleId")
|
|
12139
|
+
@builtins.classmethod
|
|
12140
|
+
def from_organization_config_rule_id(
|
|
12141
|
+
cls,
|
|
12142
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12143
|
+
id: builtins.str,
|
|
12144
|
+
organization_config_rule_id: builtins.str,
|
|
12145
|
+
) -> IOrganizationConfigRuleRef:
|
|
12146
|
+
'''Creates a new IOrganizationConfigRuleRef from a organizationConfigRuleId.
|
|
12147
|
+
|
|
12148
|
+
:param scope: -
|
|
12149
|
+
:param id: -
|
|
12150
|
+
:param organization_config_rule_id: -
|
|
12151
|
+
'''
|
|
12152
|
+
if __debug__:
|
|
12153
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ec8d3d53086fad35210fcf7f163fa99347478d20effebbfb9e9dc8ae996cc2c)
|
|
12154
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12155
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12156
|
+
check_type(argname="argument organization_config_rule_id", value=organization_config_rule_id, expected_type=type_hints["organization_config_rule_id"])
|
|
12157
|
+
return typing.cast(IOrganizationConfigRuleRef, jsii.sinvoke(cls, "fromOrganizationConfigRuleId", [scope, id, organization_config_rule_id]))
|
|
12158
|
+
|
|
12138
12159
|
@jsii.member(jsii_name="inspect")
|
|
12139
12160
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12140
12161
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13282,6 +13303,27 @@ class CfnRemediationConfiguration(
|
|
|
13282
13303
|
|
|
13283
13304
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13284
13305
|
|
|
13306
|
+
@jsii.member(jsii_name="fromRemediationConfigurationId")
|
|
13307
|
+
@builtins.classmethod
|
|
13308
|
+
def from_remediation_configuration_id(
|
|
13309
|
+
cls,
|
|
13310
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13311
|
+
id: builtins.str,
|
|
13312
|
+
remediation_configuration_id: builtins.str,
|
|
13313
|
+
) -> IRemediationConfigurationRef:
|
|
13314
|
+
'''Creates a new IRemediationConfigurationRef from a remediationConfigurationId.
|
|
13315
|
+
|
|
13316
|
+
:param scope: -
|
|
13317
|
+
:param id: -
|
|
13318
|
+
:param remediation_configuration_id: -
|
|
13319
|
+
'''
|
|
13320
|
+
if __debug__:
|
|
13321
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d8ea5c20df565d1c985e68590e4f86ff5021fdfb98b248775d3388a5b00711aa)
|
|
13322
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13323
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13324
|
+
check_type(argname="argument remediation_configuration_id", value=remediation_configuration_id, expected_type=type_hints["remediation_configuration_id"])
|
|
13325
|
+
return typing.cast(IRemediationConfigurationRef, jsii.sinvoke(cls, "fromRemediationConfigurationId", [scope, id, remediation_configuration_id]))
|
|
13326
|
+
|
|
13285
13327
|
@jsii.member(jsii_name="inspect")
|
|
13286
13328
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13287
13329
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -16497,6 +16539,14 @@ def _typecheckingstub__dbb132a46c30059a4907d7496d2b696999321fd7c5b82f7812c5a4d9b
|
|
|
16497
16539
|
"""Type checking stubs"""
|
|
16498
16540
|
pass
|
|
16499
16541
|
|
|
16542
|
+
def _typecheckingstub__5ec8d3d53086fad35210fcf7f163fa99347478d20effebbfb9e9dc8ae996cc2c(
|
|
16543
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16544
|
+
id: builtins.str,
|
|
16545
|
+
organization_config_rule_id: builtins.str,
|
|
16546
|
+
) -> None:
|
|
16547
|
+
"""Type checking stubs"""
|
|
16548
|
+
pass
|
|
16549
|
+
|
|
16500
16550
|
def _typecheckingstub__7e581ed53a72e9f3241819d7b60aee8c45b6d8882e96a3754518305e3004fbe5(
|
|
16501
16551
|
inspector: _TreeInspector_488e0dd5,
|
|
16502
16552
|
) -> None:
|
|
@@ -16680,6 +16730,14 @@ def _typecheckingstub__7d77d8d51b1a809acec3ca2be829980e6b8f99140bb4eb3ce00b9209c
|
|
|
16680
16730
|
"""Type checking stubs"""
|
|
16681
16731
|
pass
|
|
16682
16732
|
|
|
16733
|
+
def _typecheckingstub__d8ea5c20df565d1c985e68590e4f86ff5021fdfb98b248775d3388a5b00711aa(
|
|
16734
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16735
|
+
id: builtins.str,
|
|
16736
|
+
remediation_configuration_id: builtins.str,
|
|
16737
|
+
) -> None:
|
|
16738
|
+
"""Type checking stubs"""
|
|
16739
|
+
pass
|
|
16740
|
+
|
|
16683
16741
|
def _typecheckingstub__74c36a39512198e1aaa76b683ab3d6faa2dedf6814529e3325ab9fdf03a47934(
|
|
16684
16742
|
inspector: _TreeInspector_488e0dd5,
|
|
16685
16743
|
) -> None:
|
aws_cdk/aws_cur/__init__.py
CHANGED
|
@@ -523,6 +523,27 @@ class CfnReportDefinition(
|
|
|
523
523
|
|
|
524
524
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
525
525
|
|
|
526
|
+
@jsii.member(jsii_name="fromReportName")
|
|
527
|
+
@builtins.classmethod
|
|
528
|
+
def from_report_name(
|
|
529
|
+
cls,
|
|
530
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
531
|
+
id: builtins.str,
|
|
532
|
+
report_name: builtins.str,
|
|
533
|
+
) -> IReportDefinitionRef:
|
|
534
|
+
'''Creates a new IReportDefinitionRef from a reportName.
|
|
535
|
+
|
|
536
|
+
:param scope: -
|
|
537
|
+
:param id: -
|
|
538
|
+
:param report_name: -
|
|
539
|
+
'''
|
|
540
|
+
if __debug__:
|
|
541
|
+
type_hints = typing.get_type_hints(_typecheckingstub__02865af0c29dc81b4c5c9b0407af3a8814fe9de8c986762beeaf1cfb76e3d846)
|
|
542
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
543
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
544
|
+
check_type(argname="argument report_name", value=report_name, expected_type=type_hints["report_name"])
|
|
545
|
+
return typing.cast(IReportDefinitionRef, jsii.sinvoke(cls, "fromReportName", [scope, id, report_name]))
|
|
546
|
+
|
|
526
547
|
@jsii.member(jsii_name="inspect")
|
|
527
548
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
528
549
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -806,6 +827,14 @@ def _typecheckingstub__fa6a90098f39859b607fa8b8453bf94b62703cdf41682ff1f90c565ab
|
|
|
806
827
|
"""Type checking stubs"""
|
|
807
828
|
pass
|
|
808
829
|
|
|
830
|
+
def _typecheckingstub__02865af0c29dc81b4c5c9b0407af3a8814fe9de8c986762beeaf1cfb76e3d846(
|
|
831
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
832
|
+
id: builtins.str,
|
|
833
|
+
report_name: builtins.str,
|
|
834
|
+
) -> None:
|
|
835
|
+
"""Type checking stubs"""
|
|
836
|
+
pass
|
|
837
|
+
|
|
809
838
|
def _typecheckingstub__e753195458a5ffa83a48c74959905c1f01ecb8fa907ac7bcbac64b0a6d68dd47(
|
|
810
839
|
inspector: _TreeInspector_488e0dd5,
|
|
811
840
|
) -> None:
|
|
@@ -3505,6 +3505,27 @@ class CfnDomain(
|
|
|
3505
3505
|
|
|
3506
3506
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3507
3507
|
|
|
3508
|
+
@jsii.member(jsii_name="fromDomainName")
|
|
3509
|
+
@builtins.classmethod
|
|
3510
|
+
def from_domain_name(
|
|
3511
|
+
cls,
|
|
3512
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3513
|
+
id: builtins.str,
|
|
3514
|
+
domain_name: builtins.str,
|
|
3515
|
+
) -> IDomainRef:
|
|
3516
|
+
'''Creates a new IDomainRef from a domainName.
|
|
3517
|
+
|
|
3518
|
+
:param scope: -
|
|
3519
|
+
:param id: -
|
|
3520
|
+
:param domain_name: -
|
|
3521
|
+
'''
|
|
3522
|
+
if __debug__:
|
|
3523
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fd06f1031d674322ba6de287a0e9b6f98bcf7c1e63ca71ee399b0962fde84df9)
|
|
3524
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3525
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3526
|
+
check_type(argname="argument domain_name", value=domain_name, expected_type=type_hints["domain_name"])
|
|
3527
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainName", [scope, id, domain_name]))
|
|
3528
|
+
|
|
3508
3529
|
@jsii.member(jsii_name="inspect")
|
|
3509
3530
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3510
3531
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4845,6 +4866,27 @@ class CfnEventStream(
|
|
|
4845
4866
|
|
|
4846
4867
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4847
4868
|
|
|
4869
|
+
@jsii.member(jsii_name="fromEventStreamArn")
|
|
4870
|
+
@builtins.classmethod
|
|
4871
|
+
def from_event_stream_arn(
|
|
4872
|
+
cls,
|
|
4873
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4874
|
+
id: builtins.str,
|
|
4875
|
+
arn: builtins.str,
|
|
4876
|
+
) -> IEventStreamRef:
|
|
4877
|
+
'''Creates a new IEventStreamRef from an ARN.
|
|
4878
|
+
|
|
4879
|
+
:param scope: -
|
|
4880
|
+
:param id: -
|
|
4881
|
+
:param arn: -
|
|
4882
|
+
'''
|
|
4883
|
+
if __debug__:
|
|
4884
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2912fbac0dc25602737bb6c243466334029e11fcfdf5487fc65c1a0029b6f9e1)
|
|
4885
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4886
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4887
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4888
|
+
return typing.cast(IEventStreamRef, jsii.sinvoke(cls, "fromEventStreamArn", [scope, id, arn]))
|
|
4889
|
+
|
|
4848
4890
|
@jsii.member(jsii_name="inspect")
|
|
4849
4891
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4850
4892
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11458,6 +11500,14 @@ def _typecheckingstub__6cc1e612474254ea8edde86de3e08226c0c50e450782b3a99c92e87c3
|
|
|
11458
11500
|
"""Type checking stubs"""
|
|
11459
11501
|
pass
|
|
11460
11502
|
|
|
11503
|
+
def _typecheckingstub__fd06f1031d674322ba6de287a0e9b6f98bcf7c1e63ca71ee399b0962fde84df9(
|
|
11504
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11505
|
+
id: builtins.str,
|
|
11506
|
+
domain_name: builtins.str,
|
|
11507
|
+
) -> None:
|
|
11508
|
+
"""Type checking stubs"""
|
|
11509
|
+
pass
|
|
11510
|
+
|
|
11461
11511
|
def _typecheckingstub__2bd90568f369097b5d7a19088e675226c1257ad9e9ac30f3a478e941435aaaf5(
|
|
11462
11512
|
inspector: _TreeInspector_488e0dd5,
|
|
11463
11513
|
) -> None:
|
|
@@ -11623,6 +11673,14 @@ def _typecheckingstub__ab29d0d747428994b84491cb3989a05a67bcb4cf0b84ebeba8fd19114
|
|
|
11623
11673
|
"""Type checking stubs"""
|
|
11624
11674
|
pass
|
|
11625
11675
|
|
|
11676
|
+
def _typecheckingstub__2912fbac0dc25602737bb6c243466334029e11fcfdf5487fc65c1a0029b6f9e1(
|
|
11677
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11678
|
+
id: builtins.str,
|
|
11679
|
+
arn: builtins.str,
|
|
11680
|
+
) -> None:
|
|
11681
|
+
"""Type checking stubs"""
|
|
11682
|
+
pass
|
|
11683
|
+
|
|
11626
11684
|
def _typecheckingstub__5d37a000675ecf626a3348ff78d7f60db4441f2bb16c208d8dea0d1a4ecbd88f(
|
|
11627
11685
|
inspector: _TreeInspector_488e0dd5,
|
|
11628
11686
|
) -> None:
|
|
@@ -462,6 +462,27 @@ class CfnPipeline(
|
|
|
462
462
|
|
|
463
463
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
464
464
|
|
|
465
|
+
@jsii.member(jsii_name="fromPipelineID")
|
|
466
|
+
@builtins.classmethod
|
|
467
|
+
def from_pipeline_id(
|
|
468
|
+
cls,
|
|
469
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
470
|
+
id: builtins.str,
|
|
471
|
+
pipeline_id: builtins.str,
|
|
472
|
+
) -> IPipelineRef:
|
|
473
|
+
'''Creates a new IPipelineRef from a pipelineId.
|
|
474
|
+
|
|
475
|
+
:param scope: -
|
|
476
|
+
:param id: -
|
|
477
|
+
:param pipeline_id: -
|
|
478
|
+
'''
|
|
479
|
+
if __debug__:
|
|
480
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2da468833cc5611eaf4299e9e2a7e5f72bf97b5c7d0bb050a1b910af6231aa01)
|
|
481
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
482
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
483
|
+
check_type(argname="argument pipeline_id", value=pipeline_id, expected_type=type_hints["pipeline_id"])
|
|
484
|
+
return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineID", [scope, id, pipeline_id]))
|
|
485
|
+
|
|
465
486
|
@jsii.member(jsii_name="inspect")
|
|
466
487
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
467
488
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1168,6 +1189,14 @@ def _typecheckingstub__234bba6a4e11fe2b9f45dcf4e448e89d2ca6fc1f137ad5c70158dbb94
|
|
|
1168
1189
|
"""Type checking stubs"""
|
|
1169
1190
|
pass
|
|
1170
1191
|
|
|
1192
|
+
def _typecheckingstub__2da468833cc5611eaf4299e9e2a7e5f72bf97b5c7d0bb050a1b910af6231aa01(
|
|
1193
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1194
|
+
id: builtins.str,
|
|
1195
|
+
pipeline_id: builtins.str,
|
|
1196
|
+
) -> None:
|
|
1197
|
+
"""Type checking stubs"""
|
|
1198
|
+
pass
|
|
1199
|
+
|
|
1171
1200
|
def _typecheckingstub__e041401c179371f012bfad04926b1898ef8c6b894f245538daf9113834fe3a3b(
|
|
1172
1201
|
inspector: _TreeInspector_488e0dd5,
|
|
1173
1202
|
) -> None:
|
aws_cdk/aws_datazone/__init__.py
CHANGED
|
@@ -9594,6 +9594,48 @@ class CfnDomain(
|
|
|
9594
9594
|
|
|
9595
9595
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9596
9596
|
|
|
9597
|
+
@jsii.member(jsii_name="fromDomainArn")
|
|
9598
|
+
@builtins.classmethod
|
|
9599
|
+
def from_domain_arn(
|
|
9600
|
+
cls,
|
|
9601
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9602
|
+
id: builtins.str,
|
|
9603
|
+
arn: builtins.str,
|
|
9604
|
+
) -> IDomainRef:
|
|
9605
|
+
'''Creates a new IDomainRef from an ARN.
|
|
9606
|
+
|
|
9607
|
+
:param scope: -
|
|
9608
|
+
:param id: -
|
|
9609
|
+
:param arn: -
|
|
9610
|
+
'''
|
|
9611
|
+
if __debug__:
|
|
9612
|
+
type_hints = typing.get_type_hints(_typecheckingstub__184266697bd0b40b6137c37aa81e137c2d331c0790dbbb08061a3d04dcf83f9c)
|
|
9613
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9614
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9615
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9616
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
|
|
9617
|
+
|
|
9618
|
+
@jsii.member(jsii_name="fromDomainId")
|
|
9619
|
+
@builtins.classmethod
|
|
9620
|
+
def from_domain_id(
|
|
9621
|
+
cls,
|
|
9622
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9623
|
+
id: builtins.str,
|
|
9624
|
+
domain_id: builtins.str,
|
|
9625
|
+
) -> IDomainRef:
|
|
9626
|
+
'''Creates a new IDomainRef from a domainId.
|
|
9627
|
+
|
|
9628
|
+
:param scope: -
|
|
9629
|
+
:param id: -
|
|
9630
|
+
:param domain_id: -
|
|
9631
|
+
'''
|
|
9632
|
+
if __debug__:
|
|
9633
|
+
type_hints = typing.get_type_hints(_typecheckingstub__980a13437d77898f5d34721718082a5f116a6033aaf35aa8e2f76cb08c6ae77c)
|
|
9634
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9635
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9636
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
9637
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
|
|
9638
|
+
|
|
9597
9639
|
@jsii.member(jsii_name="inspect")
|
|
9598
9640
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9599
9641
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -17587,6 +17629,22 @@ def _typecheckingstub__047efef40bc572d080b2e64b8f32c1db40e40ba16fc7d29d887073e9c
|
|
|
17587
17629
|
"""Type checking stubs"""
|
|
17588
17630
|
pass
|
|
17589
17631
|
|
|
17632
|
+
def _typecheckingstub__184266697bd0b40b6137c37aa81e137c2d331c0790dbbb08061a3d04dcf83f9c(
|
|
17633
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17634
|
+
id: builtins.str,
|
|
17635
|
+
arn: builtins.str,
|
|
17636
|
+
) -> None:
|
|
17637
|
+
"""Type checking stubs"""
|
|
17638
|
+
pass
|
|
17639
|
+
|
|
17640
|
+
def _typecheckingstub__980a13437d77898f5d34721718082a5f116a6033aaf35aa8e2f76cb08c6ae77c(
|
|
17641
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17642
|
+
id: builtins.str,
|
|
17643
|
+
domain_id: builtins.str,
|
|
17644
|
+
) -> None:
|
|
17645
|
+
"""Type checking stubs"""
|
|
17646
|
+
pass
|
|
17647
|
+
|
|
17590
17648
|
def _typecheckingstub__44ac286b6a265a7b8c549e9f75d607cdf3e71f300523940763c96adb368c15ac(
|
|
17591
17649
|
inspector: _TreeInspector_488e0dd5,
|
|
17592
17650
|
) -> None:
|
|
@@ -1026,6 +1026,27 @@ class CfnSimpleAD(
|
|
|
1026
1026
|
|
|
1027
1027
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1028
1028
|
|
|
1029
|
+
@jsii.member(jsii_name="fromDirectoryId")
|
|
1030
|
+
@builtins.classmethod
|
|
1031
|
+
def from_directory_id(
|
|
1032
|
+
cls,
|
|
1033
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1034
|
+
id: builtins.str,
|
|
1035
|
+
directory_id: builtins.str,
|
|
1036
|
+
) -> ISimpleADRef:
|
|
1037
|
+
'''Creates a new ISimpleADRef from a directoryId.
|
|
1038
|
+
|
|
1039
|
+
:param scope: -
|
|
1040
|
+
:param id: -
|
|
1041
|
+
:param directory_id: -
|
|
1042
|
+
'''
|
|
1043
|
+
if __debug__:
|
|
1044
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4edb8188cf1a787819f9e08e002165b6e7e58550d088f80151ce91f3ee2ad4f0)
|
|
1045
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1046
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1047
|
+
check_type(argname="argument directory_id", value=directory_id, expected_type=type_hints["directory_id"])
|
|
1048
|
+
return typing.cast(ISimpleADRef, jsii.sinvoke(cls, "fromDirectoryId", [scope, id, directory_id]))
|
|
1049
|
+
|
|
1029
1050
|
@jsii.member(jsii_name="inspect")
|
|
1030
1051
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1031
1052
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1446,6 +1467,14 @@ def _typecheckingstub__40820ee1ed03f2cd4befa65e6404c1024999677e0624ca5450f4b1f92
|
|
|
1446
1467
|
"""Type checking stubs"""
|
|
1447
1468
|
pass
|
|
1448
1469
|
|
|
1470
|
+
def _typecheckingstub__4edb8188cf1a787819f9e08e002165b6e7e58550d088f80151ce91f3ee2ad4f0(
|
|
1471
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1472
|
+
id: builtins.str,
|
|
1473
|
+
directory_id: builtins.str,
|
|
1474
|
+
) -> None:
|
|
1475
|
+
"""Type checking stubs"""
|
|
1476
|
+
pass
|
|
1477
|
+
|
|
1449
1478
|
def _typecheckingstub__adbd82c9a36437463cde56b3a4ad4d5c5c16f2073416fd9e1873351e5eb928b2(
|
|
1450
1479
|
inspector: _TreeInspector_488e0dd5,
|
|
1451
1480
|
) -> None:
|
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -4239,6 +4239,27 @@ class CfnCertificate(
|
|
|
4239
4239
|
|
|
4240
4240
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4241
4241
|
|
|
4242
|
+
@jsii.member(jsii_name="fromCertificateId")
|
|
4243
|
+
@builtins.classmethod
|
|
4244
|
+
def from_certificate_id(
|
|
4245
|
+
cls,
|
|
4246
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4247
|
+
id: builtins.str,
|
|
4248
|
+
certificate_id: builtins.str,
|
|
4249
|
+
) -> ICertificateRef:
|
|
4250
|
+
'''Creates a new ICertificateRef from a certificateId.
|
|
4251
|
+
|
|
4252
|
+
:param scope: -
|
|
4253
|
+
:param id: -
|
|
4254
|
+
:param certificate_id: -
|
|
4255
|
+
'''
|
|
4256
|
+
if __debug__:
|
|
4257
|
+
type_hints = typing.get_type_hints(_typecheckingstub__54c58e4c61ec8f4fec86aeebbf242c64f4df21097435a1de2fa86d057deacae4)
|
|
4258
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4259
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4260
|
+
check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
|
|
4261
|
+
return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
|
|
4262
|
+
|
|
4242
4263
|
@jsii.member(jsii_name="inspect")
|
|
4243
4264
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4244
4265
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7166,6 +7187,27 @@ class CfnEndpoint(
|
|
|
7166
7187
|
|
|
7167
7188
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7168
7189
|
|
|
7190
|
+
@jsii.member(jsii_name="fromEndpointId")
|
|
7191
|
+
@builtins.classmethod
|
|
7192
|
+
def from_endpoint_id(
|
|
7193
|
+
cls,
|
|
7194
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7195
|
+
id: builtins.str,
|
|
7196
|
+
endpoint_id: builtins.str,
|
|
7197
|
+
) -> IEndpointRef:
|
|
7198
|
+
'''Creates a new IEndpointRef from a endpointId.
|
|
7199
|
+
|
|
7200
|
+
:param scope: -
|
|
7201
|
+
:param id: -
|
|
7202
|
+
:param endpoint_id: -
|
|
7203
|
+
'''
|
|
7204
|
+
if __debug__:
|
|
7205
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cc7544659847cebf1010859beefe92e136eed06aeede14a54bb30e07bc5741a0)
|
|
7206
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7207
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7208
|
+
check_type(argname="argument endpoint_id", value=endpoint_id, expected_type=type_hints["endpoint_id"])
|
|
7209
|
+
return typing.cast(IEndpointRef, jsii.sinvoke(cls, "fromEndpointId", [scope, id, endpoint_id]))
|
|
7210
|
+
|
|
7169
7211
|
@jsii.member(jsii_name="inspect")
|
|
7170
7212
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7171
7213
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -15725,6 +15767,14 @@ def _typecheckingstub__f7c4a44b8a3c02f3f6ada86310479fa26dc0b32d4fba95316eb3faa44
|
|
|
15725
15767
|
"""Type checking stubs"""
|
|
15726
15768
|
pass
|
|
15727
15769
|
|
|
15770
|
+
def _typecheckingstub__54c58e4c61ec8f4fec86aeebbf242c64f4df21097435a1de2fa86d057deacae4(
|
|
15771
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15772
|
+
id: builtins.str,
|
|
15773
|
+
certificate_id: builtins.str,
|
|
15774
|
+
) -> None:
|
|
15775
|
+
"""Type checking stubs"""
|
|
15776
|
+
pass
|
|
15777
|
+
|
|
15728
15778
|
def _typecheckingstub__ec185f31d9affa5fa834d99f40ff8a27fcf34f84f01e6395782727e60768851f(
|
|
15729
15779
|
inspector: _TreeInspector_488e0dd5,
|
|
15730
15780
|
) -> None:
|
|
@@ -16088,6 +16138,14 @@ def _typecheckingstub__738d71cd2300575c2c6537801f3dede195e2179cefcdceb9d0410340f
|
|
|
16088
16138
|
"""Type checking stubs"""
|
|
16089
16139
|
pass
|
|
16090
16140
|
|
|
16141
|
+
def _typecheckingstub__cc7544659847cebf1010859beefe92e136eed06aeede14a54bb30e07bc5741a0(
|
|
16142
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16143
|
+
id: builtins.str,
|
|
16144
|
+
endpoint_id: builtins.str,
|
|
16145
|
+
) -> None:
|
|
16146
|
+
"""Type checking stubs"""
|
|
16147
|
+
pass
|
|
16148
|
+
|
|
16091
16149
|
def _typecheckingstub__f057bd27ac6280cd130ed12f9511a5cdfb108a079b1bda778b1eafc415ee366d(
|
|
16092
16150
|
inspector: _TreeInspector_488e0dd5,
|
|
16093
16151
|
) -> None:
|