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
|
@@ -12366,6 +12366,27 @@ class CfnApp(
|
|
|
12366
12366
|
|
|
12367
12367
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12368
12368
|
|
|
12369
|
+
@jsii.member(jsii_name="fromAppArn")
|
|
12370
|
+
@builtins.classmethod
|
|
12371
|
+
def from_app_arn(
|
|
12372
|
+
cls,
|
|
12373
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12374
|
+
id: builtins.str,
|
|
12375
|
+
arn: builtins.str,
|
|
12376
|
+
) -> IAppRef:
|
|
12377
|
+
'''Creates a new IAppRef from an ARN.
|
|
12378
|
+
|
|
12379
|
+
:param scope: -
|
|
12380
|
+
:param id: -
|
|
12381
|
+
:param arn: -
|
|
12382
|
+
'''
|
|
12383
|
+
if __debug__:
|
|
12384
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2c3e82de2f25dd3057712c96b8bc4d8a306baaf5ce1d39997d027965d7d6a967)
|
|
12385
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12386
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12387
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
12388
|
+
return typing.cast(IAppRef, jsii.sinvoke(cls, "fromAppArn", [scope, id, arn]))
|
|
12389
|
+
|
|
12369
12390
|
@jsii.member(jsii_name="inspect")
|
|
12370
12391
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12371
12392
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12752,6 +12773,48 @@ class CfnAppImageConfig(
|
|
|
12752
12773
|
|
|
12753
12774
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12754
12775
|
|
|
12776
|
+
@jsii.member(jsii_name="fromAppImageConfigArn")
|
|
12777
|
+
@builtins.classmethod
|
|
12778
|
+
def from_app_image_config_arn(
|
|
12779
|
+
cls,
|
|
12780
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12781
|
+
id: builtins.str,
|
|
12782
|
+
arn: builtins.str,
|
|
12783
|
+
) -> IAppImageConfigRef:
|
|
12784
|
+
'''Creates a new IAppImageConfigRef from an ARN.
|
|
12785
|
+
|
|
12786
|
+
:param scope: -
|
|
12787
|
+
:param id: -
|
|
12788
|
+
:param arn: -
|
|
12789
|
+
'''
|
|
12790
|
+
if __debug__:
|
|
12791
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e1d5d7be510dbb526d6f9eb365b0708323a332aeeaa3da2768a653432dadd67)
|
|
12792
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12793
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12794
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
12795
|
+
return typing.cast(IAppImageConfigRef, jsii.sinvoke(cls, "fromAppImageConfigArn", [scope, id, arn]))
|
|
12796
|
+
|
|
12797
|
+
@jsii.member(jsii_name="fromAppImageConfigName")
|
|
12798
|
+
@builtins.classmethod
|
|
12799
|
+
def from_app_image_config_name(
|
|
12800
|
+
cls,
|
|
12801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12802
|
+
id: builtins.str,
|
|
12803
|
+
app_image_config_name: builtins.str,
|
|
12804
|
+
) -> IAppImageConfigRef:
|
|
12805
|
+
'''Creates a new IAppImageConfigRef from a appImageConfigName.
|
|
12806
|
+
|
|
12807
|
+
:param scope: -
|
|
12808
|
+
:param id: -
|
|
12809
|
+
:param app_image_config_name: -
|
|
12810
|
+
'''
|
|
12811
|
+
if __debug__:
|
|
12812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ea4d36f53070437c6de96d87dba38822158d1f58d028e0f10fb64f2f72a0f76)
|
|
12813
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12814
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12815
|
+
check_type(argname="argument app_image_config_name", value=app_image_config_name, expected_type=type_hints["app_image_config_name"])
|
|
12816
|
+
return typing.cast(IAppImageConfigRef, jsii.sinvoke(cls, "fromAppImageConfigName", [scope, id, app_image_config_name]))
|
|
12817
|
+
|
|
12755
12818
|
@jsii.member(jsii_name="inspect")
|
|
12756
12819
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12757
12820
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -18088,6 +18151,27 @@ class CfnDeviceFleet(
|
|
|
18088
18151
|
|
|
18089
18152
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
18090
18153
|
|
|
18154
|
+
@jsii.member(jsii_name="fromDeviceFleetName")
|
|
18155
|
+
@builtins.classmethod
|
|
18156
|
+
def from_device_fleet_name(
|
|
18157
|
+
cls,
|
|
18158
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18159
|
+
id: builtins.str,
|
|
18160
|
+
device_fleet_name: builtins.str,
|
|
18161
|
+
) -> IDeviceFleetRef:
|
|
18162
|
+
'''Creates a new IDeviceFleetRef from a deviceFleetName.
|
|
18163
|
+
|
|
18164
|
+
:param scope: -
|
|
18165
|
+
:param id: -
|
|
18166
|
+
:param device_fleet_name: -
|
|
18167
|
+
'''
|
|
18168
|
+
if __debug__:
|
|
18169
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6b2fc76aa0e78b31761c176f7a40691b01a8edb0d2d2a4222c25472a132a2102)
|
|
18170
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
18171
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
18172
|
+
check_type(argname="argument device_fleet_name", value=device_fleet_name, expected_type=type_hints["device_fleet_name"])
|
|
18173
|
+
return typing.cast(IDeviceFleetRef, jsii.sinvoke(cls, "fromDeviceFleetName", [scope, id, device_fleet_name]))
|
|
18174
|
+
|
|
18091
18175
|
@jsii.member(jsii_name="inspect")
|
|
18092
18176
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
18093
18177
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -18662,6 +18746,48 @@ class CfnDomain(
|
|
|
18662
18746
|
|
|
18663
18747
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
18664
18748
|
|
|
18749
|
+
@jsii.member(jsii_name="fromDomainArn")
|
|
18750
|
+
@builtins.classmethod
|
|
18751
|
+
def from_domain_arn(
|
|
18752
|
+
cls,
|
|
18753
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18754
|
+
id: builtins.str,
|
|
18755
|
+
arn: builtins.str,
|
|
18756
|
+
) -> IDomainRef:
|
|
18757
|
+
'''Creates a new IDomainRef from an ARN.
|
|
18758
|
+
|
|
18759
|
+
:param scope: -
|
|
18760
|
+
:param id: -
|
|
18761
|
+
:param arn: -
|
|
18762
|
+
'''
|
|
18763
|
+
if __debug__:
|
|
18764
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5b656fffe0f319e00138bf4ccc2e7161f04e834099a90566d39c54d5822e81e0)
|
|
18765
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
18766
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
18767
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
18768
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainArn", [scope, id, arn]))
|
|
18769
|
+
|
|
18770
|
+
@jsii.member(jsii_name="fromDomainId")
|
|
18771
|
+
@builtins.classmethod
|
|
18772
|
+
def from_domain_id(
|
|
18773
|
+
cls,
|
|
18774
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18775
|
+
id: builtins.str,
|
|
18776
|
+
domain_id: builtins.str,
|
|
18777
|
+
) -> IDomainRef:
|
|
18778
|
+
'''Creates a new IDomainRef from a domainId.
|
|
18779
|
+
|
|
18780
|
+
:param scope: -
|
|
18781
|
+
:param id: -
|
|
18782
|
+
:param domain_id: -
|
|
18783
|
+
'''
|
|
18784
|
+
if __debug__:
|
|
18785
|
+
type_hints = typing.get_type_hints(_typecheckingstub__790f22d08b9e699bc52b4cdf48066a144c25e9b2913bfd7b303c2b7101a26ee4)
|
|
18786
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
18787
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
18788
|
+
check_type(argname="argument domain_id", value=domain_id, expected_type=type_hints["domain_id"])
|
|
18789
|
+
return typing.cast(IDomainRef, jsii.sinvoke(cls, "fromDomainId", [scope, id, domain_id]))
|
|
18790
|
+
|
|
18665
18791
|
@jsii.member(jsii_name="inspect")
|
|
18666
18792
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
18667
18793
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -25878,6 +26004,27 @@ class CfnFeatureGroup(
|
|
|
25878
26004
|
|
|
25879
26005
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
25880
26006
|
|
|
26007
|
+
@jsii.member(jsii_name="fromFeatureGroupName")
|
|
26008
|
+
@builtins.classmethod
|
|
26009
|
+
def from_feature_group_name(
|
|
26010
|
+
cls,
|
|
26011
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
26012
|
+
id: builtins.str,
|
|
26013
|
+
feature_group_name: builtins.str,
|
|
26014
|
+
) -> IFeatureGroupRef:
|
|
26015
|
+
'''Creates a new IFeatureGroupRef from a featureGroupName.
|
|
26016
|
+
|
|
26017
|
+
:param scope: -
|
|
26018
|
+
:param id: -
|
|
26019
|
+
:param feature_group_name: -
|
|
26020
|
+
'''
|
|
26021
|
+
if __debug__:
|
|
26022
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c6cb7756931a3164c7f16607299e8ee1e94415db821733e93d4d357146a2852e)
|
|
26023
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
26024
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
26025
|
+
check_type(argname="argument feature_group_name", value=feature_group_name, expected_type=type_hints["feature_group_name"])
|
|
26026
|
+
return typing.cast(IFeatureGroupRef, jsii.sinvoke(cls, "fromFeatureGroupName", [scope, id, feature_group_name]))
|
|
26027
|
+
|
|
25881
26028
|
@jsii.member(jsii_name="inspect")
|
|
25882
26029
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
25883
26030
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -28908,6 +29055,48 @@ class CfnInferenceExperiment(
|
|
|
28908
29055
|
|
|
28909
29056
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
28910
29057
|
|
|
29058
|
+
@jsii.member(jsii_name="fromInferenceExperimentArn")
|
|
29059
|
+
@builtins.classmethod
|
|
29060
|
+
def from_inference_experiment_arn(
|
|
29061
|
+
cls,
|
|
29062
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
29063
|
+
id: builtins.str,
|
|
29064
|
+
arn: builtins.str,
|
|
29065
|
+
) -> IInferenceExperimentRef:
|
|
29066
|
+
'''Creates a new IInferenceExperimentRef from an ARN.
|
|
29067
|
+
|
|
29068
|
+
:param scope: -
|
|
29069
|
+
:param id: -
|
|
29070
|
+
:param arn: -
|
|
29071
|
+
'''
|
|
29072
|
+
if __debug__:
|
|
29073
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8f38ceed1d0d71b698d0a9e8fbdfeb2c083dfc27d20acd4d5d880e9e8c10e090)
|
|
29074
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
29075
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
29076
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
29077
|
+
return typing.cast(IInferenceExperimentRef, jsii.sinvoke(cls, "fromInferenceExperimentArn", [scope, id, arn]))
|
|
29078
|
+
|
|
29079
|
+
@jsii.member(jsii_name="fromInferenceExperimentName")
|
|
29080
|
+
@builtins.classmethod
|
|
29081
|
+
def from_inference_experiment_name(
|
|
29082
|
+
cls,
|
|
29083
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
29084
|
+
id: builtins.str,
|
|
29085
|
+
inference_experiment_name: builtins.str,
|
|
29086
|
+
) -> IInferenceExperimentRef:
|
|
29087
|
+
'''Creates a new IInferenceExperimentRef from a inferenceExperimentName.
|
|
29088
|
+
|
|
29089
|
+
:param scope: -
|
|
29090
|
+
:param id: -
|
|
29091
|
+
:param inference_experiment_name: -
|
|
29092
|
+
'''
|
|
29093
|
+
if __debug__:
|
|
29094
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5b5d6c57aaa7433cc4dcbd15e2d689a5e66b0e5285bd09b31dd7fa3d97b4cf73)
|
|
29095
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
29096
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
29097
|
+
check_type(argname="argument inference_experiment_name", value=inference_experiment_name, expected_type=type_hints["inference_experiment_name"])
|
|
29098
|
+
return typing.cast(IInferenceExperimentRef, jsii.sinvoke(cls, "fromInferenceExperimentName", [scope, id, inference_experiment_name]))
|
|
29099
|
+
|
|
28911
29100
|
@jsii.member(jsii_name="inspect")
|
|
28912
29101
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
28913
29102
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -33912,6 +34101,48 @@ class CfnModelCard(
|
|
|
33912
34101
|
|
|
33913
34102
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
33914
34103
|
|
|
34104
|
+
@jsii.member(jsii_name="fromModelCardArn")
|
|
34105
|
+
@builtins.classmethod
|
|
34106
|
+
def from_model_card_arn(
|
|
34107
|
+
cls,
|
|
34108
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
34109
|
+
id: builtins.str,
|
|
34110
|
+
arn: builtins.str,
|
|
34111
|
+
) -> IModelCardRef:
|
|
34112
|
+
'''Creates a new IModelCardRef from an ARN.
|
|
34113
|
+
|
|
34114
|
+
:param scope: -
|
|
34115
|
+
:param id: -
|
|
34116
|
+
:param arn: -
|
|
34117
|
+
'''
|
|
34118
|
+
if __debug__:
|
|
34119
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8000eb52aa220d490b01eb6488781a5ba305ef722e1b5666563d9b16fa3dce3e)
|
|
34120
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
34121
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
34122
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
34123
|
+
return typing.cast(IModelCardRef, jsii.sinvoke(cls, "fromModelCardArn", [scope, id, arn]))
|
|
34124
|
+
|
|
34125
|
+
@jsii.member(jsii_name="fromModelCardName")
|
|
34126
|
+
@builtins.classmethod
|
|
34127
|
+
def from_model_card_name(
|
|
34128
|
+
cls,
|
|
34129
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
34130
|
+
id: builtins.str,
|
|
34131
|
+
model_card_name: builtins.str,
|
|
34132
|
+
) -> IModelCardRef:
|
|
34133
|
+
'''Creates a new IModelCardRef from a modelCardName.
|
|
34134
|
+
|
|
34135
|
+
:param scope: -
|
|
34136
|
+
:param id: -
|
|
34137
|
+
:param model_card_name: -
|
|
34138
|
+
'''
|
|
34139
|
+
if __debug__:
|
|
34140
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4e706d7c3854034b6eb1c028ba021a60903851fdc195dbc3250a6898a8d73119)
|
|
34141
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
34142
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
34143
|
+
check_type(argname="argument model_card_name", value=model_card_name, expected_type=type_hints["model_card_name"])
|
|
34144
|
+
return typing.cast(IModelCardRef, jsii.sinvoke(cls, "fromModelCardName", [scope, id, model_card_name]))
|
|
34145
|
+
|
|
33915
34146
|
@jsii.member(jsii_name="inspect")
|
|
33916
34147
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
33917
34148
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -49807,6 +50038,27 @@ class CfnPipeline(
|
|
|
49807
50038
|
|
|
49808
50039
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
49809
50040
|
|
|
50041
|
+
@jsii.member(jsii_name="fromPipelineName")
|
|
50042
|
+
@builtins.classmethod
|
|
50043
|
+
def from_pipeline_name(
|
|
50044
|
+
cls,
|
|
50045
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
50046
|
+
id: builtins.str,
|
|
50047
|
+
pipeline_name: builtins.str,
|
|
50048
|
+
) -> IPipelineRef:
|
|
50049
|
+
'''Creates a new IPipelineRef from a pipelineName.
|
|
50050
|
+
|
|
50051
|
+
:param scope: -
|
|
50052
|
+
:param id: -
|
|
50053
|
+
:param pipeline_name: -
|
|
50054
|
+
'''
|
|
50055
|
+
if __debug__:
|
|
50056
|
+
type_hints = typing.get_type_hints(_typecheckingstub__47318391053710d64df437c555808973534ac5a5eac5899c2ceb900170e9e88b)
|
|
50057
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
50058
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
50059
|
+
check_type(argname="argument pipeline_name", value=pipeline_name, expected_type=type_hints["pipeline_name"])
|
|
50060
|
+
return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineName", [scope, id, pipeline_name]))
|
|
50061
|
+
|
|
49810
50062
|
@jsii.member(jsii_name="inspect")
|
|
49811
50063
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
49812
50064
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -53470,6 +53722,27 @@ class CfnSpace(
|
|
|
53470
53722
|
|
|
53471
53723
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
53472
53724
|
|
|
53725
|
+
@jsii.member(jsii_name="fromSpaceArn")
|
|
53726
|
+
@builtins.classmethod
|
|
53727
|
+
def from_space_arn(
|
|
53728
|
+
cls,
|
|
53729
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
53730
|
+
id: builtins.str,
|
|
53731
|
+
arn: builtins.str,
|
|
53732
|
+
) -> ISpaceRef:
|
|
53733
|
+
'''Creates a new ISpaceRef from an ARN.
|
|
53734
|
+
|
|
53735
|
+
:param scope: -
|
|
53736
|
+
:param id: -
|
|
53737
|
+
:param arn: -
|
|
53738
|
+
'''
|
|
53739
|
+
if __debug__:
|
|
53740
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8a1fb67c7e1a507a782b0599fe6469d0887b1d847ae1f67216b645c96d2aa2ba)
|
|
53741
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
53742
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
53743
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
53744
|
+
return typing.cast(ISpaceRef, jsii.sinvoke(cls, "fromSpaceArn", [scope, id, arn]))
|
|
53745
|
+
|
|
53473
53746
|
@jsii.member(jsii_name="inspect")
|
|
53474
53747
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
53475
53748
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -55239,6 +55512,48 @@ class CfnStudioLifecycleConfig(
|
|
|
55239
55512
|
|
|
55240
55513
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
55241
55514
|
|
|
55515
|
+
@jsii.member(jsii_name="fromStudioLifecycleConfigArn")
|
|
55516
|
+
@builtins.classmethod
|
|
55517
|
+
def from_studio_lifecycle_config_arn(
|
|
55518
|
+
cls,
|
|
55519
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
55520
|
+
id: builtins.str,
|
|
55521
|
+
arn: builtins.str,
|
|
55522
|
+
) -> IStudioLifecycleConfigRef:
|
|
55523
|
+
'''Creates a new IStudioLifecycleConfigRef from an ARN.
|
|
55524
|
+
|
|
55525
|
+
:param scope: -
|
|
55526
|
+
:param id: -
|
|
55527
|
+
:param arn: -
|
|
55528
|
+
'''
|
|
55529
|
+
if __debug__:
|
|
55530
|
+
type_hints = typing.get_type_hints(_typecheckingstub__10214bc61c1bf03d0dcb6e2229e6820733cc171738c897e7008426f7daf51256)
|
|
55531
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
55532
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
55533
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
55534
|
+
return typing.cast(IStudioLifecycleConfigRef, jsii.sinvoke(cls, "fromStudioLifecycleConfigArn", [scope, id, arn]))
|
|
55535
|
+
|
|
55536
|
+
@jsii.member(jsii_name="fromStudioLifecycleConfigName")
|
|
55537
|
+
@builtins.classmethod
|
|
55538
|
+
def from_studio_lifecycle_config_name(
|
|
55539
|
+
cls,
|
|
55540
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
55541
|
+
id: builtins.str,
|
|
55542
|
+
studio_lifecycle_config_name: builtins.str,
|
|
55543
|
+
) -> IStudioLifecycleConfigRef:
|
|
55544
|
+
'''Creates a new IStudioLifecycleConfigRef from a studioLifecycleConfigName.
|
|
55545
|
+
|
|
55546
|
+
:param scope: -
|
|
55547
|
+
:param id: -
|
|
55548
|
+
:param studio_lifecycle_config_name: -
|
|
55549
|
+
'''
|
|
55550
|
+
if __debug__:
|
|
55551
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1cea9302511c7d60d7984bb3feb2928ef7b5cfccd32bf2922c64cbef990916fa)
|
|
55552
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
55553
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
55554
|
+
check_type(argname="argument studio_lifecycle_config_name", value=studio_lifecycle_config_name, expected_type=type_hints["studio_lifecycle_config_name"])
|
|
55555
|
+
return typing.cast(IStudioLifecycleConfigRef, jsii.sinvoke(cls, "fromStudioLifecycleConfigName", [scope, id, studio_lifecycle_config_name]))
|
|
55556
|
+
|
|
55242
55557
|
@jsii.member(jsii_name="inspect")
|
|
55243
55558
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
55244
55559
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -55553,6 +55868,27 @@ class CfnUserProfile(
|
|
|
55553
55868
|
|
|
55554
55869
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
55555
55870
|
|
|
55871
|
+
@jsii.member(jsii_name="fromUserProfileArn")
|
|
55872
|
+
@builtins.classmethod
|
|
55873
|
+
def from_user_profile_arn(
|
|
55874
|
+
cls,
|
|
55875
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
55876
|
+
id: builtins.str,
|
|
55877
|
+
arn: builtins.str,
|
|
55878
|
+
) -> IUserProfileRef:
|
|
55879
|
+
'''Creates a new IUserProfileRef from an ARN.
|
|
55880
|
+
|
|
55881
|
+
:param scope: -
|
|
55882
|
+
:param id: -
|
|
55883
|
+
:param arn: -
|
|
55884
|
+
'''
|
|
55885
|
+
if __debug__:
|
|
55886
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c2e35b6c0e820169e7045ae3de44cd0daabf16062bcfa71c8c760a03c630807f)
|
|
55887
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
55888
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
55889
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
55890
|
+
return typing.cast(IUserProfileRef, jsii.sinvoke(cls, "fromUserProfileArn", [scope, id, arn]))
|
|
55891
|
+
|
|
55556
55892
|
@jsii.member(jsii_name="inspect")
|
|
55557
55893
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
55558
55894
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -59428,6 +59764,14 @@ def _typecheckingstub__da207547ea530dc451bd8f33c6174b52ddcb5c9c348d4df84894bf6a2
|
|
|
59428
59764
|
"""Type checking stubs"""
|
|
59429
59765
|
pass
|
|
59430
59766
|
|
|
59767
|
+
def _typecheckingstub__2c3e82de2f25dd3057712c96b8bc4d8a306baaf5ce1d39997d027965d7d6a967(
|
|
59768
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
59769
|
+
id: builtins.str,
|
|
59770
|
+
arn: builtins.str,
|
|
59771
|
+
) -> None:
|
|
59772
|
+
"""Type checking stubs"""
|
|
59773
|
+
pass
|
|
59774
|
+
|
|
59431
59775
|
def _typecheckingstub__76b99b25d5846497c07368fb764a277782458a65eed58ef9398494227f100421(
|
|
59432
59776
|
inspector: _TreeInspector_488e0dd5,
|
|
59433
59777
|
) -> None:
|
|
@@ -59505,6 +59849,22 @@ def _typecheckingstub__a5bddad57cf4d60d052f199fa18e6d92660d1097d0ea8d783dbde99f9
|
|
|
59505
59849
|
"""Type checking stubs"""
|
|
59506
59850
|
pass
|
|
59507
59851
|
|
|
59852
|
+
def _typecheckingstub__6e1d5d7be510dbb526d6f9eb365b0708323a332aeeaa3da2768a653432dadd67(
|
|
59853
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
59854
|
+
id: builtins.str,
|
|
59855
|
+
arn: builtins.str,
|
|
59856
|
+
) -> None:
|
|
59857
|
+
"""Type checking stubs"""
|
|
59858
|
+
pass
|
|
59859
|
+
|
|
59860
|
+
def _typecheckingstub__5ea4d36f53070437c6de96d87dba38822158d1f58d028e0f10fb64f2f72a0f76(
|
|
59861
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
59862
|
+
id: builtins.str,
|
|
59863
|
+
app_image_config_name: builtins.str,
|
|
59864
|
+
) -> None:
|
|
59865
|
+
"""Type checking stubs"""
|
|
59866
|
+
pass
|
|
59867
|
+
|
|
59508
59868
|
def _typecheckingstub__5bb94facbcc3b4d7b1de5aa9b83ce79e3da77d42eacbb7c16e3363a42398869b(
|
|
59509
59869
|
inspector: _TreeInspector_488e0dd5,
|
|
59510
59870
|
) -> None:
|
|
@@ -60202,6 +60562,14 @@ def _typecheckingstub__e5c11192822cf6a7274bcacd8c8147149a9111d09d2701f9547a16c89
|
|
|
60202
60562
|
"""Type checking stubs"""
|
|
60203
60563
|
pass
|
|
60204
60564
|
|
|
60565
|
+
def _typecheckingstub__6b2fc76aa0e78b31761c176f7a40691b01a8edb0d2d2a4222c25472a132a2102(
|
|
60566
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
60567
|
+
id: builtins.str,
|
|
60568
|
+
device_fleet_name: builtins.str,
|
|
60569
|
+
) -> None:
|
|
60570
|
+
"""Type checking stubs"""
|
|
60571
|
+
pass
|
|
60572
|
+
|
|
60205
60573
|
def _typecheckingstub__3cb330fe6c6b70769b12318fb10174ed458f16ae84753429881454642514e4e9(
|
|
60206
60574
|
inspector: _TreeInspector_488e0dd5,
|
|
60207
60575
|
) -> None:
|
|
@@ -60272,6 +60640,22 @@ def _typecheckingstub__6a98e719c58aab3299db52c4086bfb65ee6438882423af805478e9ea3
|
|
|
60272
60640
|
"""Type checking stubs"""
|
|
60273
60641
|
pass
|
|
60274
60642
|
|
|
60643
|
+
def _typecheckingstub__5b656fffe0f319e00138bf4ccc2e7161f04e834099a90566d39c54d5822e81e0(
|
|
60644
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
60645
|
+
id: builtins.str,
|
|
60646
|
+
arn: builtins.str,
|
|
60647
|
+
) -> None:
|
|
60648
|
+
"""Type checking stubs"""
|
|
60649
|
+
pass
|
|
60650
|
+
|
|
60651
|
+
def _typecheckingstub__790f22d08b9e699bc52b4cdf48066a144c25e9b2913bfd7b303c2b7101a26ee4(
|
|
60652
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
60653
|
+
id: builtins.str,
|
|
60654
|
+
domain_id: builtins.str,
|
|
60655
|
+
) -> None:
|
|
60656
|
+
"""Type checking stubs"""
|
|
60657
|
+
pass
|
|
60658
|
+
|
|
60275
60659
|
def _typecheckingstub__054b92073504f806c8065046fb755c4424b063db14ea01d662bf1a3799b913a9(
|
|
60276
60660
|
inspector: _TreeInspector_488e0dd5,
|
|
60277
60661
|
) -> None:
|
|
@@ -61051,6 +61435,14 @@ def _typecheckingstub__4102c01580236aeaa8183dc09f0ab2d908ee3b4650df43ce2419ef038
|
|
|
61051
61435
|
"""Type checking stubs"""
|
|
61052
61436
|
pass
|
|
61053
61437
|
|
|
61438
|
+
def _typecheckingstub__c6cb7756931a3164c7f16607299e8ee1e94415db821733e93d4d357146a2852e(
|
|
61439
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
61440
|
+
id: builtins.str,
|
|
61441
|
+
feature_group_name: builtins.str,
|
|
61442
|
+
) -> None:
|
|
61443
|
+
"""Type checking stubs"""
|
|
61444
|
+
pass
|
|
61445
|
+
|
|
61054
61446
|
def _typecheckingstub__0cd6259820b736e87a6da7d27e2e1e1a14b614640e31da0fcb54668a45db785f(
|
|
61055
61447
|
inspector: _TreeInspector_488e0dd5,
|
|
61056
61448
|
) -> None:
|
|
@@ -61538,6 +61930,22 @@ def _typecheckingstub__43a6aafd6835d00baa8d211b8e504c33f5e79820719546466a90ba8cc
|
|
|
61538
61930
|
"""Type checking stubs"""
|
|
61539
61931
|
pass
|
|
61540
61932
|
|
|
61933
|
+
def _typecheckingstub__8f38ceed1d0d71b698d0a9e8fbdfeb2c083dfc27d20acd4d5d880e9e8c10e090(
|
|
61934
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
61935
|
+
id: builtins.str,
|
|
61936
|
+
arn: builtins.str,
|
|
61937
|
+
) -> None:
|
|
61938
|
+
"""Type checking stubs"""
|
|
61939
|
+
pass
|
|
61940
|
+
|
|
61941
|
+
def _typecheckingstub__5b5d6c57aaa7433cc4dcbd15e2d689a5e66b0e5285bd09b31dd7fa3d97b4cf73(
|
|
61942
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
61943
|
+
id: builtins.str,
|
|
61944
|
+
inference_experiment_name: builtins.str,
|
|
61945
|
+
) -> None:
|
|
61946
|
+
"""Type checking stubs"""
|
|
61947
|
+
pass
|
|
61948
|
+
|
|
61541
61949
|
def _typecheckingstub__0429293b59a464f1c87e050fd5de3a0f1283acf5234761acc40dd9a0c1529ec6(
|
|
61542
61950
|
inspector: _TreeInspector_488e0dd5,
|
|
61543
61951
|
) -> None:
|
|
@@ -62213,6 +62621,22 @@ def _typecheckingstub__a592fe664bd5fc9b01b1e64fc0f6cea3e28e6bcee51c6b1db5790b485
|
|
|
62213
62621
|
"""Type checking stubs"""
|
|
62214
62622
|
pass
|
|
62215
62623
|
|
|
62624
|
+
def _typecheckingstub__8000eb52aa220d490b01eb6488781a5ba305ef722e1b5666563d9b16fa3dce3e(
|
|
62625
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
62626
|
+
id: builtins.str,
|
|
62627
|
+
arn: builtins.str,
|
|
62628
|
+
) -> None:
|
|
62629
|
+
"""Type checking stubs"""
|
|
62630
|
+
pass
|
|
62631
|
+
|
|
62632
|
+
def _typecheckingstub__4e706d7c3854034b6eb1c028ba021a60903851fdc195dbc3250a6898a8d73119(
|
|
62633
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
62634
|
+
id: builtins.str,
|
|
62635
|
+
model_card_name: builtins.str,
|
|
62636
|
+
) -> None:
|
|
62637
|
+
"""Type checking stubs"""
|
|
62638
|
+
pass
|
|
62639
|
+
|
|
62216
62640
|
def _typecheckingstub__3a1a3799b007a1226f7f69a3ae5033dd02cabd7734d75bf1f0b2f0945e26ad6e(
|
|
62217
62641
|
inspector: _TreeInspector_488e0dd5,
|
|
62218
62642
|
) -> None:
|
|
@@ -64140,6 +64564,14 @@ def _typecheckingstub__1ad401effd23b8166514a4ae8c124006c7f366e8a04330e88afe117ee
|
|
|
64140
64564
|
"""Type checking stubs"""
|
|
64141
64565
|
pass
|
|
64142
64566
|
|
|
64567
|
+
def _typecheckingstub__47318391053710d64df437c555808973534ac5a5eac5899c2ceb900170e9e88b(
|
|
64568
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
64569
|
+
id: builtins.str,
|
|
64570
|
+
pipeline_name: builtins.str,
|
|
64571
|
+
) -> None:
|
|
64572
|
+
"""Type checking stubs"""
|
|
64573
|
+
pass
|
|
64574
|
+
|
|
64143
64575
|
def _typecheckingstub__2ef5df774dc4da664546343b07b97e1b911ae1340e00658468dbb3b548e35d0b(
|
|
64144
64576
|
inspector: _TreeInspector_488e0dd5,
|
|
64145
64577
|
) -> None:
|
|
@@ -64600,6 +65032,14 @@ def _typecheckingstub__f4cf36c039bdacba2a059b01ad6ca85e87e6d521f09ca1f75b0131027
|
|
|
64600
65032
|
"""Type checking stubs"""
|
|
64601
65033
|
pass
|
|
64602
65034
|
|
|
65035
|
+
def _typecheckingstub__8a1fb67c7e1a507a782b0599fe6469d0887b1d847ae1f67216b645c96d2aa2ba(
|
|
65036
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
65037
|
+
id: builtins.str,
|
|
65038
|
+
arn: builtins.str,
|
|
65039
|
+
) -> None:
|
|
65040
|
+
"""Type checking stubs"""
|
|
65041
|
+
pass
|
|
65042
|
+
|
|
64603
65043
|
def _typecheckingstub__7dddb84aee67953eeae7ef9e4de9ff319c579f67a161e906e49503007dd5ac31(
|
|
64604
65044
|
inspector: _TreeInspector_488e0dd5,
|
|
64605
65045
|
) -> None:
|
|
@@ -64813,6 +65253,22 @@ def _typecheckingstub__781a43111dd6adef34feca5cebbdb6b17f5e2425b368d8e007d51d833
|
|
|
64813
65253
|
"""Type checking stubs"""
|
|
64814
65254
|
pass
|
|
64815
65255
|
|
|
65256
|
+
def _typecheckingstub__10214bc61c1bf03d0dcb6e2229e6820733cc171738c897e7008426f7daf51256(
|
|
65257
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
65258
|
+
id: builtins.str,
|
|
65259
|
+
arn: builtins.str,
|
|
65260
|
+
) -> None:
|
|
65261
|
+
"""Type checking stubs"""
|
|
65262
|
+
pass
|
|
65263
|
+
|
|
65264
|
+
def _typecheckingstub__1cea9302511c7d60d7984bb3feb2928ef7b5cfccd32bf2922c64cbef990916fa(
|
|
65265
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
65266
|
+
id: builtins.str,
|
|
65267
|
+
studio_lifecycle_config_name: builtins.str,
|
|
65268
|
+
) -> None:
|
|
65269
|
+
"""Type checking stubs"""
|
|
65270
|
+
pass
|
|
65271
|
+
|
|
64816
65272
|
def _typecheckingstub__7ddd3d9a7f9745ee8b35da424f159eb265d27044c6aad13d335457ca4ee47001(
|
|
64817
65273
|
inspector: _TreeInspector_488e0dd5,
|
|
64818
65274
|
) -> None:
|
|
@@ -64863,6 +65319,14 @@ def _typecheckingstub__beda07bea319cc25c84f5e77bce363c97996e606a26b7a70b22536955
|
|
|
64863
65319
|
"""Type checking stubs"""
|
|
64864
65320
|
pass
|
|
64865
65321
|
|
|
65322
|
+
def _typecheckingstub__c2e35b6c0e820169e7045ae3de44cd0daabf16062bcfa71c8c760a03c630807f(
|
|
65323
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
65324
|
+
id: builtins.str,
|
|
65325
|
+
arn: builtins.str,
|
|
65326
|
+
) -> None:
|
|
65327
|
+
"""Type checking stubs"""
|
|
65328
|
+
pass
|
|
65329
|
+
|
|
64866
65330
|
def _typecheckingstub__a2dadde93d4bb5495d1cda0d7f1d1582d8f3894875492f0b5b53c7fd32b84c93(
|
|
64867
65331
|
inspector: _TreeInspector_488e0dd5,
|
|
64868
65332
|
) -> None:
|
|
@@ -4544,6 +4544,27 @@ class CfnSchedule(
|
|
|
4544
4544
|
|
|
4545
4545
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4546
4546
|
|
|
4547
|
+
@jsii.member(jsii_name="fromScheduleArn")
|
|
4548
|
+
@builtins.classmethod
|
|
4549
|
+
def from_schedule_arn(
|
|
4550
|
+
cls,
|
|
4551
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4552
|
+
id: builtins.str,
|
|
4553
|
+
arn: builtins.str,
|
|
4554
|
+
) -> IScheduleRef:
|
|
4555
|
+
'''Creates a new IScheduleRef from an ARN.
|
|
4556
|
+
|
|
4557
|
+
:param scope: -
|
|
4558
|
+
:param id: -
|
|
4559
|
+
:param arn: -
|
|
4560
|
+
'''
|
|
4561
|
+
if __debug__:
|
|
4562
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cfff8a9c559a9db3ae6b5c12009b96cd3f2329516e8d8c74011166bddaac654e)
|
|
4563
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4564
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4565
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4566
|
+
return typing.cast(IScheduleRef, jsii.sinvoke(cls, "fromScheduleArn", [scope, id, arn]))
|
|
4567
|
+
|
|
4547
4568
|
@jsii.member(jsii_name="inspect")
|
|
4548
4569
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4549
4570
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6863,6 +6884,14 @@ def _typecheckingstub__503b74ac170f15626de2456b6f8c40d2cdc1ab21574c821e051517099
|
|
|
6863
6884
|
"""Type checking stubs"""
|
|
6864
6885
|
pass
|
|
6865
6886
|
|
|
6887
|
+
def _typecheckingstub__cfff8a9c559a9db3ae6b5c12009b96cd3f2329516e8d8c74011166bddaac654e(
|
|
6888
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6889
|
+
id: builtins.str,
|
|
6890
|
+
arn: builtins.str,
|
|
6891
|
+
) -> None:
|
|
6892
|
+
"""Type checking stubs"""
|
|
6893
|
+
pass
|
|
6894
|
+
|
|
6866
6895
|
def _typecheckingstub__859c33780944a757aa0069dfe861a7f9ee3aaa6d51b1881276590d23b3cbc11d(
|
|
6867
6896
|
inspector: _TreeInspector_488e0dd5,
|
|
6868
6897
|
) -> None:
|