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
|
@@ -4830,6 +4830,27 @@ class CfnGlobalReplicationGroup(
|
|
|
4830
4830
|
|
|
4831
4831
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4832
4832
|
|
|
4833
|
+
@jsii.member(jsii_name="fromGlobalReplicationGroupId")
|
|
4834
|
+
@builtins.classmethod
|
|
4835
|
+
def from_global_replication_group_id(
|
|
4836
|
+
cls,
|
|
4837
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4838
|
+
id: builtins.str,
|
|
4839
|
+
global_replication_group_id: builtins.str,
|
|
4840
|
+
) -> IGlobalReplicationGroupRef:
|
|
4841
|
+
'''Creates a new IGlobalReplicationGroupRef from a globalReplicationGroupId.
|
|
4842
|
+
|
|
4843
|
+
:param scope: -
|
|
4844
|
+
:param id: -
|
|
4845
|
+
:param global_replication_group_id: -
|
|
4846
|
+
'''
|
|
4847
|
+
if __debug__:
|
|
4848
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ff89494f4cbd1e19d9e3985a30ea573557681f435cc9ec3daa095b003c844fd1)
|
|
4849
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4850
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4851
|
+
check_type(argname="argument global_replication_group_id", value=global_replication_group_id, expected_type=type_hints["global_replication_group_id"])
|
|
4852
|
+
return typing.cast(IGlobalReplicationGroupRef, jsii.sinvoke(cls, "fromGlobalReplicationGroupId", [scope, id, global_replication_group_id]))
|
|
4853
|
+
|
|
4833
4854
|
@jsii.member(jsii_name="inspect")
|
|
4834
4855
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4835
4856
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5369,6 +5390,27 @@ class CfnParameterGroup(
|
|
|
5369
5390
|
|
|
5370
5391
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5371
5392
|
|
|
5393
|
+
@jsii.member(jsii_name="fromCacheParameterGroupName")
|
|
5394
|
+
@builtins.classmethod
|
|
5395
|
+
def from_cache_parameter_group_name(
|
|
5396
|
+
cls,
|
|
5397
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5398
|
+
id: builtins.str,
|
|
5399
|
+
cache_parameter_group_name: builtins.str,
|
|
5400
|
+
) -> IParameterGroupRef:
|
|
5401
|
+
'''Creates a new IParameterGroupRef from a cacheParameterGroupName.
|
|
5402
|
+
|
|
5403
|
+
:param scope: -
|
|
5404
|
+
:param id: -
|
|
5405
|
+
:param cache_parameter_group_name: -
|
|
5406
|
+
'''
|
|
5407
|
+
if __debug__:
|
|
5408
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8698073c2c79628abaa44336eab31fa950987b13f7afd1265b2c7155cb2684c9)
|
|
5409
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5410
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5411
|
+
check_type(argname="argument cache_parameter_group_name", value=cache_parameter_group_name, expected_type=type_hints["cache_parameter_group_name"])
|
|
5412
|
+
return typing.cast(IParameterGroupRef, jsii.sinvoke(cls, "fromCacheParameterGroupName", [scope, id, cache_parameter_group_name]))
|
|
5413
|
+
|
|
5372
5414
|
@jsii.member(jsii_name="inspect")
|
|
5373
5415
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5374
5416
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5711,6 +5753,27 @@ class CfnReplicationGroup(
|
|
|
5711
5753
|
|
|
5712
5754
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5713
5755
|
|
|
5756
|
+
@jsii.member(jsii_name="fromReplicationGroupId")
|
|
5757
|
+
@builtins.classmethod
|
|
5758
|
+
def from_replication_group_id(
|
|
5759
|
+
cls,
|
|
5760
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5761
|
+
id: builtins.str,
|
|
5762
|
+
replication_group_id: builtins.str,
|
|
5763
|
+
) -> IReplicationGroupRef:
|
|
5764
|
+
'''Creates a new IReplicationGroupRef from a replicationGroupId.
|
|
5765
|
+
|
|
5766
|
+
:param scope: -
|
|
5767
|
+
:param id: -
|
|
5768
|
+
:param replication_group_id: -
|
|
5769
|
+
'''
|
|
5770
|
+
if __debug__:
|
|
5771
|
+
type_hints = typing.get_type_hints(_typecheckingstub__75981c8cb310d85006f717e67834c418d105da6482bb738e7bc9a716d7ec90f7)
|
|
5772
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5773
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5774
|
+
check_type(argname="argument replication_group_id", value=replication_group_id, expected_type=type_hints["replication_group_id"])
|
|
5775
|
+
return typing.cast(IReplicationGroupRef, jsii.sinvoke(cls, "fromReplicationGroupId", [scope, id, replication_group_id]))
|
|
5776
|
+
|
|
5714
5777
|
@jsii.member(jsii_name="inspect")
|
|
5715
5778
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5716
5779
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7280,6 +7343,27 @@ class CfnServerlessCache(
|
|
|
7280
7343
|
|
|
7281
7344
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7282
7345
|
|
|
7346
|
+
@jsii.member(jsii_name="fromServerlessCacheName")
|
|
7347
|
+
@builtins.classmethod
|
|
7348
|
+
def from_serverless_cache_name(
|
|
7349
|
+
cls,
|
|
7350
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7351
|
+
id: builtins.str,
|
|
7352
|
+
serverless_cache_name: builtins.str,
|
|
7353
|
+
) -> IServerlessCacheRef:
|
|
7354
|
+
'''Creates a new IServerlessCacheRef from a serverlessCacheName.
|
|
7355
|
+
|
|
7356
|
+
:param scope: -
|
|
7357
|
+
:param id: -
|
|
7358
|
+
:param serverless_cache_name: -
|
|
7359
|
+
'''
|
|
7360
|
+
if __debug__:
|
|
7361
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5f1a4fca0c9153db4261889c4ac2f57c86638b9df9a309b28a9abc65ee4dba12)
|
|
7362
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7363
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7364
|
+
check_type(argname="argument serverless_cache_name", value=serverless_cache_name, expected_type=type_hints["serverless_cache_name"])
|
|
7365
|
+
return typing.cast(IServerlessCacheRef, jsii.sinvoke(cls, "fromServerlessCacheName", [scope, id, serverless_cache_name]))
|
|
7366
|
+
|
|
7283
7367
|
@jsii.member(jsii_name="inspect")
|
|
7284
7368
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7285
7369
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8011,6 +8095,27 @@ class CfnSubnetGroup(
|
|
|
8011
8095
|
|
|
8012
8096
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8013
8097
|
|
|
8098
|
+
@jsii.member(jsii_name="fromCacheSubnetGroupName")
|
|
8099
|
+
@builtins.classmethod
|
|
8100
|
+
def from_cache_subnet_group_name(
|
|
8101
|
+
cls,
|
|
8102
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8103
|
+
id: builtins.str,
|
|
8104
|
+
cache_subnet_group_name: builtins.str,
|
|
8105
|
+
) -> ISubnetGroupRef:
|
|
8106
|
+
'''Creates a new ISubnetGroupRef from a cacheSubnetGroupName.
|
|
8107
|
+
|
|
8108
|
+
:param scope: -
|
|
8109
|
+
:param id: -
|
|
8110
|
+
:param cache_subnet_group_name: -
|
|
8111
|
+
'''
|
|
8112
|
+
if __debug__:
|
|
8113
|
+
type_hints = typing.get_type_hints(_typecheckingstub__304329a736f16ad53a5d51fb81b5e2a5479aa5c80328667e02fc5e9f06cacc15)
|
|
8114
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8115
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8116
|
+
check_type(argname="argument cache_subnet_group_name", value=cache_subnet_group_name, expected_type=type_hints["cache_subnet_group_name"])
|
|
8117
|
+
return typing.cast(ISubnetGroupRef, jsii.sinvoke(cls, "fromCacheSubnetGroupName", [scope, id, cache_subnet_group_name]))
|
|
8118
|
+
|
|
8014
8119
|
@jsii.member(jsii_name="inspect")
|
|
8015
8120
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8016
8121
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8194,6 +8299,48 @@ class CfnUser(
|
|
|
8194
8299
|
|
|
8195
8300
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8196
8301
|
|
|
8302
|
+
@jsii.member(jsii_name="fromUserArn")
|
|
8303
|
+
@builtins.classmethod
|
|
8304
|
+
def from_user_arn(
|
|
8305
|
+
cls,
|
|
8306
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8307
|
+
id: builtins.str,
|
|
8308
|
+
arn: builtins.str,
|
|
8309
|
+
) -> IUserRef:
|
|
8310
|
+
'''Creates a new IUserRef from an ARN.
|
|
8311
|
+
|
|
8312
|
+
:param scope: -
|
|
8313
|
+
:param id: -
|
|
8314
|
+
:param arn: -
|
|
8315
|
+
'''
|
|
8316
|
+
if __debug__:
|
|
8317
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7380f0a732f1ed5820b59afac42a4b8b7ba51bbed223bc85e99965ac402d95f3)
|
|
8318
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8319
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8320
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8321
|
+
return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserArn", [scope, id, arn]))
|
|
8322
|
+
|
|
8323
|
+
@jsii.member(jsii_name="fromUserId")
|
|
8324
|
+
@builtins.classmethod
|
|
8325
|
+
def from_user_id(
|
|
8326
|
+
cls,
|
|
8327
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8328
|
+
id: builtins.str,
|
|
8329
|
+
user_id: builtins.str,
|
|
8330
|
+
) -> IUserRef:
|
|
8331
|
+
'''Creates a new IUserRef from a userId.
|
|
8332
|
+
|
|
8333
|
+
:param scope: -
|
|
8334
|
+
:param id: -
|
|
8335
|
+
:param user_id: -
|
|
8336
|
+
'''
|
|
8337
|
+
if __debug__:
|
|
8338
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1af34fe47637757c8d79c35d47d94455d8eabc7251790880e5e36d964a71c44c)
|
|
8339
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8340
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8341
|
+
check_type(argname="argument user_id", value=user_id, expected_type=type_hints["user_id"])
|
|
8342
|
+
return typing.cast(IUserRef, jsii.sinvoke(cls, "fromUserId", [scope, id, user_id]))
|
|
8343
|
+
|
|
8197
8344
|
@jsii.member(jsii_name="inspect")
|
|
8198
8345
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8199
8346
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8508,6 +8655,48 @@ class CfnUserGroup(
|
|
|
8508
8655
|
|
|
8509
8656
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8510
8657
|
|
|
8658
|
+
@jsii.member(jsii_name="fromUserGroupArn")
|
|
8659
|
+
@builtins.classmethod
|
|
8660
|
+
def from_user_group_arn(
|
|
8661
|
+
cls,
|
|
8662
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8663
|
+
id: builtins.str,
|
|
8664
|
+
arn: builtins.str,
|
|
8665
|
+
) -> IUserGroupRef:
|
|
8666
|
+
'''Creates a new IUserGroupRef from an ARN.
|
|
8667
|
+
|
|
8668
|
+
:param scope: -
|
|
8669
|
+
:param id: -
|
|
8670
|
+
:param arn: -
|
|
8671
|
+
'''
|
|
8672
|
+
if __debug__:
|
|
8673
|
+
type_hints = typing.get_type_hints(_typecheckingstub__071f8f2a53921a660313da6b0f19e710249765b730ea6a1912ec3f134bb9ec39)
|
|
8674
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8675
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8676
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8677
|
+
return typing.cast(IUserGroupRef, jsii.sinvoke(cls, "fromUserGroupArn", [scope, id, arn]))
|
|
8678
|
+
|
|
8679
|
+
@jsii.member(jsii_name="fromUserGroupId")
|
|
8680
|
+
@builtins.classmethod
|
|
8681
|
+
def from_user_group_id(
|
|
8682
|
+
cls,
|
|
8683
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8684
|
+
id: builtins.str,
|
|
8685
|
+
user_group_id: builtins.str,
|
|
8686
|
+
) -> IUserGroupRef:
|
|
8687
|
+
'''Creates a new IUserGroupRef from a userGroupId.
|
|
8688
|
+
|
|
8689
|
+
:param scope: -
|
|
8690
|
+
:param id: -
|
|
8691
|
+
:param user_group_id: -
|
|
8692
|
+
'''
|
|
8693
|
+
if __debug__:
|
|
8694
|
+
type_hints = typing.get_type_hints(_typecheckingstub__62870b7cae1aae9a748108436bc35968fb2710fa07aee55166cf231352583450)
|
|
8695
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8696
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8697
|
+
check_type(argname="argument user_group_id", value=user_group_id, expected_type=type_hints["user_group_id"])
|
|
8698
|
+
return typing.cast(IUserGroupRef, jsii.sinvoke(cls, "fromUserGroupId", [scope, id, user_group_id]))
|
|
8699
|
+
|
|
8511
8700
|
@jsii.member(jsii_name="inspect")
|
|
8512
8701
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8513
8702
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9165,6 +9354,14 @@ def _typecheckingstub__7b347e00f869706c90d3dc918dc3fb240c81a3a2e15ca55cb3a114e77
|
|
|
9165
9354
|
"""Type checking stubs"""
|
|
9166
9355
|
pass
|
|
9167
9356
|
|
|
9357
|
+
def _typecheckingstub__ff89494f4cbd1e19d9e3985a30ea573557681f435cc9ec3daa095b003c844fd1(
|
|
9358
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9359
|
+
id: builtins.str,
|
|
9360
|
+
global_replication_group_id: builtins.str,
|
|
9361
|
+
) -> None:
|
|
9362
|
+
"""Type checking stubs"""
|
|
9363
|
+
pass
|
|
9364
|
+
|
|
9168
9365
|
def _typecheckingstub__884a154d8b8e4d93c61fe6b39de707bf773a6d1033e974181f93658b1039c0c4(
|
|
9169
9366
|
inspector: _TreeInspector_488e0dd5,
|
|
9170
9367
|
) -> None:
|
|
@@ -9275,6 +9472,14 @@ def _typecheckingstub__86f3b322f4ea3d0cc63e18e1b285cc656e6d789289e29668aa7acce95
|
|
|
9275
9472
|
"""Type checking stubs"""
|
|
9276
9473
|
pass
|
|
9277
9474
|
|
|
9475
|
+
def _typecheckingstub__8698073c2c79628abaa44336eab31fa950987b13f7afd1265b2c7155cb2684c9(
|
|
9476
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9477
|
+
id: builtins.str,
|
|
9478
|
+
cache_parameter_group_name: builtins.str,
|
|
9479
|
+
) -> None:
|
|
9480
|
+
"""Type checking stubs"""
|
|
9481
|
+
pass
|
|
9482
|
+
|
|
9278
9483
|
def _typecheckingstub__4df9ac5cd73e00bfbbdce4db59984040d76705d9fed6f259b98c08569946c00b(
|
|
9279
9484
|
inspector: _TreeInspector_488e0dd5,
|
|
9280
9485
|
) -> None:
|
|
@@ -9358,6 +9563,14 @@ def _typecheckingstub__be27fffa79ab6bf194b2d0d4de1313299c709e45a12e57a99e85fb26c
|
|
|
9358
9563
|
"""Type checking stubs"""
|
|
9359
9564
|
pass
|
|
9360
9565
|
|
|
9566
|
+
def _typecheckingstub__75981c8cb310d85006f717e67834c418d105da6482bb738e7bc9a716d7ec90f7(
|
|
9567
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9568
|
+
id: builtins.str,
|
|
9569
|
+
replication_group_id: builtins.str,
|
|
9570
|
+
) -> None:
|
|
9571
|
+
"""Type checking stubs"""
|
|
9572
|
+
pass
|
|
9573
|
+
|
|
9361
9574
|
def _typecheckingstub__93d988a8a188908fd1e785a707cc68edf28a1ba53bd404b971490bcb7100e29a(
|
|
9362
9575
|
inspector: _TreeInspector_488e0dd5,
|
|
9363
9576
|
) -> None:
|
|
@@ -9746,6 +9959,14 @@ def _typecheckingstub__f204522453489e8198605933b3b942062e9c202c1099285663a7d772a
|
|
|
9746
9959
|
"""Type checking stubs"""
|
|
9747
9960
|
pass
|
|
9748
9961
|
|
|
9962
|
+
def _typecheckingstub__5f1a4fca0c9153db4261889c4ac2f57c86638b9df9a309b28a9abc65ee4dba12(
|
|
9963
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9964
|
+
id: builtins.str,
|
|
9965
|
+
serverless_cache_name: builtins.str,
|
|
9966
|
+
) -> None:
|
|
9967
|
+
"""Type checking stubs"""
|
|
9968
|
+
pass
|
|
9969
|
+
|
|
9749
9970
|
def _typecheckingstub__f7012476fc1dcf708502c3a40812f4ced90af74571a021bfa5091171717291b4(
|
|
9750
9971
|
inspector: _TreeInspector_488e0dd5,
|
|
9751
9972
|
) -> None:
|
|
@@ -9899,6 +10120,14 @@ def _typecheckingstub__1d31f960507f2c9e3587baf93d99fa25f2747d0865408ff081e5c5230
|
|
|
9899
10120
|
"""Type checking stubs"""
|
|
9900
10121
|
pass
|
|
9901
10122
|
|
|
10123
|
+
def _typecheckingstub__304329a736f16ad53a5d51fb81b5e2a5479aa5c80328667e02fc5e9f06cacc15(
|
|
10124
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10125
|
+
id: builtins.str,
|
|
10126
|
+
cache_subnet_group_name: builtins.str,
|
|
10127
|
+
) -> None:
|
|
10128
|
+
"""Type checking stubs"""
|
|
10129
|
+
pass
|
|
10130
|
+
|
|
9902
10131
|
def _typecheckingstub__8e74c02a4794273fd857125de793130ad00a35e7107b9a052fd9729c834e8c03(
|
|
9903
10132
|
inspector: _TreeInspector_488e0dd5,
|
|
9904
10133
|
) -> None:
|
|
@@ -9951,6 +10180,22 @@ def _typecheckingstub__3690e849b3e5bf7f482e77652d683906b1133738dbc72aea39d018672
|
|
|
9951
10180
|
"""Type checking stubs"""
|
|
9952
10181
|
pass
|
|
9953
10182
|
|
|
10183
|
+
def _typecheckingstub__7380f0a732f1ed5820b59afac42a4b8b7ba51bbed223bc85e99965ac402d95f3(
|
|
10184
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10185
|
+
id: builtins.str,
|
|
10186
|
+
arn: builtins.str,
|
|
10187
|
+
) -> None:
|
|
10188
|
+
"""Type checking stubs"""
|
|
10189
|
+
pass
|
|
10190
|
+
|
|
10191
|
+
def _typecheckingstub__1af34fe47637757c8d79c35d47d94455d8eabc7251790880e5e36d964a71c44c(
|
|
10192
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10193
|
+
id: builtins.str,
|
|
10194
|
+
user_id: builtins.str,
|
|
10195
|
+
) -> None:
|
|
10196
|
+
"""Type checking stubs"""
|
|
10197
|
+
pass
|
|
10198
|
+
|
|
9954
10199
|
def _typecheckingstub__a8027fd2dc9d1d9c383f787790509ce0a31493b0c5928b63706caf8cd2096acf(
|
|
9955
10200
|
inspector: _TreeInspector_488e0dd5,
|
|
9956
10201
|
) -> None:
|
|
@@ -10031,6 +10276,22 @@ def _typecheckingstub__ecc142924e04b2348d54a42d3f1272d7a6d9f1886d6e9133f1a0ed55a
|
|
|
10031
10276
|
"""Type checking stubs"""
|
|
10032
10277
|
pass
|
|
10033
10278
|
|
|
10279
|
+
def _typecheckingstub__071f8f2a53921a660313da6b0f19e710249765b730ea6a1912ec3f134bb9ec39(
|
|
10280
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10281
|
+
id: builtins.str,
|
|
10282
|
+
arn: builtins.str,
|
|
10283
|
+
) -> None:
|
|
10284
|
+
"""Type checking stubs"""
|
|
10285
|
+
pass
|
|
10286
|
+
|
|
10287
|
+
def _typecheckingstub__62870b7cae1aae9a748108436bc35968fb2710fa07aee55166cf231352583450(
|
|
10288
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10289
|
+
id: builtins.str,
|
|
10290
|
+
user_group_id: builtins.str,
|
|
10291
|
+
) -> None:
|
|
10292
|
+
"""Type checking stubs"""
|
|
10293
|
+
pass
|
|
10294
|
+
|
|
10034
10295
|
def _typecheckingstub__6a5d03fb1ca11359d2e12cf9829f5c78e442be6d3175a5f56c52bd5c800742a5(
|
|
10035
10296
|
inspector: _TreeInspector_488e0dd5,
|
|
10036
10297
|
) -> None:
|
|
@@ -1235,6 +1235,27 @@ class CfnApplication(
|
|
|
1235
1235
|
|
|
1236
1236
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1237
1237
|
|
|
1238
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
1239
|
+
@builtins.classmethod
|
|
1240
|
+
def from_application_name(
|
|
1241
|
+
cls,
|
|
1242
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1243
|
+
id: builtins.str,
|
|
1244
|
+
application_name: builtins.str,
|
|
1245
|
+
) -> IApplicationRef:
|
|
1246
|
+
'''Creates a new IApplicationRef from a applicationName.
|
|
1247
|
+
|
|
1248
|
+
:param scope: -
|
|
1249
|
+
:param id: -
|
|
1250
|
+
:param application_name: -
|
|
1251
|
+
'''
|
|
1252
|
+
if __debug__:
|
|
1253
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f64e0e228a9756a4fe5df231bf425c7ec6801763aba68b5b5c88a2c7a3e01d60)
|
|
1254
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1255
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1256
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
1257
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
1258
|
+
|
|
1238
1259
|
@jsii.member(jsii_name="inspect")
|
|
1239
1260
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1240
1261
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3019,6 +3040,14 @@ def _typecheckingstub__2037a8b39c672f9e224a0d55f87a787c8f06cc34801647c616c1d3544
|
|
|
3019
3040
|
"""Type checking stubs"""
|
|
3020
3041
|
pass
|
|
3021
3042
|
|
|
3043
|
+
def _typecheckingstub__f64e0e228a9756a4fe5df231bf425c7ec6801763aba68b5b5c88a2c7a3e01d60(
|
|
3044
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3045
|
+
id: builtins.str,
|
|
3046
|
+
application_name: builtins.str,
|
|
3047
|
+
) -> None:
|
|
3048
|
+
"""Type checking stubs"""
|
|
3049
|
+
pass
|
|
3050
|
+
|
|
3022
3051
|
def _typecheckingstub__67008ad4d98231202ed96bd8356ff5d52d6ab2ac0b949ec39dee9c2e5b28516c(
|
|
3023
3052
|
inspector: _TreeInspector_488e0dd5,
|
|
3024
3053
|
) -> None:
|
aws_cdk/aws_emr/__init__.py
CHANGED
|
@@ -2790,6 +2790,27 @@ class CfnCluster(
|
|
|
2790
2790
|
|
|
2791
2791
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2792
2792
|
|
|
2793
|
+
@jsii.member(jsii_name="fromClusterId")
|
|
2794
|
+
@builtins.classmethod
|
|
2795
|
+
def from_cluster_id(
|
|
2796
|
+
cls,
|
|
2797
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2798
|
+
id: builtins.str,
|
|
2799
|
+
cluster_id: builtins.str,
|
|
2800
|
+
) -> IClusterRef:
|
|
2801
|
+
'''Creates a new IClusterRef from a clusterId.
|
|
2802
|
+
|
|
2803
|
+
:param scope: -
|
|
2804
|
+
:param id: -
|
|
2805
|
+
:param cluster_id: -
|
|
2806
|
+
'''
|
|
2807
|
+
if __debug__:
|
|
2808
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2e27223ababb66815a1fc03ea8f520f2c9e326c44c677e676f3e8d3e626d3f88)
|
|
2809
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2810
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2811
|
+
check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
|
|
2812
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterId", [scope, id, cluster_id]))
|
|
2813
|
+
|
|
2793
2814
|
@jsii.member(jsii_name="inspect")
|
|
2794
2815
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2795
2816
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11793,6 +11814,48 @@ class CfnStudio(
|
|
|
11793
11814
|
|
|
11794
11815
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11795
11816
|
|
|
11817
|
+
@jsii.member(jsii_name="fromStudioArn")
|
|
11818
|
+
@builtins.classmethod
|
|
11819
|
+
def from_studio_arn(
|
|
11820
|
+
cls,
|
|
11821
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11822
|
+
id: builtins.str,
|
|
11823
|
+
arn: builtins.str,
|
|
11824
|
+
) -> IStudioRef:
|
|
11825
|
+
'''Creates a new IStudioRef from an ARN.
|
|
11826
|
+
|
|
11827
|
+
:param scope: -
|
|
11828
|
+
:param id: -
|
|
11829
|
+
:param arn: -
|
|
11830
|
+
'''
|
|
11831
|
+
if __debug__:
|
|
11832
|
+
type_hints = typing.get_type_hints(_typecheckingstub__18af80ae311cd75bd42e9e025054ae8fe4c14b9c209e71381086c85839dd91e5)
|
|
11833
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11834
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11835
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
11836
|
+
return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioArn", [scope, id, arn]))
|
|
11837
|
+
|
|
11838
|
+
@jsii.member(jsii_name="fromStudioId")
|
|
11839
|
+
@builtins.classmethod
|
|
11840
|
+
def from_studio_id(
|
|
11841
|
+
cls,
|
|
11842
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11843
|
+
id: builtins.str,
|
|
11844
|
+
studio_id: builtins.str,
|
|
11845
|
+
) -> IStudioRef:
|
|
11846
|
+
'''Creates a new IStudioRef from a studioId.
|
|
11847
|
+
|
|
11848
|
+
:param scope: -
|
|
11849
|
+
:param id: -
|
|
11850
|
+
:param studio_id: -
|
|
11851
|
+
'''
|
|
11852
|
+
if __debug__:
|
|
11853
|
+
type_hints = typing.get_type_hints(_typecheckingstub__197887eba05e26dd2d1162e18bd192b5f97b69e18850199c9d5f54f8f0f9d39e)
|
|
11854
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11855
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11856
|
+
check_type(argname="argument studio_id", value=studio_id, expected_type=type_hints["studio_id"])
|
|
11857
|
+
return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioId", [scope, id, studio_id]))
|
|
11858
|
+
|
|
11796
11859
|
@jsii.member(jsii_name="inspect")
|
|
11797
11860
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11798
11861
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12631,6 +12694,14 @@ def _typecheckingstub__078ec582504b982aedaecb6e8181c3cf53ae51c1b43cd59a31f8379e1
|
|
|
12631
12694
|
"""Type checking stubs"""
|
|
12632
12695
|
pass
|
|
12633
12696
|
|
|
12697
|
+
def _typecheckingstub__2e27223ababb66815a1fc03ea8f520f2c9e326c44c677e676f3e8d3e626d3f88(
|
|
12698
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12699
|
+
id: builtins.str,
|
|
12700
|
+
cluster_id: builtins.str,
|
|
12701
|
+
) -> None:
|
|
12702
|
+
"""Type checking stubs"""
|
|
12703
|
+
pass
|
|
12704
|
+
|
|
12634
12705
|
def _typecheckingstub__7bbe2decc930b4772f0407223e119030f3892221da6840065798499363723d31(
|
|
12635
12706
|
inspector: _TreeInspector_488e0dd5,
|
|
12636
12707
|
) -> None:
|
|
@@ -13660,6 +13731,22 @@ def _typecheckingstub__9e5fa63dd56ed829e4898f84009809f50f4125ac18a4dd04d19284202
|
|
|
13660
13731
|
"""Type checking stubs"""
|
|
13661
13732
|
pass
|
|
13662
13733
|
|
|
13734
|
+
def _typecheckingstub__18af80ae311cd75bd42e9e025054ae8fe4c14b9c209e71381086c85839dd91e5(
|
|
13735
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13736
|
+
id: builtins.str,
|
|
13737
|
+
arn: builtins.str,
|
|
13738
|
+
) -> None:
|
|
13739
|
+
"""Type checking stubs"""
|
|
13740
|
+
pass
|
|
13741
|
+
|
|
13742
|
+
def _typecheckingstub__197887eba05e26dd2d1162e18bd192b5f97b69e18850199c9d5f54f8f0f9d39e(
|
|
13743
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13744
|
+
id: builtins.str,
|
|
13745
|
+
studio_id: builtins.str,
|
|
13746
|
+
) -> None:
|
|
13747
|
+
"""Type checking stubs"""
|
|
13748
|
+
pass
|
|
13749
|
+
|
|
13663
13750
|
def _typecheckingstub__12811625403d85ab8e027c82784f88c03aadb1a85e1a21e6db4a277a59011534(
|
|
13664
13751
|
inspector: _TreeInspector_488e0dd5,
|
|
13665
13752
|
) -> None:
|
|
@@ -373,6 +373,48 @@ class CfnVirtualCluster(
|
|
|
373
373
|
|
|
374
374
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
375
375
|
|
|
376
|
+
@jsii.member(jsii_name="fromVirtualClusterArn")
|
|
377
|
+
@builtins.classmethod
|
|
378
|
+
def from_virtual_cluster_arn(
|
|
379
|
+
cls,
|
|
380
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
381
|
+
id: builtins.str,
|
|
382
|
+
arn: builtins.str,
|
|
383
|
+
) -> IVirtualClusterRef:
|
|
384
|
+
'''Creates a new IVirtualClusterRef from an ARN.
|
|
385
|
+
|
|
386
|
+
:param scope: -
|
|
387
|
+
:param id: -
|
|
388
|
+
:param arn: -
|
|
389
|
+
'''
|
|
390
|
+
if __debug__:
|
|
391
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0d7111433bac0bf3eef5f3ffc73c4e649ef41bf63a44cfbc891a7f06a1b9be4b)
|
|
392
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
393
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
394
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
395
|
+
return typing.cast(IVirtualClusterRef, jsii.sinvoke(cls, "fromVirtualClusterArn", [scope, id, arn]))
|
|
396
|
+
|
|
397
|
+
@jsii.member(jsii_name="fromVirtualClusterId")
|
|
398
|
+
@builtins.classmethod
|
|
399
|
+
def from_virtual_cluster_id(
|
|
400
|
+
cls,
|
|
401
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
402
|
+
id: builtins.str,
|
|
403
|
+
virtual_cluster_id: builtins.str,
|
|
404
|
+
) -> IVirtualClusterRef:
|
|
405
|
+
'''Creates a new IVirtualClusterRef from a virtualClusterId.
|
|
406
|
+
|
|
407
|
+
:param scope: -
|
|
408
|
+
:param id: -
|
|
409
|
+
:param virtual_cluster_id: -
|
|
410
|
+
'''
|
|
411
|
+
if __debug__:
|
|
412
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fcaea2c30abe44238307f21b3c8a59222637a0fd52fab165c6272df6fa333e6a)
|
|
413
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
414
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
415
|
+
check_type(argname="argument virtual_cluster_id", value=virtual_cluster_id, expected_type=type_hints["virtual_cluster_id"])
|
|
416
|
+
return typing.cast(IVirtualClusterRef, jsii.sinvoke(cls, "fromVirtualClusterId", [scope, id, virtual_cluster_id]))
|
|
417
|
+
|
|
376
418
|
@jsii.member(jsii_name="inspect")
|
|
377
419
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
378
420
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -753,6 +795,22 @@ def _typecheckingstub__a06dc2760ceb0de7a449a23941f15987094157d1a540c30fa67c9e49a
|
|
|
753
795
|
"""Type checking stubs"""
|
|
754
796
|
pass
|
|
755
797
|
|
|
798
|
+
def _typecheckingstub__0d7111433bac0bf3eef5f3ffc73c4e649ef41bf63a44cfbc891a7f06a1b9be4b(
|
|
799
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
800
|
+
id: builtins.str,
|
|
801
|
+
arn: builtins.str,
|
|
802
|
+
) -> None:
|
|
803
|
+
"""Type checking stubs"""
|
|
804
|
+
pass
|
|
805
|
+
|
|
806
|
+
def _typecheckingstub__fcaea2c30abe44238307f21b3c8a59222637a0fd52fab165c6272df6fa333e6a(
|
|
807
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
808
|
+
id: builtins.str,
|
|
809
|
+
virtual_cluster_id: builtins.str,
|
|
810
|
+
) -> None:
|
|
811
|
+
"""Type checking stubs"""
|
|
812
|
+
pass
|
|
813
|
+
|
|
756
814
|
def _typecheckingstub__802f118bbdec329d651201f6f69836e8e9523c47d32a262a55c4813747ccf78c(
|
|
757
815
|
inspector: _TreeInspector_488e0dd5,
|
|
758
816
|
) -> None:
|
|
@@ -795,6 +795,48 @@ class CfnApplication(
|
|
|
795
795
|
|
|
796
796
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
797
797
|
|
|
798
|
+
@jsii.member(jsii_name="fromApplicationArn")
|
|
799
|
+
@builtins.classmethod
|
|
800
|
+
def from_application_arn(
|
|
801
|
+
cls,
|
|
802
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
803
|
+
id: builtins.str,
|
|
804
|
+
arn: builtins.str,
|
|
805
|
+
) -> IApplicationRef:
|
|
806
|
+
'''Creates a new IApplicationRef from an ARN.
|
|
807
|
+
|
|
808
|
+
:param scope: -
|
|
809
|
+
:param id: -
|
|
810
|
+
:param arn: -
|
|
811
|
+
'''
|
|
812
|
+
if __debug__:
|
|
813
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3f8e6c66d0f36254f933c626b45662a38d8aba1ed094463b820c4ba92fd65c33)
|
|
814
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
815
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
816
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
817
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
|
|
818
|
+
|
|
819
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
820
|
+
@builtins.classmethod
|
|
821
|
+
def from_application_id(
|
|
822
|
+
cls,
|
|
823
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
824
|
+
id: builtins.str,
|
|
825
|
+
application_id: builtins.str,
|
|
826
|
+
) -> IApplicationRef:
|
|
827
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
828
|
+
|
|
829
|
+
:param scope: -
|
|
830
|
+
:param id: -
|
|
831
|
+
:param application_id: -
|
|
832
|
+
'''
|
|
833
|
+
if __debug__:
|
|
834
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be742e4fc1bc96b7bcfd99fbe031b3ef66b8bbefbfea4ec77ddc5242aa3caccf)
|
|
835
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
836
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
837
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
838
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
839
|
+
|
|
798
840
|
@jsii.member(jsii_name="inspect")
|
|
799
841
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
800
842
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2755,6 +2797,22 @@ def _typecheckingstub__73910249d55cbd2983a3ea1bb4666acedb0e3e84df9686bbdeecd191b
|
|
|
2755
2797
|
"""Type checking stubs"""
|
|
2756
2798
|
pass
|
|
2757
2799
|
|
|
2800
|
+
def _typecheckingstub__3f8e6c66d0f36254f933c626b45662a38d8aba1ed094463b820c4ba92fd65c33(
|
|
2801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2802
|
+
id: builtins.str,
|
|
2803
|
+
arn: builtins.str,
|
|
2804
|
+
) -> None:
|
|
2805
|
+
"""Type checking stubs"""
|
|
2806
|
+
pass
|
|
2807
|
+
|
|
2808
|
+
def _typecheckingstub__be742e4fc1bc96b7bcfd99fbe031b3ef66b8bbefbfea4ec77ddc5242aa3caccf(
|
|
2809
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2810
|
+
id: builtins.str,
|
|
2811
|
+
application_id: builtins.str,
|
|
2812
|
+
) -> None:
|
|
2813
|
+
"""Type checking stubs"""
|
|
2814
|
+
pass
|
|
2815
|
+
|
|
2758
2816
|
def _typecheckingstub__ffb07c3ee5bcef7cdea2376c768ef28e4be2a5ff1b3d59792805560edbc23a53(
|
|
2759
2817
|
inspector: _TreeInspector_488e0dd5,
|
|
2760
2818
|
) -> None:
|