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_ec2/__init__.py
CHANGED
|
@@ -36262,6 +36262,10 @@ class InstanceClass(enum.Enum):
|
|
|
36262
36262
|
'''Memory optimized instances, 8th generation with Graviton4 processors and high network bandwidth capabilities.'''
|
|
36263
36263
|
R8GN = "R8GN"
|
|
36264
36264
|
'''Memory optimized instances, 8th generation with Graviton4 processors and high network bandwidth capabilities.'''
|
|
36265
|
+
MEMORY8_GRAVITON4_EBS_OPTIMIZED = "MEMORY8_GRAVITON4_EBS_OPTIMIZED"
|
|
36266
|
+
'''Memory and EBS optimized instances, 8th generation with Graviton4 processors.'''
|
|
36267
|
+
R8GB = "R8GB"
|
|
36268
|
+
'''Memory and EBS optimized instances, 8th generation with Graviton4 processors.'''
|
|
36265
36269
|
COMPUTE3 = "COMPUTE3"
|
|
36266
36270
|
'''Compute optimized instances, 3rd generation.'''
|
|
36267
36271
|
C3 = "C3"
|
|
@@ -57156,6 +57160,48 @@ class CfnCapacityReservation(
|
|
|
57156
57160
|
|
|
57157
57161
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
57158
57162
|
|
|
57163
|
+
@jsii.member(jsii_name="fromCapacityReservationArn")
|
|
57164
|
+
@builtins.classmethod
|
|
57165
|
+
def from_capacity_reservation_arn(
|
|
57166
|
+
cls,
|
|
57167
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
57168
|
+
id: builtins.str,
|
|
57169
|
+
arn: builtins.str,
|
|
57170
|
+
) -> ICapacityReservationRef:
|
|
57171
|
+
'''Creates a new ICapacityReservationRef from an ARN.
|
|
57172
|
+
|
|
57173
|
+
:param scope: -
|
|
57174
|
+
:param id: -
|
|
57175
|
+
:param arn: -
|
|
57176
|
+
'''
|
|
57177
|
+
if __debug__:
|
|
57178
|
+
type_hints = typing.get_type_hints(_typecheckingstub__242a15e7bf42e6c621edce3ee1bcc6dbdae838ec419b9b180bba859dfe4afd1a)
|
|
57179
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
57180
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
57181
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
57182
|
+
return typing.cast(ICapacityReservationRef, jsii.sinvoke(cls, "fromCapacityReservationArn", [scope, id, arn]))
|
|
57183
|
+
|
|
57184
|
+
@jsii.member(jsii_name="fromCapacityReservationId")
|
|
57185
|
+
@builtins.classmethod
|
|
57186
|
+
def from_capacity_reservation_id(
|
|
57187
|
+
cls,
|
|
57188
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
57189
|
+
id: builtins.str,
|
|
57190
|
+
capacity_reservation_id: builtins.str,
|
|
57191
|
+
) -> ICapacityReservationRef:
|
|
57192
|
+
'''Creates a new ICapacityReservationRef from a capacityReservationId.
|
|
57193
|
+
|
|
57194
|
+
:param scope: -
|
|
57195
|
+
:param id: -
|
|
57196
|
+
:param capacity_reservation_id: -
|
|
57197
|
+
'''
|
|
57198
|
+
if __debug__:
|
|
57199
|
+
type_hints = typing.get_type_hints(_typecheckingstub__781ecc565f5bfed576bb327fd7d8f9df2faaeaed9203885685d850ae030424ac)
|
|
57200
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
57201
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
57202
|
+
check_type(argname="argument capacity_reservation_id", value=capacity_reservation_id, expected_type=type_hints["capacity_reservation_id"])
|
|
57203
|
+
return typing.cast(ICapacityReservationRef, jsii.sinvoke(cls, "fromCapacityReservationId", [scope, id, capacity_reservation_id]))
|
|
57204
|
+
|
|
57159
57205
|
@jsii.member(jsii_name="inspect")
|
|
57160
57206
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
57161
57207
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -57912,6 +57958,27 @@ class CfnCapacityReservationFleet(
|
|
|
57912
57958
|
|
|
57913
57959
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
57914
57960
|
|
|
57961
|
+
@jsii.member(jsii_name="fromCapacityReservationFleetId")
|
|
57962
|
+
@builtins.classmethod
|
|
57963
|
+
def from_capacity_reservation_fleet_id(
|
|
57964
|
+
cls,
|
|
57965
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
57966
|
+
id: builtins.str,
|
|
57967
|
+
capacity_reservation_fleet_id: builtins.str,
|
|
57968
|
+
) -> ICapacityReservationFleetRef:
|
|
57969
|
+
'''Creates a new ICapacityReservationFleetRef from a capacityReservationFleetId.
|
|
57970
|
+
|
|
57971
|
+
:param scope: -
|
|
57972
|
+
:param id: -
|
|
57973
|
+
:param capacity_reservation_fleet_id: -
|
|
57974
|
+
'''
|
|
57975
|
+
if __debug__:
|
|
57976
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8ce2e55664d7d56ee8f39edbc2457441ce40801b2f2a8fdf067c859372d47256)
|
|
57977
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
57978
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
57979
|
+
check_type(argname="argument capacity_reservation_fleet_id", value=capacity_reservation_fleet_id, expected_type=type_hints["capacity_reservation_fleet_id"])
|
|
57980
|
+
return typing.cast(ICapacityReservationFleetRef, jsii.sinvoke(cls, "fromCapacityReservationFleetId", [scope, id, capacity_reservation_fleet_id]))
|
|
57981
|
+
|
|
57915
57982
|
@jsii.member(jsii_name="inspect")
|
|
57916
57983
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
57917
57984
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -58408,6 +58475,27 @@ class CfnCarrierGateway(
|
|
|
58408
58475
|
|
|
58409
58476
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
58410
58477
|
|
|
58478
|
+
@jsii.member(jsii_name="fromCarrierGatewayId")
|
|
58479
|
+
@builtins.classmethod
|
|
58480
|
+
def from_carrier_gateway_id(
|
|
58481
|
+
cls,
|
|
58482
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
58483
|
+
id: builtins.str,
|
|
58484
|
+
carrier_gateway_id: builtins.str,
|
|
58485
|
+
) -> ICarrierGatewayRef:
|
|
58486
|
+
'''Creates a new ICarrierGatewayRef from a carrierGatewayId.
|
|
58487
|
+
|
|
58488
|
+
:param scope: -
|
|
58489
|
+
:param id: -
|
|
58490
|
+
:param carrier_gateway_id: -
|
|
58491
|
+
'''
|
|
58492
|
+
if __debug__:
|
|
58493
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c8aa5b8c1cec327629471b2e43a435932f64ab75d13b5a406a1cc133c3df4c16)
|
|
58494
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
58495
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
58496
|
+
check_type(argname="argument carrier_gateway_id", value=carrier_gateway_id, expected_type=type_hints["carrier_gateway_id"])
|
|
58497
|
+
return typing.cast(ICarrierGatewayRef, jsii.sinvoke(cls, "fromCarrierGatewayId", [scope, id, carrier_gateway_id]))
|
|
58498
|
+
|
|
58411
58499
|
@jsii.member(jsii_name="inspect")
|
|
58412
58500
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
58413
58501
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -58851,6 +58939,27 @@ class CfnClientVpnEndpoint(
|
|
|
58851
58939
|
|
|
58852
58940
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
58853
58941
|
|
|
58942
|
+
@jsii.member(jsii_name="fromClientVpnEndpointId")
|
|
58943
|
+
@builtins.classmethod
|
|
58944
|
+
def from_client_vpn_endpoint_id(
|
|
58945
|
+
cls,
|
|
58946
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
58947
|
+
id: builtins.str,
|
|
58948
|
+
client_vpn_endpoint_id: builtins.str,
|
|
58949
|
+
) -> IClientVpnEndpointRef:
|
|
58950
|
+
'''Creates a new IClientVpnEndpointRef from a clientVpnEndpointId.
|
|
58951
|
+
|
|
58952
|
+
:param scope: -
|
|
58953
|
+
:param id: -
|
|
58954
|
+
:param client_vpn_endpoint_id: -
|
|
58955
|
+
'''
|
|
58956
|
+
if __debug__:
|
|
58957
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d23f1d48d3ad2b00e94b4fa4c7104d5d65b95f068ffeb0f99ff853120498cff9)
|
|
58958
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
58959
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
58960
|
+
check_type(argname="argument client_vpn_endpoint_id", value=client_vpn_endpoint_id, expected_type=type_hints["client_vpn_endpoint_id"])
|
|
58961
|
+
return typing.cast(IClientVpnEndpointRef, jsii.sinvoke(cls, "fromClientVpnEndpointId", [scope, id, client_vpn_endpoint_id]))
|
|
58962
|
+
|
|
58854
58963
|
@jsii.member(jsii_name="inspect")
|
|
58855
58964
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
58856
58965
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -60257,6 +60366,27 @@ class CfnCustomerGateway(
|
|
|
60257
60366
|
|
|
60258
60367
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
60259
60368
|
|
|
60369
|
+
@jsii.member(jsii_name="fromCustomerGatewayId")
|
|
60370
|
+
@builtins.classmethod
|
|
60371
|
+
def from_customer_gateway_id(
|
|
60372
|
+
cls,
|
|
60373
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
60374
|
+
id: builtins.str,
|
|
60375
|
+
customer_gateway_id: builtins.str,
|
|
60376
|
+
) -> ICustomerGatewayRef:
|
|
60377
|
+
'''Creates a new ICustomerGatewayRef from a customerGatewayId.
|
|
60378
|
+
|
|
60379
|
+
:param scope: -
|
|
60380
|
+
:param id: -
|
|
60381
|
+
:param customer_gateway_id: -
|
|
60382
|
+
'''
|
|
60383
|
+
if __debug__:
|
|
60384
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0afe15e1e0daa5cb7430989883d9a0fb9a6b499536ae708f0b433efe37eb242a)
|
|
60385
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
60386
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
60387
|
+
check_type(argname="argument customer_gateway_id", value=customer_gateway_id, expected_type=type_hints["customer_gateway_id"])
|
|
60388
|
+
return typing.cast(ICustomerGatewayRef, jsii.sinvoke(cls, "fromCustomerGatewayId", [scope, id, customer_gateway_id]))
|
|
60389
|
+
|
|
60260
60390
|
@jsii.member(jsii_name="inspect")
|
|
60261
60391
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
60262
60392
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -60479,6 +60609,27 @@ class CfnDHCPOptions(
|
|
|
60479
60609
|
|
|
60480
60610
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
60481
60611
|
|
|
60612
|
+
@jsii.member(jsii_name="fromDhcpOptionsId")
|
|
60613
|
+
@builtins.classmethod
|
|
60614
|
+
def from_dhcp_options_id(
|
|
60615
|
+
cls,
|
|
60616
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
60617
|
+
id: builtins.str,
|
|
60618
|
+
dhcp_options_id: builtins.str,
|
|
60619
|
+
) -> IDHCPOptionsRef:
|
|
60620
|
+
'''Creates a new IDHCPOptionsRef from a dhcpOptionsId.
|
|
60621
|
+
|
|
60622
|
+
:param scope: -
|
|
60623
|
+
:param id: -
|
|
60624
|
+
:param dhcp_options_id: -
|
|
60625
|
+
'''
|
|
60626
|
+
if __debug__:
|
|
60627
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2486de874e134a3043dfdbb941a074b827031f8ebf8a9bd091aad695f7e0dd3)
|
|
60628
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
60629
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
60630
|
+
check_type(argname="argument dhcp_options_id", value=dhcp_options_id, expected_type=type_hints["dhcp_options_id"])
|
|
60631
|
+
return typing.cast(IDHCPOptionsRef, jsii.sinvoke(cls, "fromDhcpOptionsId", [scope, id, dhcp_options_id]))
|
|
60632
|
+
|
|
60482
60633
|
@jsii.member(jsii_name="inspect")
|
|
60483
60634
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
60484
60635
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -60866,6 +61017,27 @@ class CfnEC2Fleet(
|
|
|
60866
61017
|
|
|
60867
61018
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
60868
61019
|
|
|
61020
|
+
@jsii.member(jsii_name="fromFleetId")
|
|
61021
|
+
@builtins.classmethod
|
|
61022
|
+
def from_fleet_id(
|
|
61023
|
+
cls,
|
|
61024
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
61025
|
+
id: builtins.str,
|
|
61026
|
+
fleet_id: builtins.str,
|
|
61027
|
+
) -> IEC2FleetRef:
|
|
61028
|
+
'''Creates a new IEC2FleetRef from a fleetId.
|
|
61029
|
+
|
|
61030
|
+
:param scope: -
|
|
61031
|
+
:param id: -
|
|
61032
|
+
:param fleet_id: -
|
|
61033
|
+
'''
|
|
61034
|
+
if __debug__:
|
|
61035
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2ee601eac5eafb952aa02f5bc6655677162f52b7799032dcb17f7bb1182d7b78)
|
|
61036
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
61037
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
61038
|
+
check_type(argname="argument fleet_id", value=fleet_id, expected_type=type_hints["fleet_id"])
|
|
61039
|
+
return typing.cast(IEC2FleetRef, jsii.sinvoke(cls, "fromFleetId", [scope, id, fleet_id]))
|
|
61040
|
+
|
|
60869
61041
|
@jsii.member(jsii_name="inspect")
|
|
60870
61042
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
60871
61043
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -65070,6 +65242,27 @@ class CfnEgressOnlyInternetGateway(
|
|
|
65070
65242
|
|
|
65071
65243
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
65072
65244
|
|
|
65245
|
+
@jsii.member(jsii_name="fromEgressOnlyInternetGatewayId")
|
|
65246
|
+
@builtins.classmethod
|
|
65247
|
+
def from_egress_only_internet_gateway_id(
|
|
65248
|
+
cls,
|
|
65249
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
65250
|
+
id: builtins.str,
|
|
65251
|
+
egress_only_internet_gateway_id: builtins.str,
|
|
65252
|
+
) -> IEgressOnlyInternetGatewayRef:
|
|
65253
|
+
'''Creates a new IEgressOnlyInternetGatewayRef from a egressOnlyInternetGatewayId.
|
|
65254
|
+
|
|
65255
|
+
:param scope: -
|
|
65256
|
+
:param id: -
|
|
65257
|
+
:param egress_only_internet_gateway_id: -
|
|
65258
|
+
'''
|
|
65259
|
+
if __debug__:
|
|
65260
|
+
type_hints = typing.get_type_hints(_typecheckingstub__354cc4a04829d4d8ea27b13760e9b10998ca354904d4d1a8c1658898560c7547)
|
|
65261
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
65262
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
65263
|
+
check_type(argname="argument egress_only_internet_gateway_id", value=egress_only_internet_gateway_id, expected_type=type_hints["egress_only_internet_gateway_id"])
|
|
65264
|
+
return typing.cast(IEgressOnlyInternetGatewayRef, jsii.sinvoke(cls, "fromEgressOnlyInternetGatewayId", [scope, id, egress_only_internet_gateway_id]))
|
|
65265
|
+
|
|
65073
65266
|
@jsii.member(jsii_name="inspect")
|
|
65074
65267
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
65075
65268
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -65404,6 +65597,27 @@ class CfnFlowLog(
|
|
|
65404
65597
|
|
|
65405
65598
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
65406
65599
|
|
|
65600
|
+
@jsii.member(jsii_name="fromFlowLogId")
|
|
65601
|
+
@builtins.classmethod
|
|
65602
|
+
def from_flow_log_id(
|
|
65603
|
+
cls,
|
|
65604
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
65605
|
+
id: builtins.str,
|
|
65606
|
+
flow_log_id: builtins.str,
|
|
65607
|
+
) -> IFlowLogRef:
|
|
65608
|
+
'''Creates a new IFlowLogRef from a flowLogId.
|
|
65609
|
+
|
|
65610
|
+
:param scope: -
|
|
65611
|
+
:param id: -
|
|
65612
|
+
:param flow_log_id: -
|
|
65613
|
+
'''
|
|
65614
|
+
if __debug__:
|
|
65615
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f36192db4758515f4e8fe5294885307688ebee7c41df91924b3cc7c58c084931)
|
|
65616
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
65617
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
65618
|
+
check_type(argname="argument flow_log_id", value=flow_log_id, expected_type=type_hints["flow_log_id"])
|
|
65619
|
+
return typing.cast(IFlowLogRef, jsii.sinvoke(cls, "fromFlowLogId", [scope, id, flow_log_id]))
|
|
65620
|
+
|
|
65407
65621
|
@jsii.member(jsii_name="inspect")
|
|
65408
65622
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
65409
65623
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -66189,6 +66403,48 @@ class CfnIPAM(
|
|
|
66189
66403
|
|
|
66190
66404
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
66191
66405
|
|
|
66406
|
+
@jsii.member(jsii_name="fromIPAMArn")
|
|
66407
|
+
@builtins.classmethod
|
|
66408
|
+
def from_ipam_arn(
|
|
66409
|
+
cls,
|
|
66410
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
66411
|
+
id: builtins.str,
|
|
66412
|
+
arn: builtins.str,
|
|
66413
|
+
) -> IIPAMRef:
|
|
66414
|
+
'''Creates a new IIPAMRef from an ARN.
|
|
66415
|
+
|
|
66416
|
+
:param scope: -
|
|
66417
|
+
:param id: -
|
|
66418
|
+
:param arn: -
|
|
66419
|
+
'''
|
|
66420
|
+
if __debug__:
|
|
66421
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dbbd2727225bc7d0b2b07b8e5350e67cde6145e572396e515987b2ca83efb35d)
|
|
66422
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
66423
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
66424
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
66425
|
+
return typing.cast(IIPAMRef, jsii.sinvoke(cls, "fromIPAMArn", [scope, id, arn]))
|
|
66426
|
+
|
|
66427
|
+
@jsii.member(jsii_name="fromIpamId")
|
|
66428
|
+
@builtins.classmethod
|
|
66429
|
+
def from_ipam_id(
|
|
66430
|
+
cls,
|
|
66431
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
66432
|
+
id: builtins.str,
|
|
66433
|
+
ipam_id: builtins.str,
|
|
66434
|
+
) -> IIPAMRef:
|
|
66435
|
+
'''Creates a new IIPAMRef from a ipamId.
|
|
66436
|
+
|
|
66437
|
+
:param scope: -
|
|
66438
|
+
:param id: -
|
|
66439
|
+
:param ipam_id: -
|
|
66440
|
+
'''
|
|
66441
|
+
if __debug__:
|
|
66442
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3a397bccb7f8a5d00a539339c61070eeb2f0041f1e9b853d9c3ff4108b9fc41f)
|
|
66443
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
66444
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
66445
|
+
check_type(argname="argument ipam_id", value=ipam_id, expected_type=type_hints["ipam_id"])
|
|
66446
|
+
return typing.cast(IIPAMRef, jsii.sinvoke(cls, "fromIpamId", [scope, id, ipam_id]))
|
|
66447
|
+
|
|
66192
66448
|
@jsii.member(jsii_name="inspect")
|
|
66193
66449
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
66194
66450
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -66815,6 +67071,48 @@ class CfnIPAMPool(
|
|
|
66815
67071
|
|
|
66816
67072
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
66817
67073
|
|
|
67074
|
+
@jsii.member(jsii_name="fromIPAMPoolArn")
|
|
67075
|
+
@builtins.classmethod
|
|
67076
|
+
def from_ipam_pool_arn(
|
|
67077
|
+
cls,
|
|
67078
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
67079
|
+
id: builtins.str,
|
|
67080
|
+
arn: builtins.str,
|
|
67081
|
+
) -> IIPAMPoolRef:
|
|
67082
|
+
'''Creates a new IIPAMPoolRef from an ARN.
|
|
67083
|
+
|
|
67084
|
+
:param scope: -
|
|
67085
|
+
:param id: -
|
|
67086
|
+
:param arn: -
|
|
67087
|
+
'''
|
|
67088
|
+
if __debug__:
|
|
67089
|
+
type_hints = typing.get_type_hints(_typecheckingstub__47105a1d20409489c978aa497594085c7ec23428d701929b7d5d6e88597fc8ea)
|
|
67090
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
67091
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
67092
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
67093
|
+
return typing.cast(IIPAMPoolRef, jsii.sinvoke(cls, "fromIPAMPoolArn", [scope, id, arn]))
|
|
67094
|
+
|
|
67095
|
+
@jsii.member(jsii_name="fromIpamPoolId")
|
|
67096
|
+
@builtins.classmethod
|
|
67097
|
+
def from_ipam_pool_id(
|
|
67098
|
+
cls,
|
|
67099
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
67100
|
+
id: builtins.str,
|
|
67101
|
+
ipam_pool_id: builtins.str,
|
|
67102
|
+
) -> IIPAMPoolRef:
|
|
67103
|
+
'''Creates a new IIPAMPoolRef from a ipamPoolId.
|
|
67104
|
+
|
|
67105
|
+
:param scope: -
|
|
67106
|
+
:param id: -
|
|
67107
|
+
:param ipam_pool_id: -
|
|
67108
|
+
'''
|
|
67109
|
+
if __debug__:
|
|
67110
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d7c62fdd0808cff12896a08f6da75da4f12cca4ff0b69e42aea18469e5f8037)
|
|
67111
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
67112
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
67113
|
+
check_type(argname="argument ipam_pool_id", value=ipam_pool_id, expected_type=type_hints["ipam_pool_id"])
|
|
67114
|
+
return typing.cast(IIPAMPoolRef, jsii.sinvoke(cls, "fromIpamPoolId", [scope, id, ipam_pool_id]))
|
|
67115
|
+
|
|
66818
67116
|
@jsii.member(jsii_name="inspect")
|
|
66819
67117
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
66820
67118
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -67560,6 +67858,27 @@ class CfnIPAMResourceDiscovery(
|
|
|
67560
67858
|
|
|
67561
67859
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
67562
67860
|
|
|
67861
|
+
@jsii.member(jsii_name="fromIpamResourceDiscoveryId")
|
|
67862
|
+
@builtins.classmethod
|
|
67863
|
+
def from_ipam_resource_discovery_id(
|
|
67864
|
+
cls,
|
|
67865
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
67866
|
+
id: builtins.str,
|
|
67867
|
+
ipam_resource_discovery_id: builtins.str,
|
|
67868
|
+
) -> IIPAMResourceDiscoveryRef:
|
|
67869
|
+
'''Creates a new IIPAMResourceDiscoveryRef from a ipamResourceDiscoveryId.
|
|
67870
|
+
|
|
67871
|
+
:param scope: -
|
|
67872
|
+
:param id: -
|
|
67873
|
+
:param ipam_resource_discovery_id: -
|
|
67874
|
+
'''
|
|
67875
|
+
if __debug__:
|
|
67876
|
+
type_hints = typing.get_type_hints(_typecheckingstub__807b5f30599e5c9c0b6fd285c8c3fb0cbd099b69531ae96fee544f0d2c11cd9d)
|
|
67877
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
67878
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
67879
|
+
check_type(argname="argument ipam_resource_discovery_id", value=ipam_resource_discovery_id, expected_type=type_hints["ipam_resource_discovery_id"])
|
|
67880
|
+
return typing.cast(IIPAMResourceDiscoveryRef, jsii.sinvoke(cls, "fromIpamResourceDiscoveryId", [scope, id, ipam_resource_discovery_id]))
|
|
67881
|
+
|
|
67563
67882
|
@jsii.member(jsii_name="inspect")
|
|
67564
67883
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
67565
67884
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -67909,6 +68228,27 @@ class CfnIPAMResourceDiscoveryAssociation(
|
|
|
67909
68228
|
|
|
67910
68229
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
67911
68230
|
|
|
68231
|
+
@jsii.member(jsii_name="fromIpamResourceDiscoveryAssociationId")
|
|
68232
|
+
@builtins.classmethod
|
|
68233
|
+
def from_ipam_resource_discovery_association_id(
|
|
68234
|
+
cls,
|
|
68235
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
68236
|
+
id: builtins.str,
|
|
68237
|
+
ipam_resource_discovery_association_id: builtins.str,
|
|
68238
|
+
) -> IIPAMResourceDiscoveryAssociationRef:
|
|
68239
|
+
'''Creates a new IIPAMResourceDiscoveryAssociationRef from a ipamResourceDiscoveryAssociationId.
|
|
68240
|
+
|
|
68241
|
+
:param scope: -
|
|
68242
|
+
:param id: -
|
|
68243
|
+
:param ipam_resource_discovery_association_id: -
|
|
68244
|
+
'''
|
|
68245
|
+
if __debug__:
|
|
68246
|
+
type_hints = typing.get_type_hints(_typecheckingstub__82e6d2a680bfc3cbc44814bd23391cde166be2ef5f7efa2e0a9f9c1255eeb737)
|
|
68247
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
68248
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
68249
|
+
check_type(argname="argument ipam_resource_discovery_association_id", value=ipam_resource_discovery_association_id, expected_type=type_hints["ipam_resource_discovery_association_id"])
|
|
68250
|
+
return typing.cast(IIPAMResourceDiscoveryAssociationRef, jsii.sinvoke(cls, "fromIpamResourceDiscoveryAssociationId", [scope, id, ipam_resource_discovery_association_id]))
|
|
68251
|
+
|
|
67912
68252
|
@jsii.member(jsii_name="inspect")
|
|
67913
68253
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
67914
68254
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -68143,6 +68483,48 @@ class CfnIPAMScope(
|
|
|
68143
68483
|
|
|
68144
68484
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
68145
68485
|
|
|
68486
|
+
@jsii.member(jsii_name="fromIPAMScopeArn")
|
|
68487
|
+
@builtins.classmethod
|
|
68488
|
+
def from_ipam_scope_arn(
|
|
68489
|
+
cls,
|
|
68490
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
68491
|
+
id: builtins.str,
|
|
68492
|
+
arn: builtins.str,
|
|
68493
|
+
) -> IIPAMScopeRef:
|
|
68494
|
+
'''Creates a new IIPAMScopeRef from an ARN.
|
|
68495
|
+
|
|
68496
|
+
:param scope: -
|
|
68497
|
+
:param id: -
|
|
68498
|
+
:param arn: -
|
|
68499
|
+
'''
|
|
68500
|
+
if __debug__:
|
|
68501
|
+
type_hints = typing.get_type_hints(_typecheckingstub__61f5c45722386d802a565a1a4e1d78bf2213f8eb5285b695a32989bd2806a1a1)
|
|
68502
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
68503
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
68504
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
68505
|
+
return typing.cast(IIPAMScopeRef, jsii.sinvoke(cls, "fromIPAMScopeArn", [scope, id, arn]))
|
|
68506
|
+
|
|
68507
|
+
@jsii.member(jsii_name="fromIpamScopeId")
|
|
68508
|
+
@builtins.classmethod
|
|
68509
|
+
def from_ipam_scope_id(
|
|
68510
|
+
cls,
|
|
68511
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
68512
|
+
id: builtins.str,
|
|
68513
|
+
ipam_scope_id: builtins.str,
|
|
68514
|
+
) -> IIPAMScopeRef:
|
|
68515
|
+
'''Creates a new IIPAMScopeRef from a ipamScopeId.
|
|
68516
|
+
|
|
68517
|
+
:param scope: -
|
|
68518
|
+
:param id: -
|
|
68519
|
+
:param ipam_scope_id: -
|
|
68520
|
+
'''
|
|
68521
|
+
if __debug__:
|
|
68522
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8e6bcdbc98a549d8c3610cbaebbee6876d300668adcd963e571740f4f7178bcb)
|
|
68523
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
68524
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
68525
|
+
check_type(argname="argument ipam_scope_id", value=ipam_scope_id, expected_type=type_hints["ipam_scope_id"])
|
|
68526
|
+
return typing.cast(IIPAMScopeRef, jsii.sinvoke(cls, "fromIpamScopeId", [scope, id, ipam_scope_id]))
|
|
68527
|
+
|
|
68146
68528
|
@jsii.member(jsii_name="inspect")
|
|
68147
68529
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
68148
68530
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -68583,6 +68965,27 @@ class CfnInstance(
|
|
|
68583
68965
|
|
|
68584
68966
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
68585
68967
|
|
|
68968
|
+
@jsii.member(jsii_name="fromInstanceId")
|
|
68969
|
+
@builtins.classmethod
|
|
68970
|
+
def from_instance_id(
|
|
68971
|
+
cls,
|
|
68972
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
68973
|
+
id: builtins.str,
|
|
68974
|
+
instance_id: builtins.str,
|
|
68975
|
+
) -> IInstanceRef:
|
|
68976
|
+
'''Creates a new IInstanceRef from a instanceId.
|
|
68977
|
+
|
|
68978
|
+
:param scope: -
|
|
68979
|
+
:param id: -
|
|
68980
|
+
:param instance_id: -
|
|
68981
|
+
'''
|
|
68982
|
+
if __debug__:
|
|
68983
|
+
type_hints = typing.get_type_hints(_typecheckingstub__81589764025a8482034828bdc867dc2e8422a6a46a198ac427864caca248ab98)
|
|
68984
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
68985
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
68986
|
+
check_type(argname="argument instance_id", value=instance_id, expected_type=type_hints["instance_id"])
|
|
68987
|
+
return typing.cast(IInstanceRef, jsii.sinvoke(cls, "fromInstanceId", [scope, id, instance_id]))
|
|
68988
|
+
|
|
68586
68989
|
@jsii.member(jsii_name="inspect")
|
|
68587
68990
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
68588
68991
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -71548,6 +71951,27 @@ class CfnInstanceConnectEndpoint(
|
|
|
71548
71951
|
|
|
71549
71952
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
71550
71953
|
|
|
71954
|
+
@jsii.member(jsii_name="fromInstanceConnectEndpointId")
|
|
71955
|
+
@builtins.classmethod
|
|
71956
|
+
def from_instance_connect_endpoint_id(
|
|
71957
|
+
cls,
|
|
71958
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
71959
|
+
id: builtins.str,
|
|
71960
|
+
instance_connect_endpoint_id: builtins.str,
|
|
71961
|
+
) -> IInstanceConnectEndpointRef:
|
|
71962
|
+
'''Creates a new IInstanceConnectEndpointRef from a instanceConnectEndpointId.
|
|
71963
|
+
|
|
71964
|
+
:param scope: -
|
|
71965
|
+
:param id: -
|
|
71966
|
+
:param instance_connect_endpoint_id: -
|
|
71967
|
+
'''
|
|
71968
|
+
if __debug__:
|
|
71969
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9f3617fc8f78a7a40b7d2896ac78abbbd67d79b2302438ddcf0fe7469dbd4189)
|
|
71970
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
71971
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
71972
|
+
check_type(argname="argument instance_connect_endpoint_id", value=instance_connect_endpoint_id, expected_type=type_hints["instance_connect_endpoint_id"])
|
|
71973
|
+
return typing.cast(IInstanceConnectEndpointRef, jsii.sinvoke(cls, "fromInstanceConnectEndpointId", [scope, id, instance_connect_endpoint_id]))
|
|
71974
|
+
|
|
71551
71975
|
@jsii.member(jsii_name="inspect")
|
|
71552
71976
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
71553
71977
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -71729,6 +72153,27 @@ class CfnInternetGateway(
|
|
|
71729
72153
|
|
|
71730
72154
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
71731
72155
|
|
|
72156
|
+
@jsii.member(jsii_name="fromInternetGatewayId")
|
|
72157
|
+
@builtins.classmethod
|
|
72158
|
+
def from_internet_gateway_id(
|
|
72159
|
+
cls,
|
|
72160
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
72161
|
+
id: builtins.str,
|
|
72162
|
+
internet_gateway_id: builtins.str,
|
|
72163
|
+
) -> IInternetGatewayRef:
|
|
72164
|
+
'''Creates a new IInternetGatewayRef from a internetGatewayId.
|
|
72165
|
+
|
|
72166
|
+
:param scope: -
|
|
72167
|
+
:param id: -
|
|
72168
|
+
:param internet_gateway_id: -
|
|
72169
|
+
'''
|
|
72170
|
+
if __debug__:
|
|
72171
|
+
type_hints = typing.get_type_hints(_typecheckingstub__54bc51f568aa4a2bd7d47e8d2d81225de775da97c6f429dcb3b15d868b05ec59)
|
|
72172
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
72173
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
72174
|
+
check_type(argname="argument internet_gateway_id", value=internet_gateway_id, expected_type=type_hints["internet_gateway_id"])
|
|
72175
|
+
return typing.cast(IInternetGatewayRef, jsii.sinvoke(cls, "fromInternetGatewayId", [scope, id, internet_gateway_id]))
|
|
72176
|
+
|
|
71732
72177
|
@jsii.member(jsii_name="inspect")
|
|
71733
72178
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
71734
72179
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -72226,6 +72671,27 @@ class CfnLaunchTemplate(
|
|
|
72226
72671
|
|
|
72227
72672
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
72228
72673
|
|
|
72674
|
+
@jsii.member(jsii_name="fromLaunchTemplateId")
|
|
72675
|
+
@builtins.classmethod
|
|
72676
|
+
def from_launch_template_id(
|
|
72677
|
+
cls,
|
|
72678
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
72679
|
+
id: builtins.str,
|
|
72680
|
+
launch_template_id: builtins.str,
|
|
72681
|
+
) -> ILaunchTemplateRef:
|
|
72682
|
+
'''Creates a new ILaunchTemplateRef from a launchTemplateId.
|
|
72683
|
+
|
|
72684
|
+
:param scope: -
|
|
72685
|
+
:param id: -
|
|
72686
|
+
:param launch_template_id: -
|
|
72687
|
+
'''
|
|
72688
|
+
if __debug__:
|
|
72689
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a8c17623f73207f13a4641883222a4a8667ac8265e1917c0d0002e269136870b)
|
|
72690
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
72691
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
72692
|
+
check_type(argname="argument launch_template_id", value=launch_template_id, expected_type=type_hints["launch_template_id"])
|
|
72693
|
+
return typing.cast(ILaunchTemplateRef, jsii.sinvoke(cls, "fromLaunchTemplateId", [scope, id, launch_template_id]))
|
|
72694
|
+
|
|
72229
72695
|
@jsii.member(jsii_name="inspect")
|
|
72230
72696
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
72231
72697
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -78203,6 +78669,27 @@ class CfnLocalGatewayRouteTableVPCAssociation(
|
|
|
78203
78669
|
|
|
78204
78670
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
78205
78671
|
|
|
78672
|
+
@jsii.member(jsii_name="fromLocalGatewayRouteTableVpcAssociationId")
|
|
78673
|
+
@builtins.classmethod
|
|
78674
|
+
def from_local_gateway_route_table_vpc_association_id(
|
|
78675
|
+
cls,
|
|
78676
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
78677
|
+
id: builtins.str,
|
|
78678
|
+
local_gateway_route_table_vpc_association_id: builtins.str,
|
|
78679
|
+
) -> ILocalGatewayRouteTableVPCAssociationRef:
|
|
78680
|
+
'''Creates a new ILocalGatewayRouteTableVPCAssociationRef from a localGatewayRouteTableVpcAssociationId.
|
|
78681
|
+
|
|
78682
|
+
:param scope: -
|
|
78683
|
+
:param id: -
|
|
78684
|
+
:param local_gateway_route_table_vpc_association_id: -
|
|
78685
|
+
'''
|
|
78686
|
+
if __debug__:
|
|
78687
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2588776ef31366e7110cbd1b7485e467afd35a62571e30c6ff5ea61f09dbaef6)
|
|
78688
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
78689
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
78690
|
+
check_type(argname="argument local_gateway_route_table_vpc_association_id", value=local_gateway_route_table_vpc_association_id, expected_type=type_hints["local_gateway_route_table_vpc_association_id"])
|
|
78691
|
+
return typing.cast(ILocalGatewayRouteTableVPCAssociationRef, jsii.sinvoke(cls, "fromLocalGatewayRouteTableVpcAssociationId", [scope, id, local_gateway_route_table_vpc_association_id]))
|
|
78692
|
+
|
|
78206
78693
|
@jsii.member(jsii_name="inspect")
|
|
78207
78694
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
78208
78695
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -78377,6 +78864,27 @@ class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
|
78377
78864
|
|
|
78378
78865
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
78379
78866
|
|
|
78867
|
+
@jsii.member(jsii_name="fromLocalGatewayRouteTableVirtualInterfaceGroupAssociationId")
|
|
78868
|
+
@builtins.classmethod
|
|
78869
|
+
def from_local_gateway_route_table_virtual_interface_group_association_id(
|
|
78870
|
+
cls,
|
|
78871
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
78872
|
+
id: builtins.str,
|
|
78873
|
+
local_gateway_route_table_virtual_interface_group_association_id: builtins.str,
|
|
78874
|
+
) -> ILocalGatewayRouteTableVirtualInterfaceGroupAssociationRef:
|
|
78875
|
+
'''Creates a new ILocalGatewayRouteTableVirtualInterfaceGroupAssociationRef from a localGatewayRouteTableVirtualInterfaceGroupAssociationId.
|
|
78876
|
+
|
|
78877
|
+
:param scope: -
|
|
78878
|
+
:param id: -
|
|
78879
|
+
:param local_gateway_route_table_virtual_interface_group_association_id: -
|
|
78880
|
+
'''
|
|
78881
|
+
if __debug__:
|
|
78882
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1ca1e0d2f456b1a55a06b90d756c699de6269a3a10a224243bce856ef12ffdd7)
|
|
78883
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
78884
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
78885
|
+
check_type(argname="argument local_gateway_route_table_virtual_interface_group_association_id", value=local_gateway_route_table_virtual_interface_group_association_id, expected_type=type_hints["local_gateway_route_table_virtual_interface_group_association_id"])
|
|
78886
|
+
return typing.cast(ILocalGatewayRouteTableVirtualInterfaceGroupAssociationRef, jsii.sinvoke(cls, "fromLocalGatewayRouteTableVirtualInterfaceGroupAssociationId", [scope, id, local_gateway_route_table_virtual_interface_group_association_id]))
|
|
78887
|
+
|
|
78380
78888
|
@jsii.member(jsii_name="inspect")
|
|
78381
78889
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
78382
78890
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -78602,6 +79110,27 @@ class CfnNatGateway(
|
|
|
78602
79110
|
|
|
78603
79111
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
78604
79112
|
|
|
79113
|
+
@jsii.member(jsii_name="fromNatGatewayId")
|
|
79114
|
+
@builtins.classmethod
|
|
79115
|
+
def from_nat_gateway_id(
|
|
79116
|
+
cls,
|
|
79117
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
79118
|
+
id: builtins.str,
|
|
79119
|
+
nat_gateway_id: builtins.str,
|
|
79120
|
+
) -> INatGatewayRef:
|
|
79121
|
+
'''Creates a new INatGatewayRef from a natGatewayId.
|
|
79122
|
+
|
|
79123
|
+
:param scope: -
|
|
79124
|
+
:param id: -
|
|
79125
|
+
:param nat_gateway_id: -
|
|
79126
|
+
'''
|
|
79127
|
+
if __debug__:
|
|
79128
|
+
type_hints = typing.get_type_hints(_typecheckingstub__34cfe506e227f5b621d72e3e7aacfab682ebb13b08e4641fb2aac2e3c8115049)
|
|
79129
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
79130
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
79131
|
+
check_type(argname="argument nat_gateway_id", value=nat_gateway_id, expected_type=type_hints["nat_gateway_id"])
|
|
79132
|
+
return typing.cast(INatGatewayRef, jsii.sinvoke(cls, "fromNatGatewayId", [scope, id, nat_gateway_id]))
|
|
79133
|
+
|
|
78605
79134
|
@jsii.member(jsii_name="inspect")
|
|
78606
79135
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
78607
79136
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -79477,6 +80006,48 @@ class CfnNetworkInsightsAccessScope(
|
|
|
79477
80006
|
|
|
79478
80007
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
79479
80008
|
|
|
80009
|
+
@jsii.member(jsii_name="fromNetworkInsightsAccessScopeArn")
|
|
80010
|
+
@builtins.classmethod
|
|
80011
|
+
def from_network_insights_access_scope_arn(
|
|
80012
|
+
cls,
|
|
80013
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
80014
|
+
id: builtins.str,
|
|
80015
|
+
arn: builtins.str,
|
|
80016
|
+
) -> INetworkInsightsAccessScopeRef:
|
|
80017
|
+
'''Creates a new INetworkInsightsAccessScopeRef from an ARN.
|
|
80018
|
+
|
|
80019
|
+
:param scope: -
|
|
80020
|
+
:param id: -
|
|
80021
|
+
:param arn: -
|
|
80022
|
+
'''
|
|
80023
|
+
if __debug__:
|
|
80024
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3632ea7fa523fcdb81438d658debb91b4701760eaa0415a0bdc266faca354251)
|
|
80025
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
80026
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
80027
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
80028
|
+
return typing.cast(INetworkInsightsAccessScopeRef, jsii.sinvoke(cls, "fromNetworkInsightsAccessScopeArn", [scope, id, arn]))
|
|
80029
|
+
|
|
80030
|
+
@jsii.member(jsii_name="fromNetworkInsightsAccessScopeId")
|
|
80031
|
+
@builtins.classmethod
|
|
80032
|
+
def from_network_insights_access_scope_id(
|
|
80033
|
+
cls,
|
|
80034
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
80035
|
+
id: builtins.str,
|
|
80036
|
+
network_insights_access_scope_id: builtins.str,
|
|
80037
|
+
) -> INetworkInsightsAccessScopeRef:
|
|
80038
|
+
'''Creates a new INetworkInsightsAccessScopeRef from a networkInsightsAccessScopeId.
|
|
80039
|
+
|
|
80040
|
+
:param scope: -
|
|
80041
|
+
:param id: -
|
|
80042
|
+
:param network_insights_access_scope_id: -
|
|
80043
|
+
'''
|
|
80044
|
+
if __debug__:
|
|
80045
|
+
type_hints = typing.get_type_hints(_typecheckingstub__efb5bb9abebf0a61b2896ddf0a55db826f7874024e2936157dbcc23112dddfd8)
|
|
80046
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
80047
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
80048
|
+
check_type(argname="argument network_insights_access_scope_id", value=network_insights_access_scope_id, expected_type=type_hints["network_insights_access_scope_id"])
|
|
80049
|
+
return typing.cast(INetworkInsightsAccessScopeRef, jsii.sinvoke(cls, "fromNetworkInsightsAccessScopeId", [scope, id, network_insights_access_scope_id]))
|
|
80050
|
+
|
|
79480
80051
|
@jsii.member(jsii_name="inspect")
|
|
79481
80052
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
79482
80053
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -80165,6 +80736,48 @@ class CfnNetworkInsightsAccessScopeAnalysis(
|
|
|
80165
80736
|
|
|
80166
80737
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
80167
80738
|
|
|
80739
|
+
@jsii.member(jsii_name="fromNetworkInsightsAccessScopeAnalysisArn")
|
|
80740
|
+
@builtins.classmethod
|
|
80741
|
+
def from_network_insights_access_scope_analysis_arn(
|
|
80742
|
+
cls,
|
|
80743
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
80744
|
+
id: builtins.str,
|
|
80745
|
+
arn: builtins.str,
|
|
80746
|
+
) -> INetworkInsightsAccessScopeAnalysisRef:
|
|
80747
|
+
'''Creates a new INetworkInsightsAccessScopeAnalysisRef from an ARN.
|
|
80748
|
+
|
|
80749
|
+
:param scope: -
|
|
80750
|
+
:param id: -
|
|
80751
|
+
:param arn: -
|
|
80752
|
+
'''
|
|
80753
|
+
if __debug__:
|
|
80754
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3668c32aa8e5d02a247d4c80fe6266d97d133aa3bb65fbfd2ef7fd341b5b1411)
|
|
80755
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
80756
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
80757
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
80758
|
+
return typing.cast(INetworkInsightsAccessScopeAnalysisRef, jsii.sinvoke(cls, "fromNetworkInsightsAccessScopeAnalysisArn", [scope, id, arn]))
|
|
80759
|
+
|
|
80760
|
+
@jsii.member(jsii_name="fromNetworkInsightsAccessScopeAnalysisId")
|
|
80761
|
+
@builtins.classmethod
|
|
80762
|
+
def from_network_insights_access_scope_analysis_id(
|
|
80763
|
+
cls,
|
|
80764
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
80765
|
+
id: builtins.str,
|
|
80766
|
+
network_insights_access_scope_analysis_id: builtins.str,
|
|
80767
|
+
) -> INetworkInsightsAccessScopeAnalysisRef:
|
|
80768
|
+
'''Creates a new INetworkInsightsAccessScopeAnalysisRef from a networkInsightsAccessScopeAnalysisId.
|
|
80769
|
+
|
|
80770
|
+
:param scope: -
|
|
80771
|
+
:param id: -
|
|
80772
|
+
:param network_insights_access_scope_analysis_id: -
|
|
80773
|
+
'''
|
|
80774
|
+
if __debug__:
|
|
80775
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e00c5c9fccb8c04cc5308465e2d3b230aa8f15551891ad2fef9a12e4c5fa6e86)
|
|
80776
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
80777
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
80778
|
+
check_type(argname="argument network_insights_access_scope_analysis_id", value=network_insights_access_scope_analysis_id, expected_type=type_hints["network_insights_access_scope_analysis_id"])
|
|
80779
|
+
return typing.cast(INetworkInsightsAccessScopeAnalysisRef, jsii.sinvoke(cls, "fromNetworkInsightsAccessScopeAnalysisId", [scope, id, network_insights_access_scope_analysis_id]))
|
|
80780
|
+
|
|
80168
80781
|
@jsii.member(jsii_name="inspect")
|
|
80169
80782
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
80170
80783
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -80379,6 +80992,48 @@ class CfnNetworkInsightsAnalysis(
|
|
|
80379
80992
|
|
|
80380
80993
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
80381
80994
|
|
|
80995
|
+
@jsii.member(jsii_name="fromNetworkInsightsAnalysisArn")
|
|
80996
|
+
@builtins.classmethod
|
|
80997
|
+
def from_network_insights_analysis_arn(
|
|
80998
|
+
cls,
|
|
80999
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
81000
|
+
id: builtins.str,
|
|
81001
|
+
arn: builtins.str,
|
|
81002
|
+
) -> INetworkInsightsAnalysisRef:
|
|
81003
|
+
'''Creates a new INetworkInsightsAnalysisRef from an ARN.
|
|
81004
|
+
|
|
81005
|
+
:param scope: -
|
|
81006
|
+
:param id: -
|
|
81007
|
+
:param arn: -
|
|
81008
|
+
'''
|
|
81009
|
+
if __debug__:
|
|
81010
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ae28c1917b49d7fd6199e5668da16709fa05ca800a4395a073cbc08519b34238)
|
|
81011
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
81012
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
81013
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
81014
|
+
return typing.cast(INetworkInsightsAnalysisRef, jsii.sinvoke(cls, "fromNetworkInsightsAnalysisArn", [scope, id, arn]))
|
|
81015
|
+
|
|
81016
|
+
@jsii.member(jsii_name="fromNetworkInsightsAnalysisId")
|
|
81017
|
+
@builtins.classmethod
|
|
81018
|
+
def from_network_insights_analysis_id(
|
|
81019
|
+
cls,
|
|
81020
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
81021
|
+
id: builtins.str,
|
|
81022
|
+
network_insights_analysis_id: builtins.str,
|
|
81023
|
+
) -> INetworkInsightsAnalysisRef:
|
|
81024
|
+
'''Creates a new INetworkInsightsAnalysisRef from a networkInsightsAnalysisId.
|
|
81025
|
+
|
|
81026
|
+
:param scope: -
|
|
81027
|
+
:param id: -
|
|
81028
|
+
:param network_insights_analysis_id: -
|
|
81029
|
+
'''
|
|
81030
|
+
if __debug__:
|
|
81031
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8b713fa110223d77b66b005ffb45cc7b86312cc7643e39021a9dd1ee499e743f)
|
|
81032
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
81033
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
81034
|
+
check_type(argname="argument network_insights_analysis_id", value=network_insights_analysis_id, expected_type=type_hints["network_insights_analysis_id"])
|
|
81035
|
+
return typing.cast(INetworkInsightsAnalysisRef, jsii.sinvoke(cls, "fromNetworkInsightsAnalysisId", [scope, id, network_insights_analysis_id]))
|
|
81036
|
+
|
|
80382
81037
|
@jsii.member(jsii_name="inspect")
|
|
80383
81038
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
80384
81039
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -83716,6 +84371,48 @@ class CfnNetworkInsightsPath(
|
|
|
83716
84371
|
|
|
83717
84372
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
83718
84373
|
|
|
84374
|
+
@jsii.member(jsii_name="fromNetworkInsightsPathArn")
|
|
84375
|
+
@builtins.classmethod
|
|
84376
|
+
def from_network_insights_path_arn(
|
|
84377
|
+
cls,
|
|
84378
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
84379
|
+
id: builtins.str,
|
|
84380
|
+
arn: builtins.str,
|
|
84381
|
+
) -> INetworkInsightsPathRef:
|
|
84382
|
+
'''Creates a new INetworkInsightsPathRef from an ARN.
|
|
84383
|
+
|
|
84384
|
+
:param scope: -
|
|
84385
|
+
:param id: -
|
|
84386
|
+
:param arn: -
|
|
84387
|
+
'''
|
|
84388
|
+
if __debug__:
|
|
84389
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ec854b4c46b429348547d312d819acf93a42139ba70dcc3836be4f96c9d878bb)
|
|
84390
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
84391
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
84392
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
84393
|
+
return typing.cast(INetworkInsightsPathRef, jsii.sinvoke(cls, "fromNetworkInsightsPathArn", [scope, id, arn]))
|
|
84394
|
+
|
|
84395
|
+
@jsii.member(jsii_name="fromNetworkInsightsPathId")
|
|
84396
|
+
@builtins.classmethod
|
|
84397
|
+
def from_network_insights_path_id(
|
|
84398
|
+
cls,
|
|
84399
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
84400
|
+
id: builtins.str,
|
|
84401
|
+
network_insights_path_id: builtins.str,
|
|
84402
|
+
) -> INetworkInsightsPathRef:
|
|
84403
|
+
'''Creates a new INetworkInsightsPathRef from a networkInsightsPathId.
|
|
84404
|
+
|
|
84405
|
+
:param scope: -
|
|
84406
|
+
:param id: -
|
|
84407
|
+
:param network_insights_path_id: -
|
|
84408
|
+
'''
|
|
84409
|
+
if __debug__:
|
|
84410
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9f54b87fd77ccd2de56dfcb0e5221f53a441b4cc0f6b579e57997c0945af017e)
|
|
84411
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
84412
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
84413
|
+
check_type(argname="argument network_insights_path_id", value=network_insights_path_id, expected_type=type_hints["network_insights_path_id"])
|
|
84414
|
+
return typing.cast(INetworkInsightsPathRef, jsii.sinvoke(cls, "fromNetworkInsightsPathId", [scope, id, network_insights_path_id]))
|
|
84415
|
+
|
|
83719
84416
|
@jsii.member(jsii_name="inspect")
|
|
83720
84417
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
83721
84418
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -84250,6 +84947,27 @@ class CfnNetworkInterface(
|
|
|
84250
84947
|
|
|
84251
84948
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
84252
84949
|
|
|
84950
|
+
@jsii.member(jsii_name="fromNetworkInterfaceId")
|
|
84951
|
+
@builtins.classmethod
|
|
84952
|
+
def from_network_interface_id(
|
|
84953
|
+
cls,
|
|
84954
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
84955
|
+
id: builtins.str,
|
|
84956
|
+
network_interface_id: builtins.str,
|
|
84957
|
+
) -> INetworkInterfaceRef:
|
|
84958
|
+
'''Creates a new INetworkInterfaceRef from a networkInterfaceId.
|
|
84959
|
+
|
|
84960
|
+
:param scope: -
|
|
84961
|
+
:param id: -
|
|
84962
|
+
:param network_interface_id: -
|
|
84963
|
+
'''
|
|
84964
|
+
if __debug__:
|
|
84965
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cbfe39f26ef5d690165ca9ea0362532df746fbd6595d2532a6a37894f80621c)
|
|
84966
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
84967
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
84968
|
+
check_type(argname="argument network_interface_id", value=network_interface_id, expected_type=type_hints["network_interface_id"])
|
|
84969
|
+
return typing.cast(INetworkInterfaceRef, jsii.sinvoke(cls, "fromNetworkInterfaceId", [scope, id, network_interface_id]))
|
|
84970
|
+
|
|
84253
84971
|
@jsii.member(jsii_name="inspect")
|
|
84254
84972
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
84255
84973
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -85833,6 +86551,48 @@ class CfnPrefixList(
|
|
|
85833
86551
|
|
|
85834
86552
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
85835
86553
|
|
|
86554
|
+
@jsii.member(jsii_name="fromPrefixListArn")
|
|
86555
|
+
@builtins.classmethod
|
|
86556
|
+
def from_prefix_list_arn(
|
|
86557
|
+
cls,
|
|
86558
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
86559
|
+
id: builtins.str,
|
|
86560
|
+
arn: builtins.str,
|
|
86561
|
+
) -> IPrefixListRef:
|
|
86562
|
+
'''Creates a new IPrefixListRef from an ARN.
|
|
86563
|
+
|
|
86564
|
+
:param scope: -
|
|
86565
|
+
:param id: -
|
|
86566
|
+
:param arn: -
|
|
86567
|
+
'''
|
|
86568
|
+
if __debug__:
|
|
86569
|
+
type_hints = typing.get_type_hints(_typecheckingstub__adef60b4b789ab998d536575fd4bd2b1a69e6cdf78bd4634db07b06cd3e1e7b1)
|
|
86570
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
86571
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
86572
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
86573
|
+
return typing.cast(IPrefixListRef, jsii.sinvoke(cls, "fromPrefixListArn", [scope, id, arn]))
|
|
86574
|
+
|
|
86575
|
+
@jsii.member(jsii_name="fromPrefixListId")
|
|
86576
|
+
@builtins.classmethod
|
|
86577
|
+
def from_prefix_list_id(
|
|
86578
|
+
cls,
|
|
86579
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
86580
|
+
id: builtins.str,
|
|
86581
|
+
prefix_list_id: builtins.str,
|
|
86582
|
+
) -> IPrefixListRef:
|
|
86583
|
+
'''Creates a new IPrefixListRef from a prefixListId.
|
|
86584
|
+
|
|
86585
|
+
:param scope: -
|
|
86586
|
+
:param id: -
|
|
86587
|
+
:param prefix_list_id: -
|
|
86588
|
+
'''
|
|
86589
|
+
if __debug__:
|
|
86590
|
+
type_hints = typing.get_type_hints(_typecheckingstub__16506d5fb021421be47c51d69f9dc91b50f91d56652d6feeba62406d0fd67dd5)
|
|
86591
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
86592
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
86593
|
+
check_type(argname="argument prefix_list_id", value=prefix_list_id, expected_type=type_hints["prefix_list_id"])
|
|
86594
|
+
return typing.cast(IPrefixListRef, jsii.sinvoke(cls, "fromPrefixListId", [scope, id, prefix_list_id]))
|
|
86595
|
+
|
|
85836
86596
|
@jsii.member(jsii_name="inspect")
|
|
85837
86597
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
85838
86598
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -86496,6 +87256,48 @@ class CfnRouteServer(
|
|
|
86496
87256
|
|
|
86497
87257
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
86498
87258
|
|
|
87259
|
+
@jsii.member(jsii_name="fromRouteServerArn")
|
|
87260
|
+
@builtins.classmethod
|
|
87261
|
+
def from_route_server_arn(
|
|
87262
|
+
cls,
|
|
87263
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
87264
|
+
id: builtins.str,
|
|
87265
|
+
arn: builtins.str,
|
|
87266
|
+
) -> IRouteServerRef:
|
|
87267
|
+
'''Creates a new IRouteServerRef from an ARN.
|
|
87268
|
+
|
|
87269
|
+
:param scope: -
|
|
87270
|
+
:param id: -
|
|
87271
|
+
:param arn: -
|
|
87272
|
+
'''
|
|
87273
|
+
if __debug__:
|
|
87274
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8dd3ef8fbb66413fd34243f3b83b56f295aceec696f895c2bd9af9a4adf55ba9)
|
|
87275
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
87276
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
87277
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
87278
|
+
return typing.cast(IRouteServerRef, jsii.sinvoke(cls, "fromRouteServerArn", [scope, id, arn]))
|
|
87279
|
+
|
|
87280
|
+
@jsii.member(jsii_name="fromRouteServerId")
|
|
87281
|
+
@builtins.classmethod
|
|
87282
|
+
def from_route_server_id(
|
|
87283
|
+
cls,
|
|
87284
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
87285
|
+
id: builtins.str,
|
|
87286
|
+
route_server_id: builtins.str,
|
|
87287
|
+
) -> IRouteServerRef:
|
|
87288
|
+
'''Creates a new IRouteServerRef from a routeServerId.
|
|
87289
|
+
|
|
87290
|
+
:param scope: -
|
|
87291
|
+
:param id: -
|
|
87292
|
+
:param route_server_id: -
|
|
87293
|
+
'''
|
|
87294
|
+
if __debug__:
|
|
87295
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b126b8f83b4fa7a09565c9646609459332c0641c0ddbbc6ec79298f1e6906f7d)
|
|
87296
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
87297
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
87298
|
+
check_type(argname="argument route_server_id", value=route_server_id, expected_type=type_hints["route_server_id"])
|
|
87299
|
+
return typing.cast(IRouteServerRef, jsii.sinvoke(cls, "fromRouteServerId", [scope, id, route_server_id]))
|
|
87300
|
+
|
|
86499
87301
|
@jsii.member(jsii_name="inspect")
|
|
86500
87302
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
86501
87303
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -86810,6 +87612,48 @@ class CfnRouteServerEndpoint(
|
|
|
86810
87612
|
|
|
86811
87613
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
86812
87614
|
|
|
87615
|
+
@jsii.member(jsii_name="fromRouteServerEndpointArn")
|
|
87616
|
+
@builtins.classmethod
|
|
87617
|
+
def from_route_server_endpoint_arn(
|
|
87618
|
+
cls,
|
|
87619
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
87620
|
+
id: builtins.str,
|
|
87621
|
+
arn: builtins.str,
|
|
87622
|
+
) -> IRouteServerEndpointRef:
|
|
87623
|
+
'''Creates a new IRouteServerEndpointRef from an ARN.
|
|
87624
|
+
|
|
87625
|
+
:param scope: -
|
|
87626
|
+
:param id: -
|
|
87627
|
+
:param arn: -
|
|
87628
|
+
'''
|
|
87629
|
+
if __debug__:
|
|
87630
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5947828fff9e216f8e2213cb8047de5fde8a6826430187e1ee6d0ac624bbed36)
|
|
87631
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
87632
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
87633
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
87634
|
+
return typing.cast(IRouteServerEndpointRef, jsii.sinvoke(cls, "fromRouteServerEndpointArn", [scope, id, arn]))
|
|
87635
|
+
|
|
87636
|
+
@jsii.member(jsii_name="fromRouteServerEndpointId")
|
|
87637
|
+
@builtins.classmethod
|
|
87638
|
+
def from_route_server_endpoint_id(
|
|
87639
|
+
cls,
|
|
87640
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
87641
|
+
id: builtins.str,
|
|
87642
|
+
route_server_endpoint_id: builtins.str,
|
|
87643
|
+
) -> IRouteServerEndpointRef:
|
|
87644
|
+
'''Creates a new IRouteServerEndpointRef from a routeServerEndpointId.
|
|
87645
|
+
|
|
87646
|
+
:param scope: -
|
|
87647
|
+
:param id: -
|
|
87648
|
+
:param route_server_endpoint_id: -
|
|
87649
|
+
'''
|
|
87650
|
+
if __debug__:
|
|
87651
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dcd9edacbfbbe4f4272b5580464de1d03e884a770cb25a32069f0d1277398a4d)
|
|
87652
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
87653
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
87654
|
+
check_type(argname="argument route_server_endpoint_id", value=route_server_endpoint_id, expected_type=type_hints["route_server_endpoint_id"])
|
|
87655
|
+
return typing.cast(IRouteServerEndpointRef, jsii.sinvoke(cls, "fromRouteServerEndpointId", [scope, id, route_server_endpoint_id]))
|
|
87656
|
+
|
|
86813
87657
|
@jsii.member(jsii_name="inspect")
|
|
86814
87658
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
86815
87659
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -87009,6 +87853,48 @@ class CfnRouteServerPeer(
|
|
|
87009
87853
|
|
|
87010
87854
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
87011
87855
|
|
|
87856
|
+
@jsii.member(jsii_name="fromRouteServerPeerArn")
|
|
87857
|
+
@builtins.classmethod
|
|
87858
|
+
def from_route_server_peer_arn(
|
|
87859
|
+
cls,
|
|
87860
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
87861
|
+
id: builtins.str,
|
|
87862
|
+
arn: builtins.str,
|
|
87863
|
+
) -> IRouteServerPeerRef:
|
|
87864
|
+
'''Creates a new IRouteServerPeerRef from an ARN.
|
|
87865
|
+
|
|
87866
|
+
:param scope: -
|
|
87867
|
+
:param id: -
|
|
87868
|
+
:param arn: -
|
|
87869
|
+
'''
|
|
87870
|
+
if __debug__:
|
|
87871
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d98434dd8c1c8cf1484132a2ce74dc6b102f12f87d63fdaf1a7e199a0b75527e)
|
|
87872
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
87873
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
87874
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
87875
|
+
return typing.cast(IRouteServerPeerRef, jsii.sinvoke(cls, "fromRouteServerPeerArn", [scope, id, arn]))
|
|
87876
|
+
|
|
87877
|
+
@jsii.member(jsii_name="fromRouteServerPeerId")
|
|
87878
|
+
@builtins.classmethod
|
|
87879
|
+
def from_route_server_peer_id(
|
|
87880
|
+
cls,
|
|
87881
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
87882
|
+
id: builtins.str,
|
|
87883
|
+
route_server_peer_id: builtins.str,
|
|
87884
|
+
) -> IRouteServerPeerRef:
|
|
87885
|
+
'''Creates a new IRouteServerPeerRef from a routeServerPeerId.
|
|
87886
|
+
|
|
87887
|
+
:param scope: -
|
|
87888
|
+
:param id: -
|
|
87889
|
+
:param route_server_peer_id: -
|
|
87890
|
+
'''
|
|
87891
|
+
if __debug__:
|
|
87892
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b9a9af36785acd77243cbfc6b39220dbe9b82cddacac23d6ea3ed7231864a0e)
|
|
87893
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
87894
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
87895
|
+
check_type(argname="argument route_server_peer_id", value=route_server_peer_id, expected_type=type_hints["route_server_peer_id"])
|
|
87896
|
+
return typing.cast(IRouteServerPeerRef, jsii.sinvoke(cls, "fromRouteServerPeerId", [scope, id, route_server_peer_id]))
|
|
87897
|
+
|
|
87012
87898
|
@jsii.member(jsii_name="inspect")
|
|
87013
87899
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
87014
87900
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -87432,6 +88318,27 @@ class CfnRouteTable(
|
|
|
87432
88318
|
|
|
87433
88319
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
87434
88320
|
|
|
88321
|
+
@jsii.member(jsii_name="fromRouteTableId")
|
|
88322
|
+
@builtins.classmethod
|
|
88323
|
+
def from_route_table_id(
|
|
88324
|
+
cls,
|
|
88325
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
88326
|
+
id: builtins.str,
|
|
88327
|
+
route_table_id: builtins.str,
|
|
88328
|
+
) -> IRouteTableRef:
|
|
88329
|
+
'''Creates a new IRouteTableRef from a routeTableId.
|
|
88330
|
+
|
|
88331
|
+
:param scope: -
|
|
88332
|
+
:param id: -
|
|
88333
|
+
:param route_table_id: -
|
|
88334
|
+
'''
|
|
88335
|
+
if __debug__:
|
|
88336
|
+
type_hints = typing.get_type_hints(_typecheckingstub__923c759f4176dec3d6d9ed4c047ad4b41a1d888ff31103b95e1ba45fbfbc6592)
|
|
88337
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
88338
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
88339
|
+
check_type(argname="argument route_table_id", value=route_table_id, expected_type=type_hints["route_table_id"])
|
|
88340
|
+
return typing.cast(IRouteTableRef, jsii.sinvoke(cls, "fromRouteTableId", [scope, id, route_table_id]))
|
|
88341
|
+
|
|
87435
88342
|
@jsii.member(jsii_name="inspect")
|
|
87436
88343
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
87437
88344
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -87620,6 +88527,27 @@ class CfnSecurityGroup(
|
|
|
87620
88527
|
|
|
87621
88528
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
87622
88529
|
|
|
88530
|
+
@jsii.member(jsii_name="fromSecurityGroupId")
|
|
88531
|
+
@builtins.classmethod
|
|
88532
|
+
def from_security_group_id(
|
|
88533
|
+
cls,
|
|
88534
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
88535
|
+
id: builtins.str,
|
|
88536
|
+
security_group_id: builtins.str,
|
|
88537
|
+
) -> ISecurityGroupRef:
|
|
88538
|
+
'''Creates a new ISecurityGroupRef from a securityGroupId.
|
|
88539
|
+
|
|
88540
|
+
:param scope: -
|
|
88541
|
+
:param id: -
|
|
88542
|
+
:param security_group_id: -
|
|
88543
|
+
'''
|
|
88544
|
+
if __debug__:
|
|
88545
|
+
type_hints = typing.get_type_hints(_typecheckingstub__323eff866bd4d49df119d7eac9574b77961c4bef04ecfe264e7548f35bcfe07b)
|
|
88546
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
88547
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
88548
|
+
check_type(argname="argument security_group_id", value=security_group_id, expected_type=type_hints["security_group_id"])
|
|
88549
|
+
return typing.cast(ISecurityGroupRef, jsii.sinvoke(cls, "fromSecurityGroupId", [scope, id, security_group_id]))
|
|
88550
|
+
|
|
87623
88551
|
@jsii.member(jsii_name="inspect")
|
|
87624
88552
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
87625
88553
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -94294,6 +95222,27 @@ class CfnSubnet(
|
|
|
94294
95222
|
|
|
94295
95223
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
94296
95224
|
|
|
95225
|
+
@jsii.member(jsii_name="fromSubnetId")
|
|
95226
|
+
@builtins.classmethod
|
|
95227
|
+
def from_subnet_id(
|
|
95228
|
+
cls,
|
|
95229
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
95230
|
+
id: builtins.str,
|
|
95231
|
+
subnet_id: builtins.str,
|
|
95232
|
+
) -> ISubnetRef:
|
|
95233
|
+
'''Creates a new ISubnetRef from a subnetId.
|
|
95234
|
+
|
|
95235
|
+
:param scope: -
|
|
95236
|
+
:param id: -
|
|
95237
|
+
:param subnet_id: -
|
|
95238
|
+
'''
|
|
95239
|
+
if __debug__:
|
|
95240
|
+
type_hints = typing.get_type_hints(_typecheckingstub__65582e339986e431c52471a6f402e948be5ca881a65f6ee96737aa2f34908c81)
|
|
95241
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
95242
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
95243
|
+
check_type(argname="argument subnet_id", value=subnet_id, expected_type=type_hints["subnet_id"])
|
|
95244
|
+
return typing.cast(ISubnetRef, jsii.sinvoke(cls, "fromSubnetId", [scope, id, subnet_id]))
|
|
95245
|
+
|
|
94297
95246
|
@jsii.member(jsii_name="inspect")
|
|
94298
95247
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
94299
95248
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -95329,6 +96278,27 @@ class CfnTrafficMirrorFilter(
|
|
|
95329
96278
|
|
|
95330
96279
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
95331
96280
|
|
|
96281
|
+
@jsii.member(jsii_name="fromTrafficMirrorFilterId")
|
|
96282
|
+
@builtins.classmethod
|
|
96283
|
+
def from_traffic_mirror_filter_id(
|
|
96284
|
+
cls,
|
|
96285
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
96286
|
+
id: builtins.str,
|
|
96287
|
+
traffic_mirror_filter_id: builtins.str,
|
|
96288
|
+
) -> ITrafficMirrorFilterRef:
|
|
96289
|
+
'''Creates a new ITrafficMirrorFilterRef from a trafficMirrorFilterId.
|
|
96290
|
+
|
|
96291
|
+
:param scope: -
|
|
96292
|
+
:param id: -
|
|
96293
|
+
:param traffic_mirror_filter_id: -
|
|
96294
|
+
'''
|
|
96295
|
+
if __debug__:
|
|
96296
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a590845ffb1df265db0fdd37b2c8e5d1ea86b1550b5c6379a33f4b99d5b6e903)
|
|
96297
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
96298
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
96299
|
+
check_type(argname="argument traffic_mirror_filter_id", value=traffic_mirror_filter_id, expected_type=type_hints["traffic_mirror_filter_id"])
|
|
96300
|
+
return typing.cast(ITrafficMirrorFilterRef, jsii.sinvoke(cls, "fromTrafficMirrorFilterId", [scope, id, traffic_mirror_filter_id]))
|
|
96301
|
+
|
|
95332
96302
|
@jsii.member(jsii_name="inspect")
|
|
95333
96303
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
95334
96304
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -95528,6 +96498,27 @@ class CfnTrafficMirrorFilterRule(
|
|
|
95528
96498
|
|
|
95529
96499
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
95530
96500
|
|
|
96501
|
+
@jsii.member(jsii_name="fromTrafficMirrorFilterRuleId")
|
|
96502
|
+
@builtins.classmethod
|
|
96503
|
+
def from_traffic_mirror_filter_rule_id(
|
|
96504
|
+
cls,
|
|
96505
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
96506
|
+
id: builtins.str,
|
|
96507
|
+
traffic_mirror_filter_rule_id: builtins.str,
|
|
96508
|
+
) -> ITrafficMirrorFilterRuleRef:
|
|
96509
|
+
'''Creates a new ITrafficMirrorFilterRuleRef from a trafficMirrorFilterRuleId.
|
|
96510
|
+
|
|
96511
|
+
:param scope: -
|
|
96512
|
+
:param id: -
|
|
96513
|
+
:param traffic_mirror_filter_rule_id: -
|
|
96514
|
+
'''
|
|
96515
|
+
if __debug__:
|
|
96516
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bfa30263f8f18a420e4198c7a46f080657741bd8f707bba1ef56d182b567af45)
|
|
96517
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
96518
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
96519
|
+
check_type(argname="argument traffic_mirror_filter_rule_id", value=traffic_mirror_filter_rule_id, expected_type=type_hints["traffic_mirror_filter_rule_id"])
|
|
96520
|
+
return typing.cast(ITrafficMirrorFilterRuleRef, jsii.sinvoke(cls, "fromTrafficMirrorFilterRuleId", [scope, id, traffic_mirror_filter_rule_id]))
|
|
96521
|
+
|
|
95531
96522
|
@jsii.member(jsii_name="inspect")
|
|
95532
96523
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
95533
96524
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -95896,6 +96887,27 @@ class CfnTrafficMirrorSession(
|
|
|
95896
96887
|
|
|
95897
96888
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
95898
96889
|
|
|
96890
|
+
@jsii.member(jsii_name="fromTrafficMirrorSessionId")
|
|
96891
|
+
@builtins.classmethod
|
|
96892
|
+
def from_traffic_mirror_session_id(
|
|
96893
|
+
cls,
|
|
96894
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
96895
|
+
id: builtins.str,
|
|
96896
|
+
traffic_mirror_session_id: builtins.str,
|
|
96897
|
+
) -> ITrafficMirrorSessionRef:
|
|
96898
|
+
'''Creates a new ITrafficMirrorSessionRef from a trafficMirrorSessionId.
|
|
96899
|
+
|
|
96900
|
+
:param scope: -
|
|
96901
|
+
:param id: -
|
|
96902
|
+
:param traffic_mirror_session_id: -
|
|
96903
|
+
'''
|
|
96904
|
+
if __debug__:
|
|
96905
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eb64a0e81c89954bb1cf781838dbba0824543bc1202fcf022ef0830eb13658ed)
|
|
96906
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
96907
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
96908
|
+
check_type(argname="argument traffic_mirror_session_id", value=traffic_mirror_session_id, expected_type=type_hints["traffic_mirror_session_id"])
|
|
96909
|
+
return typing.cast(ITrafficMirrorSessionRef, jsii.sinvoke(cls, "fromTrafficMirrorSessionId", [scope, id, traffic_mirror_session_id]))
|
|
96910
|
+
|
|
95899
96911
|
@jsii.member(jsii_name="inspect")
|
|
95900
96912
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
95901
96913
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -96140,6 +97152,27 @@ class CfnTrafficMirrorTarget(
|
|
|
96140
97152
|
|
|
96141
97153
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
96142
97154
|
|
|
97155
|
+
@jsii.member(jsii_name="fromTrafficMirrorTargetId")
|
|
97156
|
+
@builtins.classmethod
|
|
97157
|
+
def from_traffic_mirror_target_id(
|
|
97158
|
+
cls,
|
|
97159
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
97160
|
+
id: builtins.str,
|
|
97161
|
+
traffic_mirror_target_id: builtins.str,
|
|
97162
|
+
) -> ITrafficMirrorTargetRef:
|
|
97163
|
+
'''Creates a new ITrafficMirrorTargetRef from a trafficMirrorTargetId.
|
|
97164
|
+
|
|
97165
|
+
:param scope: -
|
|
97166
|
+
:param id: -
|
|
97167
|
+
:param traffic_mirror_target_id: -
|
|
97168
|
+
'''
|
|
97169
|
+
if __debug__:
|
|
97170
|
+
type_hints = typing.get_type_hints(_typecheckingstub__96db5430f08d9f4900c97939f450465d41e48d8139ccecc634a271910614d4fc)
|
|
97171
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
97172
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
97173
|
+
check_type(argname="argument traffic_mirror_target_id", value=traffic_mirror_target_id, expected_type=type_hints["traffic_mirror_target_id"])
|
|
97174
|
+
return typing.cast(ITrafficMirrorTargetRef, jsii.sinvoke(cls, "fromTrafficMirrorTargetId", [scope, id, traffic_mirror_target_id]))
|
|
97175
|
+
|
|
96143
97176
|
@jsii.member(jsii_name="inspect")
|
|
96144
97177
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
96145
97178
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -96368,6 +97401,48 @@ class CfnTransitGateway(
|
|
|
96368
97401
|
|
|
96369
97402
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
96370
97403
|
|
|
97404
|
+
@jsii.member(jsii_name="fromTransitGatewayArn")
|
|
97405
|
+
@builtins.classmethod
|
|
97406
|
+
def from_transit_gateway_arn(
|
|
97407
|
+
cls,
|
|
97408
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
97409
|
+
id: builtins.str,
|
|
97410
|
+
arn: builtins.str,
|
|
97411
|
+
) -> ITransitGatewayRef:
|
|
97412
|
+
'''Creates a new ITransitGatewayRef from an ARN.
|
|
97413
|
+
|
|
97414
|
+
:param scope: -
|
|
97415
|
+
:param id: -
|
|
97416
|
+
:param arn: -
|
|
97417
|
+
'''
|
|
97418
|
+
if __debug__:
|
|
97419
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ffad5dc5fc1e4b75e26fefd9ad83590c9db0db85be8b9f73f8de3901db2b5a66)
|
|
97420
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
97421
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
97422
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
97423
|
+
return typing.cast(ITransitGatewayRef, jsii.sinvoke(cls, "fromTransitGatewayArn", [scope, id, arn]))
|
|
97424
|
+
|
|
97425
|
+
@jsii.member(jsii_name="fromTransitGatewayId")
|
|
97426
|
+
@builtins.classmethod
|
|
97427
|
+
def from_transit_gateway_id(
|
|
97428
|
+
cls,
|
|
97429
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
97430
|
+
id: builtins.str,
|
|
97431
|
+
transit_gateway_id: builtins.str,
|
|
97432
|
+
) -> ITransitGatewayRef:
|
|
97433
|
+
'''Creates a new ITransitGatewayRef from a transitGatewayId.
|
|
97434
|
+
|
|
97435
|
+
:param scope: -
|
|
97436
|
+
:param id: -
|
|
97437
|
+
:param transit_gateway_id: -
|
|
97438
|
+
'''
|
|
97439
|
+
if __debug__:
|
|
97440
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f20d0083143364f97e809311169c6c6307ebec4251e2310bcb9af0cc128a25b0)
|
|
97441
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
97442
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
97443
|
+
check_type(argname="argument transit_gateway_id", value=transit_gateway_id, expected_type=type_hints["transit_gateway_id"])
|
|
97444
|
+
return typing.cast(ITransitGatewayRef, jsii.sinvoke(cls, "fromTransitGatewayId", [scope, id, transit_gateway_id]))
|
|
97445
|
+
|
|
96371
97446
|
@jsii.member(jsii_name="inspect")
|
|
96372
97447
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
96373
97448
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -96697,6 +97772,27 @@ class CfnTransitGatewayAttachment(
|
|
|
96697
97772
|
|
|
96698
97773
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
96699
97774
|
|
|
97775
|
+
@jsii.member(jsii_name="fromTransitGatewayAttachmentId")
|
|
97776
|
+
@builtins.classmethod
|
|
97777
|
+
def from_transit_gateway_attachment_id(
|
|
97778
|
+
cls,
|
|
97779
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
97780
|
+
id: builtins.str,
|
|
97781
|
+
transit_gateway_attachment_id: builtins.str,
|
|
97782
|
+
) -> ITransitGatewayAttachmentRef:
|
|
97783
|
+
'''Creates a new ITransitGatewayAttachmentRef from a transitGatewayAttachmentId.
|
|
97784
|
+
|
|
97785
|
+
:param scope: -
|
|
97786
|
+
:param id: -
|
|
97787
|
+
:param transit_gateway_attachment_id: -
|
|
97788
|
+
'''
|
|
97789
|
+
if __debug__:
|
|
97790
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9061e512f446b058884478b516e58c773098f9bad6e650ad6f34f00fa0c611af)
|
|
97791
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
97792
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
97793
|
+
check_type(argname="argument transit_gateway_attachment_id", value=transit_gateway_attachment_id, expected_type=type_hints["transit_gateway_attachment_id"])
|
|
97794
|
+
return typing.cast(ITransitGatewayAttachmentRef, jsii.sinvoke(cls, "fromTransitGatewayAttachmentId", [scope, id, transit_gateway_attachment_id]))
|
|
97795
|
+
|
|
96700
97796
|
@jsii.member(jsii_name="inspect")
|
|
96701
97797
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
96702
97798
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -97249,6 +98345,27 @@ class CfnTransitGatewayConnectPeer(
|
|
|
97249
98345
|
|
|
97250
98346
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
97251
98347
|
|
|
98348
|
+
@jsii.member(jsii_name="fromTransitGatewayConnectPeerId")
|
|
98349
|
+
@builtins.classmethod
|
|
98350
|
+
def from_transit_gateway_connect_peer_id(
|
|
98351
|
+
cls,
|
|
98352
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
98353
|
+
id: builtins.str,
|
|
98354
|
+
transit_gateway_connect_peer_id: builtins.str,
|
|
98355
|
+
) -> ITransitGatewayConnectPeerRef:
|
|
98356
|
+
'''Creates a new ITransitGatewayConnectPeerRef from a transitGatewayConnectPeerId.
|
|
98357
|
+
|
|
98358
|
+
:param scope: -
|
|
98359
|
+
:param id: -
|
|
98360
|
+
:param transit_gateway_connect_peer_id: -
|
|
98361
|
+
'''
|
|
98362
|
+
if __debug__:
|
|
98363
|
+
type_hints = typing.get_type_hints(_typecheckingstub__22c2dae929d12ee6dbbe2aaf8a5482caf6e490f36172d44e2dcde13949b1c293)
|
|
98364
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
98365
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
98366
|
+
check_type(argname="argument transit_gateway_connect_peer_id", value=transit_gateway_connect_peer_id, expected_type=type_hints["transit_gateway_connect_peer_id"])
|
|
98367
|
+
return typing.cast(ITransitGatewayConnectPeerRef, jsii.sinvoke(cls, "fromTransitGatewayConnectPeerId", [scope, id, transit_gateway_connect_peer_id]))
|
|
98368
|
+
|
|
97252
98369
|
@jsii.member(jsii_name="inspect")
|
|
97253
98370
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
97254
98371
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -97701,6 +98818,48 @@ class CfnTransitGatewayMulticastDomain(
|
|
|
97701
98818
|
|
|
97702
98819
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
97703
98820
|
|
|
98821
|
+
@jsii.member(jsii_name="fromTransitGatewayMulticastDomainArn")
|
|
98822
|
+
@builtins.classmethod
|
|
98823
|
+
def from_transit_gateway_multicast_domain_arn(
|
|
98824
|
+
cls,
|
|
98825
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
98826
|
+
id: builtins.str,
|
|
98827
|
+
arn: builtins.str,
|
|
98828
|
+
) -> ITransitGatewayMulticastDomainRef:
|
|
98829
|
+
'''Creates a new ITransitGatewayMulticastDomainRef from an ARN.
|
|
98830
|
+
|
|
98831
|
+
:param scope: -
|
|
98832
|
+
:param id: -
|
|
98833
|
+
:param arn: -
|
|
98834
|
+
'''
|
|
98835
|
+
if __debug__:
|
|
98836
|
+
type_hints = typing.get_type_hints(_typecheckingstub__33eb484341398f2a340ff443281874b3f8f9ae39a55308cef55be1849bde2a56)
|
|
98837
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
98838
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
98839
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
98840
|
+
return typing.cast(ITransitGatewayMulticastDomainRef, jsii.sinvoke(cls, "fromTransitGatewayMulticastDomainArn", [scope, id, arn]))
|
|
98841
|
+
|
|
98842
|
+
@jsii.member(jsii_name="fromTransitGatewayMulticastDomainId")
|
|
98843
|
+
@builtins.classmethod
|
|
98844
|
+
def from_transit_gateway_multicast_domain_id(
|
|
98845
|
+
cls,
|
|
98846
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
98847
|
+
id: builtins.str,
|
|
98848
|
+
transit_gateway_multicast_domain_id: builtins.str,
|
|
98849
|
+
) -> ITransitGatewayMulticastDomainRef:
|
|
98850
|
+
'''Creates a new ITransitGatewayMulticastDomainRef from a transitGatewayMulticastDomainId.
|
|
98851
|
+
|
|
98852
|
+
:param scope: -
|
|
98853
|
+
:param id: -
|
|
98854
|
+
:param transit_gateway_multicast_domain_id: -
|
|
98855
|
+
'''
|
|
98856
|
+
if __debug__:
|
|
98857
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6c5b5862bb830fc3f46710d48893c74f67febf4de82428b21630e6ba9062cae1)
|
|
98858
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
98859
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
98860
|
+
check_type(argname="argument transit_gateway_multicast_domain_id", value=transit_gateway_multicast_domain_id, expected_type=type_hints["transit_gateway_multicast_domain_id"])
|
|
98861
|
+
return typing.cast(ITransitGatewayMulticastDomainRef, jsii.sinvoke(cls, "fromTransitGatewayMulticastDomainId", [scope, id, transit_gateway_multicast_domain_id]))
|
|
98862
|
+
|
|
97704
98863
|
@jsii.member(jsii_name="inspect")
|
|
97705
98864
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
97706
98865
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -98568,6 +99727,27 @@ class CfnTransitGatewayPeeringAttachment(
|
|
|
98568
99727
|
|
|
98569
99728
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
98570
99729
|
|
|
99730
|
+
@jsii.member(jsii_name="fromTransitGatewayAttachmentId")
|
|
99731
|
+
@builtins.classmethod
|
|
99732
|
+
def from_transit_gateway_attachment_id(
|
|
99733
|
+
cls,
|
|
99734
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
99735
|
+
id: builtins.str,
|
|
99736
|
+
transit_gateway_attachment_id: builtins.str,
|
|
99737
|
+
) -> ITransitGatewayPeeringAttachmentRef:
|
|
99738
|
+
'''Creates a new ITransitGatewayPeeringAttachmentRef from a transitGatewayAttachmentId.
|
|
99739
|
+
|
|
99740
|
+
:param scope: -
|
|
99741
|
+
:param id: -
|
|
99742
|
+
:param transit_gateway_attachment_id: -
|
|
99743
|
+
'''
|
|
99744
|
+
if __debug__:
|
|
99745
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d431bd46ad31f3d53368d8f86510672bbf00887458fd732c6781dd55906481d6)
|
|
99746
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
99747
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
99748
|
+
check_type(argname="argument transit_gateway_attachment_id", value=transit_gateway_attachment_id, expected_type=type_hints["transit_gateway_attachment_id"])
|
|
99749
|
+
return typing.cast(ITransitGatewayPeeringAttachmentRef, jsii.sinvoke(cls, "fromTransitGatewayAttachmentId", [scope, id, transit_gateway_attachment_id]))
|
|
99750
|
+
|
|
98571
99751
|
@jsii.member(jsii_name="inspect")
|
|
98572
99752
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
98573
99753
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -99020,6 +100200,27 @@ class CfnTransitGatewayRouteTable(
|
|
|
99020
100200
|
|
|
99021
100201
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
99022
100202
|
|
|
100203
|
+
@jsii.member(jsii_name="fromTransitGatewayRouteTableId")
|
|
100204
|
+
@builtins.classmethod
|
|
100205
|
+
def from_transit_gateway_route_table_id(
|
|
100206
|
+
cls,
|
|
100207
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
100208
|
+
id: builtins.str,
|
|
100209
|
+
transit_gateway_route_table_id: builtins.str,
|
|
100210
|
+
) -> ITransitGatewayRouteTableRef:
|
|
100211
|
+
'''Creates a new ITransitGatewayRouteTableRef from a transitGatewayRouteTableId.
|
|
100212
|
+
|
|
100213
|
+
:param scope: -
|
|
100214
|
+
:param id: -
|
|
100215
|
+
:param transit_gateway_route_table_id: -
|
|
100216
|
+
'''
|
|
100217
|
+
if __debug__:
|
|
100218
|
+
type_hints = typing.get_type_hints(_typecheckingstub__eaedaba726aa8c4be51ba31cf447dca72c5ed5493bbc51adad7afe94d3d3983d)
|
|
100219
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
100220
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
100221
|
+
check_type(argname="argument transit_gateway_route_table_id", value=transit_gateway_route_table_id, expected_type=type_hints["transit_gateway_route_table_id"])
|
|
100222
|
+
return typing.cast(ITransitGatewayRouteTableRef, jsii.sinvoke(cls, "fromTransitGatewayRouteTableId", [scope, id, transit_gateway_route_table_id]))
|
|
100223
|
+
|
|
99023
100224
|
@jsii.member(jsii_name="inspect")
|
|
99024
100225
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
99025
100226
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -99771,6 +100972,27 @@ class CfnVPC(
|
|
|
99771
100972
|
|
|
99772
100973
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
99773
100974
|
|
|
100975
|
+
@jsii.member(jsii_name="fromVpcId")
|
|
100976
|
+
@builtins.classmethod
|
|
100977
|
+
def from_vpc_id(
|
|
100978
|
+
cls,
|
|
100979
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
100980
|
+
id: builtins.str,
|
|
100981
|
+
vpc_id: builtins.str,
|
|
100982
|
+
) -> IVPCRef:
|
|
100983
|
+
'''Creates a new IVPCRef from a vpcId.
|
|
100984
|
+
|
|
100985
|
+
:param scope: -
|
|
100986
|
+
:param id: -
|
|
100987
|
+
:param vpc_id: -
|
|
100988
|
+
'''
|
|
100989
|
+
if __debug__:
|
|
100990
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f2b3a44c4228532bd561880476a96c81d64e3f2da7cbc327c6084273209acbab)
|
|
100991
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
100992
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
100993
|
+
check_type(argname="argument vpc_id", value=vpc_id, expected_type=type_hints["vpc_id"])
|
|
100994
|
+
return typing.cast(IVPCRef, jsii.sinvoke(cls, "fromVpcId", [scope, id, vpc_id]))
|
|
100995
|
+
|
|
99774
100996
|
@jsii.member(jsii_name="inspect")
|
|
99775
100997
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
99776
100998
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -100830,6 +102052,27 @@ class CfnVPCEndpoint(
|
|
|
100830
102052
|
|
|
100831
102053
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
100832
102054
|
|
|
102055
|
+
@jsii.member(jsii_name="fromVpcEndpointId")
|
|
102056
|
+
@builtins.classmethod
|
|
102057
|
+
def from_vpc_endpoint_id(
|
|
102058
|
+
cls,
|
|
102059
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
102060
|
+
id: builtins.str,
|
|
102061
|
+
vpc_endpoint_id: builtins.str,
|
|
102062
|
+
) -> IVPCEndpointRef:
|
|
102063
|
+
'''Creates a new IVPCEndpointRef from a vpcEndpointId.
|
|
102064
|
+
|
|
102065
|
+
:param scope: -
|
|
102066
|
+
:param id: -
|
|
102067
|
+
:param vpc_endpoint_id: -
|
|
102068
|
+
'''
|
|
102069
|
+
if __debug__:
|
|
102070
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a006232c508c1f8b4eb63344d545019db33ed1846e5bbb2109c31c7c578afd2e)
|
|
102071
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
102072
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
102073
|
+
check_type(argname="argument vpc_endpoint_id", value=vpc_endpoint_id, expected_type=type_hints["vpc_endpoint_id"])
|
|
102074
|
+
return typing.cast(IVPCEndpointRef, jsii.sinvoke(cls, "fromVpcEndpointId", [scope, id, vpc_endpoint_id]))
|
|
102075
|
+
|
|
100833
102076
|
@jsii.member(jsii_name="inspect")
|
|
100834
102077
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
100835
102078
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -101983,6 +103226,27 @@ class CfnVPCPeeringConnection(
|
|
|
101983
103226
|
|
|
101984
103227
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
101985
103228
|
|
|
103229
|
+
@jsii.member(jsii_name="fromVpcPeeringConnectionId")
|
|
103230
|
+
@builtins.classmethod
|
|
103231
|
+
def from_vpc_peering_connection_id(
|
|
103232
|
+
cls,
|
|
103233
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
103234
|
+
id: builtins.str,
|
|
103235
|
+
vpc_peering_connection_id: builtins.str,
|
|
103236
|
+
) -> IVPCPeeringConnectionRef:
|
|
103237
|
+
'''Creates a new IVPCPeeringConnectionRef from a vpcPeeringConnectionId.
|
|
103238
|
+
|
|
103239
|
+
:param scope: -
|
|
103240
|
+
:param id: -
|
|
103241
|
+
:param vpc_peering_connection_id: -
|
|
103242
|
+
'''
|
|
103243
|
+
if __debug__:
|
|
103244
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4fadd96e54aabc1ea360fa3e10dc183efa5804667a04aa67b78359fe52e7b472)
|
|
103245
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
103246
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
103247
|
+
check_type(argname="argument vpc_peering_connection_id", value=vpc_peering_connection_id, expected_type=type_hints["vpc_peering_connection_id"])
|
|
103248
|
+
return typing.cast(IVPCPeeringConnectionRef, jsii.sinvoke(cls, "fromVpcPeeringConnectionId", [scope, id, vpc_peering_connection_id]))
|
|
103249
|
+
|
|
101986
103250
|
@jsii.member(jsii_name="inspect")
|
|
101987
103251
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
101988
103252
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -102275,6 +103539,27 @@ class CfnVPNConnection(
|
|
|
102275
103539
|
|
|
102276
103540
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
102277
103541
|
|
|
103542
|
+
@jsii.member(jsii_name="fromVpnConnectionId")
|
|
103543
|
+
@builtins.classmethod
|
|
103544
|
+
def from_vpn_connection_id(
|
|
103545
|
+
cls,
|
|
103546
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
103547
|
+
id: builtins.str,
|
|
103548
|
+
vpn_connection_id: builtins.str,
|
|
103549
|
+
) -> IVPNConnectionRef:
|
|
103550
|
+
'''Creates a new IVPNConnectionRef from a vpnConnectionId.
|
|
103551
|
+
|
|
103552
|
+
:param scope: -
|
|
103553
|
+
:param id: -
|
|
103554
|
+
:param vpn_connection_id: -
|
|
103555
|
+
'''
|
|
103556
|
+
if __debug__:
|
|
103557
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8efa3ce31c0aaded82864341c4001c66c1109a24357d8fd684152978af3ae7ef)
|
|
103558
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
103559
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
103560
|
+
check_type(argname="argument vpn_connection_id", value=vpn_connection_id, expected_type=type_hints["vpn_connection_id"])
|
|
103561
|
+
return typing.cast(IVPNConnectionRef, jsii.sinvoke(cls, "fromVpnConnectionId", [scope, id, vpn_connection_id]))
|
|
103562
|
+
|
|
102278
103563
|
@jsii.member(jsii_name="inspect")
|
|
102279
103564
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
102280
103565
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -103721,6 +105006,27 @@ class CfnVPNGateway(
|
|
|
103721
105006
|
|
|
103722
105007
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
103723
105008
|
|
|
105009
|
+
@jsii.member(jsii_name="fromVpnGatewayId")
|
|
105010
|
+
@builtins.classmethod
|
|
105011
|
+
def from_vpn_gateway_id(
|
|
105012
|
+
cls,
|
|
105013
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
105014
|
+
id: builtins.str,
|
|
105015
|
+
vpn_gateway_id: builtins.str,
|
|
105016
|
+
) -> IVPNGatewayRef:
|
|
105017
|
+
'''Creates a new IVPNGatewayRef from a vpnGatewayId.
|
|
105018
|
+
|
|
105019
|
+
:param scope: -
|
|
105020
|
+
:param id: -
|
|
105021
|
+
:param vpn_gateway_id: -
|
|
105022
|
+
'''
|
|
105023
|
+
if __debug__:
|
|
105024
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0fe492a9a91891488d849fbaa3dbbb6a42e1a95d75a89e1bd5428744c81e9315)
|
|
105025
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
105026
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
105027
|
+
check_type(argname="argument vpn_gateway_id", value=vpn_gateway_id, expected_type=type_hints["vpn_gateway_id"])
|
|
105028
|
+
return typing.cast(IVPNGatewayRef, jsii.sinvoke(cls, "fromVpnGatewayId", [scope, id, vpn_gateway_id]))
|
|
105029
|
+
|
|
103724
105030
|
@jsii.member(jsii_name="inspect")
|
|
103725
105031
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
103726
105032
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -104092,6 +105398,27 @@ class CfnVerifiedAccessEndpoint(
|
|
|
104092
105398
|
|
|
104093
105399
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
104094
105400
|
|
|
105401
|
+
@jsii.member(jsii_name="fromVerifiedAccessEndpointId")
|
|
105402
|
+
@builtins.classmethod
|
|
105403
|
+
def from_verified_access_endpoint_id(
|
|
105404
|
+
cls,
|
|
105405
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
105406
|
+
id: builtins.str,
|
|
105407
|
+
verified_access_endpoint_id: builtins.str,
|
|
105408
|
+
) -> IVerifiedAccessEndpointRef:
|
|
105409
|
+
'''Creates a new IVerifiedAccessEndpointRef from a verifiedAccessEndpointId.
|
|
105410
|
+
|
|
105411
|
+
:param scope: -
|
|
105412
|
+
:param id: -
|
|
105413
|
+
:param verified_access_endpoint_id: -
|
|
105414
|
+
'''
|
|
105415
|
+
if __debug__:
|
|
105416
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e8b97d2921a1cea06d8f2a1b3f8e7c5ce2a1b7f8c1c5828765e24178785c2de9)
|
|
105417
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
105418
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
105419
|
+
check_type(argname="argument verified_access_endpoint_id", value=verified_access_endpoint_id, expected_type=type_hints["verified_access_endpoint_id"])
|
|
105420
|
+
return typing.cast(IVerifiedAccessEndpointRef, jsii.sinvoke(cls, "fromVerifiedAccessEndpointId", [scope, id, verified_access_endpoint_id]))
|
|
105421
|
+
|
|
104095
105422
|
@jsii.member(jsii_name="inspect")
|
|
104096
105423
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
104097
105424
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -105171,6 +106498,48 @@ class CfnVerifiedAccessGroup(
|
|
|
105171
106498
|
|
|
105172
106499
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
105173
106500
|
|
|
106501
|
+
@jsii.member(jsii_name="fromVerifiedAccessGroupArn")
|
|
106502
|
+
@builtins.classmethod
|
|
106503
|
+
def from_verified_access_group_arn(
|
|
106504
|
+
cls,
|
|
106505
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
106506
|
+
id: builtins.str,
|
|
106507
|
+
arn: builtins.str,
|
|
106508
|
+
) -> IVerifiedAccessGroupRef:
|
|
106509
|
+
'''Creates a new IVerifiedAccessGroupRef from an ARN.
|
|
106510
|
+
|
|
106511
|
+
:param scope: -
|
|
106512
|
+
:param id: -
|
|
106513
|
+
:param arn: -
|
|
106514
|
+
'''
|
|
106515
|
+
if __debug__:
|
|
106516
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5e8d0ba34446168298edbb5338e0c072c3868ef114709e8ad4db2c58cd2873e5)
|
|
106517
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
106518
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
106519
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
106520
|
+
return typing.cast(IVerifiedAccessGroupRef, jsii.sinvoke(cls, "fromVerifiedAccessGroupArn", [scope, id, arn]))
|
|
106521
|
+
|
|
106522
|
+
@jsii.member(jsii_name="fromVerifiedAccessGroupId")
|
|
106523
|
+
@builtins.classmethod
|
|
106524
|
+
def from_verified_access_group_id(
|
|
106525
|
+
cls,
|
|
106526
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
106527
|
+
id: builtins.str,
|
|
106528
|
+
verified_access_group_id: builtins.str,
|
|
106529
|
+
) -> IVerifiedAccessGroupRef:
|
|
106530
|
+
'''Creates a new IVerifiedAccessGroupRef from a verifiedAccessGroupId.
|
|
106531
|
+
|
|
106532
|
+
:param scope: -
|
|
106533
|
+
:param id: -
|
|
106534
|
+
:param verified_access_group_id: -
|
|
106535
|
+
'''
|
|
106536
|
+
if __debug__:
|
|
106537
|
+
type_hints = typing.get_type_hints(_typecheckingstub__98f11580d8cdd0377dd1b121b60f77ac003ebf83c7d1ddfa8e0e8216f166b270)
|
|
106538
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
106539
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
106540
|
+
check_type(argname="argument verified_access_group_id", value=verified_access_group_id, expected_type=type_hints["verified_access_group_id"])
|
|
106541
|
+
return typing.cast(IVerifiedAccessGroupRef, jsii.sinvoke(cls, "fromVerifiedAccessGroupId", [scope, id, verified_access_group_id]))
|
|
106542
|
+
|
|
105174
106543
|
@jsii.member(jsii_name="inspect")
|
|
105175
106544
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
105176
106545
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -105526,6 +106895,27 @@ class CfnVerifiedAccessInstance(
|
|
|
105526
106895
|
|
|
105527
106896
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
105528
106897
|
|
|
106898
|
+
@jsii.member(jsii_name="fromVerifiedAccessInstanceId")
|
|
106899
|
+
@builtins.classmethod
|
|
106900
|
+
def from_verified_access_instance_id(
|
|
106901
|
+
cls,
|
|
106902
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
106903
|
+
id: builtins.str,
|
|
106904
|
+
verified_access_instance_id: builtins.str,
|
|
106905
|
+
) -> IVerifiedAccessInstanceRef:
|
|
106906
|
+
'''Creates a new IVerifiedAccessInstanceRef from a verifiedAccessInstanceId.
|
|
106907
|
+
|
|
106908
|
+
:param scope: -
|
|
106909
|
+
:param id: -
|
|
106910
|
+
:param verified_access_instance_id: -
|
|
106911
|
+
'''
|
|
106912
|
+
if __debug__:
|
|
106913
|
+
type_hints = typing.get_type_hints(_typecheckingstub__52bc0364666a854cfb0b8fc8f681725c74f7578408636d4bb3a1d6f458f424ac)
|
|
106914
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
106915
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
106916
|
+
check_type(argname="argument verified_access_instance_id", value=verified_access_instance_id, expected_type=type_hints["verified_access_instance_id"])
|
|
106917
|
+
return typing.cast(IVerifiedAccessInstanceRef, jsii.sinvoke(cls, "fromVerifiedAccessInstanceId", [scope, id, verified_access_instance_id]))
|
|
106918
|
+
|
|
105529
106919
|
@jsii.member(jsii_name="inspect")
|
|
105530
106920
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
105531
106921
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -106353,6 +107743,27 @@ class CfnVerifiedAccessTrustProvider(
|
|
|
106353
107743
|
|
|
106354
107744
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
106355
107745
|
|
|
107746
|
+
@jsii.member(jsii_name="fromVerifiedAccessTrustProviderId")
|
|
107747
|
+
@builtins.classmethod
|
|
107748
|
+
def from_verified_access_trust_provider_id(
|
|
107749
|
+
cls,
|
|
107750
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
107751
|
+
id: builtins.str,
|
|
107752
|
+
verified_access_trust_provider_id: builtins.str,
|
|
107753
|
+
) -> IVerifiedAccessTrustProviderRef:
|
|
107754
|
+
'''Creates a new IVerifiedAccessTrustProviderRef from a verifiedAccessTrustProviderId.
|
|
107755
|
+
|
|
107756
|
+
:param scope: -
|
|
107757
|
+
:param id: -
|
|
107758
|
+
:param verified_access_trust_provider_id: -
|
|
107759
|
+
'''
|
|
107760
|
+
if __debug__:
|
|
107761
|
+
type_hints = typing.get_type_hints(_typecheckingstub__66b253dbe5abe53f90d6a0fbae67d7ac37831828f32cd37ecf4a5567cf47fd11)
|
|
107762
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
107763
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
107764
|
+
check_type(argname="argument verified_access_trust_provider_id", value=verified_access_trust_provider_id, expected_type=type_hints["verified_access_trust_provider_id"])
|
|
107765
|
+
return typing.cast(IVerifiedAccessTrustProviderRef, jsii.sinvoke(cls, "fromVerifiedAccessTrustProviderId", [scope, id, verified_access_trust_provider_id]))
|
|
107766
|
+
|
|
106356
107767
|
@jsii.member(jsii_name="inspect")
|
|
106357
107768
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
106358
107769
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -107170,6 +108581,27 @@ class CfnVolume(
|
|
|
107170
108581
|
|
|
107171
108582
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
107172
108583
|
|
|
108584
|
+
@jsii.member(jsii_name="fromVolumeId")
|
|
108585
|
+
@builtins.classmethod
|
|
108586
|
+
def from_volume_id(
|
|
108587
|
+
cls,
|
|
108588
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
108589
|
+
id: builtins.str,
|
|
108590
|
+
volume_id: builtins.str,
|
|
108591
|
+
) -> IVolumeRef:
|
|
108592
|
+
'''Creates a new IVolumeRef from a volumeId.
|
|
108593
|
+
|
|
108594
|
+
:param scope: -
|
|
108595
|
+
:param id: -
|
|
108596
|
+
:param volume_id: -
|
|
108597
|
+
'''
|
|
108598
|
+
if __debug__:
|
|
108599
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3985deb01669d87ef0e6f31ccd4d7dcb9047943619f12ab86f0354fc9037d9fc)
|
|
108600
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
108601
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
108602
|
+
check_type(argname="argument volume_id", value=volume_id, expected_type=type_hints["volume_id"])
|
|
108603
|
+
return typing.cast(IVolumeRef, jsii.sinvoke(cls, "fromVolumeId", [scope, id, volume_id]))
|
|
108604
|
+
|
|
107173
108605
|
@jsii.member(jsii_name="inspect")
|
|
107174
108606
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
107175
108607
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -121291,6 +122723,22 @@ def _typecheckingstub__96fb3bc559aaa9df971e86ea7cdd3cdc3de550019a2d3bf247d3fb169
|
|
|
121291
122723
|
"""Type checking stubs"""
|
|
121292
122724
|
pass
|
|
121293
122725
|
|
|
122726
|
+
def _typecheckingstub__242a15e7bf42e6c621edce3ee1bcc6dbdae838ec419b9b180bba859dfe4afd1a(
|
|
122727
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
122728
|
+
id: builtins.str,
|
|
122729
|
+
arn: builtins.str,
|
|
122730
|
+
) -> None:
|
|
122731
|
+
"""Type checking stubs"""
|
|
122732
|
+
pass
|
|
122733
|
+
|
|
122734
|
+
def _typecheckingstub__781ecc565f5bfed576bb327fd7d8f9df2faaeaed9203885685d850ae030424ac(
|
|
122735
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
122736
|
+
id: builtins.str,
|
|
122737
|
+
capacity_reservation_id: builtins.str,
|
|
122738
|
+
) -> None:
|
|
122739
|
+
"""Type checking stubs"""
|
|
122740
|
+
pass
|
|
122741
|
+
|
|
121294
122742
|
def _typecheckingstub__ac561edf867860b2e6780f7d06fe916bfb499cbbdab9e47874e784f8ee13259f(
|
|
121295
122743
|
inspector: _TreeInspector_488e0dd5,
|
|
121296
122744
|
) -> None:
|
|
@@ -121434,6 +122882,14 @@ def _typecheckingstub__f6fb1af1f639a354aff6bb978bcac42ab042448e257770c8bed7a4689
|
|
|
121434
122882
|
"""Type checking stubs"""
|
|
121435
122883
|
pass
|
|
121436
122884
|
|
|
122885
|
+
def _typecheckingstub__8ce2e55664d7d56ee8f39edbc2457441ce40801b2f2a8fdf067c859372d47256(
|
|
122886
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
122887
|
+
id: builtins.str,
|
|
122888
|
+
capacity_reservation_fleet_id: builtins.str,
|
|
122889
|
+
) -> None:
|
|
122890
|
+
"""Type checking stubs"""
|
|
122891
|
+
pass
|
|
122892
|
+
|
|
121437
122893
|
def _typecheckingstub__35bd03d12bd6116122e660dadd70f4c4735a841ce1b9a702a966cfc70b2123d1(
|
|
121438
122894
|
inspector: _TreeInspector_488e0dd5,
|
|
121439
122895
|
) -> None:
|
|
@@ -121531,6 +122987,14 @@ def _typecheckingstub__a96681cf286606ecadca18bda0ea89ce2bcb5ccb239c0ee8192648a3c
|
|
|
121531
122987
|
"""Type checking stubs"""
|
|
121532
122988
|
pass
|
|
121533
122989
|
|
|
122990
|
+
def _typecheckingstub__c8aa5b8c1cec327629471b2e43a435932f64ab75d13b5a406a1cc133c3df4c16(
|
|
122991
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
122992
|
+
id: builtins.str,
|
|
122993
|
+
carrier_gateway_id: builtins.str,
|
|
122994
|
+
) -> None:
|
|
122995
|
+
"""Type checking stubs"""
|
|
122996
|
+
pass
|
|
122997
|
+
|
|
121534
122998
|
def _typecheckingstub__d13b490de5a71d5c115db0ab3676eac3623d858382e7bda0f72126bd9502de90(
|
|
121535
122999
|
inspector: _TreeInspector_488e0dd5,
|
|
121536
123000
|
) -> None:
|
|
@@ -121636,6 +123100,14 @@ def _typecheckingstub__1880bffa9253aaedfa6af6175da6262a96ea34dadf82dc678a1eef91c
|
|
|
121636
123100
|
"""Type checking stubs"""
|
|
121637
123101
|
pass
|
|
121638
123102
|
|
|
123103
|
+
def _typecheckingstub__d23f1d48d3ad2b00e94b4fa4c7104d5d65b95f068ffeb0f99ff853120498cff9(
|
|
123104
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
123105
|
+
id: builtins.str,
|
|
123106
|
+
client_vpn_endpoint_id: builtins.str,
|
|
123107
|
+
) -> None:
|
|
123108
|
+
"""Type checking stubs"""
|
|
123109
|
+
pass
|
|
123110
|
+
|
|
121639
123111
|
def _typecheckingstub__6c918e848a5790bf428aae5434bdf054890599ff5e33a0c7aec91388a7d88962(
|
|
121640
123112
|
inspector: _TreeInspector_488e0dd5,
|
|
121641
123113
|
) -> None:
|
|
@@ -121925,6 +123397,14 @@ def _typecheckingstub__16b41182e007e05b84fd0c97afc1e26001e78a56de2eb5b10c9f809de
|
|
|
121925
123397
|
"""Type checking stubs"""
|
|
121926
123398
|
pass
|
|
121927
123399
|
|
|
123400
|
+
def _typecheckingstub__0afe15e1e0daa5cb7430989883d9a0fb9a6b499536ae708f0b433efe37eb242a(
|
|
123401
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
123402
|
+
id: builtins.str,
|
|
123403
|
+
customer_gateway_id: builtins.str,
|
|
123404
|
+
) -> None:
|
|
123405
|
+
"""Type checking stubs"""
|
|
123406
|
+
pass
|
|
123407
|
+
|
|
121928
123408
|
def _typecheckingstub__ce54eac1ec957fc55ffb27a654680402c3468f669a41d23ab734690d410698df(
|
|
121929
123409
|
inspector: _TreeInspector_488e0dd5,
|
|
121930
123410
|
) -> None:
|
|
@@ -121994,6 +123474,14 @@ def _typecheckingstub__5f22238da23e1a95528fc55d3e3a28b661b69a5dfe2d1e64620bef1eb
|
|
|
121994
123474
|
"""Type checking stubs"""
|
|
121995
123475
|
pass
|
|
121996
123476
|
|
|
123477
|
+
def _typecheckingstub__b2486de874e134a3043dfdbb941a074b827031f8ebf8a9bd091aad695f7e0dd3(
|
|
123478
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
123479
|
+
id: builtins.str,
|
|
123480
|
+
dhcp_options_id: builtins.str,
|
|
123481
|
+
) -> None:
|
|
123482
|
+
"""Type checking stubs"""
|
|
123483
|
+
pass
|
|
123484
|
+
|
|
121997
123485
|
def _typecheckingstub__4bd34186ec5701fad199396bd872adb91c15f71647beefe007bb9dbafe17d86b(
|
|
121998
123486
|
inspector: _TreeInspector_488e0dd5,
|
|
121999
123487
|
) -> None:
|
|
@@ -122068,6 +123556,14 @@ def _typecheckingstub__9b04bc874649f768ee829fef298c1c886ebb6fc5aa454a0c698e17c25
|
|
|
122068
123556
|
"""Type checking stubs"""
|
|
122069
123557
|
pass
|
|
122070
123558
|
|
|
123559
|
+
def _typecheckingstub__2ee601eac5eafb952aa02f5bc6655677162f52b7799032dcb17f7bb1182d7b78(
|
|
123560
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
123561
|
+
id: builtins.str,
|
|
123562
|
+
fleet_id: builtins.str,
|
|
123563
|
+
) -> None:
|
|
123564
|
+
"""Type checking stubs"""
|
|
123565
|
+
pass
|
|
123566
|
+
|
|
122071
123567
|
def _typecheckingstub__ba2b8151d12fc4a02b9b697317595ccdcf5010cff290619525b157c76a9376e5(
|
|
122072
123568
|
inspector: _TreeInspector_488e0dd5,
|
|
122073
123569
|
) -> None:
|
|
@@ -122553,6 +124049,14 @@ def _typecheckingstub__84a7ddca98bd1c24713f12588ec54b51cdc19c99c2209e07c96417201
|
|
|
122553
124049
|
"""Type checking stubs"""
|
|
122554
124050
|
pass
|
|
122555
124051
|
|
|
124052
|
+
def _typecheckingstub__354cc4a04829d4d8ea27b13760e9b10998ca354904d4d1a8c1658898560c7547(
|
|
124053
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124054
|
+
id: builtins.str,
|
|
124055
|
+
egress_only_internet_gateway_id: builtins.str,
|
|
124056
|
+
) -> None:
|
|
124057
|
+
"""Type checking stubs"""
|
|
124058
|
+
pass
|
|
124059
|
+
|
|
122556
124060
|
def _typecheckingstub__3776ca79b4c1077cd8641d4bff766f9377360b8cadb064edee5912829e24521b(
|
|
122557
124061
|
inspector: _TreeInspector_488e0dd5,
|
|
122558
124062
|
) -> None:
|
|
@@ -122631,6 +124135,14 @@ def _typecheckingstub__72358d22276e2eb5cd641ca06942afc99075017aabb8f3000a9b07b53
|
|
|
122631
124135
|
"""Type checking stubs"""
|
|
122632
124136
|
pass
|
|
122633
124137
|
|
|
124138
|
+
def _typecheckingstub__f36192db4758515f4e8fe5294885307688ebee7c41df91924b3cc7c58c084931(
|
|
124139
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124140
|
+
id: builtins.str,
|
|
124141
|
+
flow_log_id: builtins.str,
|
|
124142
|
+
) -> None:
|
|
124143
|
+
"""Type checking stubs"""
|
|
124144
|
+
pass
|
|
124145
|
+
|
|
122634
124146
|
def _typecheckingstub__7e198443ee858ff19e4aabc024d3248d8cb921d93f5a62465d022de2d8cfa5e2(
|
|
122635
124147
|
inspector: _TreeInspector_488e0dd5,
|
|
122636
124148
|
) -> None:
|
|
@@ -122856,6 +124368,22 @@ def _typecheckingstub__5dd8d015864426e689ac2f72f1fdd70371d242931964ab4d571ea5601
|
|
|
122856
124368
|
"""Type checking stubs"""
|
|
122857
124369
|
pass
|
|
122858
124370
|
|
|
124371
|
+
def _typecheckingstub__dbbd2727225bc7d0b2b07b8e5350e67cde6145e572396e515987b2ca83efb35d(
|
|
124372
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124373
|
+
id: builtins.str,
|
|
124374
|
+
arn: builtins.str,
|
|
124375
|
+
) -> None:
|
|
124376
|
+
"""Type checking stubs"""
|
|
124377
|
+
pass
|
|
124378
|
+
|
|
124379
|
+
def _typecheckingstub__3a397bccb7f8a5d00a539339c61070eeb2f0041f1e9b853d9c3ff4108b9fc41f(
|
|
124380
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124381
|
+
id: builtins.str,
|
|
124382
|
+
ipam_id: builtins.str,
|
|
124383
|
+
) -> None:
|
|
124384
|
+
"""Type checking stubs"""
|
|
124385
|
+
pass
|
|
124386
|
+
|
|
122859
124387
|
def _typecheckingstub__52d60de86ca7ba70a9845a22c132a50b0a472c7cce8b00d8e266f850b9c0e6f4(
|
|
122860
124388
|
inspector: _TreeInspector_488e0dd5,
|
|
122861
124389
|
) -> None:
|
|
@@ -122996,6 +124524,22 @@ def _typecheckingstub__49ac69dacc9e55c18363e598ee436fae30723dd4b487a4cd514778546
|
|
|
122996
124524
|
"""Type checking stubs"""
|
|
122997
124525
|
pass
|
|
122998
124526
|
|
|
124527
|
+
def _typecheckingstub__47105a1d20409489c978aa497594085c7ec23428d701929b7d5d6e88597fc8ea(
|
|
124528
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124529
|
+
id: builtins.str,
|
|
124530
|
+
arn: builtins.str,
|
|
124531
|
+
) -> None:
|
|
124532
|
+
"""Type checking stubs"""
|
|
124533
|
+
pass
|
|
124534
|
+
|
|
124535
|
+
def _typecheckingstub__4d7c62fdd0808cff12896a08f6da75da4f12cca4ff0b69e42aea18469e5f8037(
|
|
124536
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124537
|
+
id: builtins.str,
|
|
124538
|
+
ipam_pool_id: builtins.str,
|
|
124539
|
+
) -> None:
|
|
124540
|
+
"""Type checking stubs"""
|
|
124541
|
+
pass
|
|
124542
|
+
|
|
122999
124543
|
def _typecheckingstub__ed624bf3dc307f04a3b45acad98bea6483b1a66eab0f2a9472fa9843d91564b2(
|
|
123000
124544
|
inspector: _TreeInspector_488e0dd5,
|
|
123001
124545
|
) -> None:
|
|
@@ -123174,6 +124718,14 @@ def _typecheckingstub__b9865e76fdfd7caecfedb4df232a297c92dc11c534785272c111c4d0b
|
|
|
123174
124718
|
"""Type checking stubs"""
|
|
123175
124719
|
pass
|
|
123176
124720
|
|
|
124721
|
+
def _typecheckingstub__807b5f30599e5c9c0b6fd285c8c3fb0cbd099b69531ae96fee544f0d2c11cd9d(
|
|
124722
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124723
|
+
id: builtins.str,
|
|
124724
|
+
ipam_resource_discovery_id: builtins.str,
|
|
124725
|
+
) -> None:
|
|
124726
|
+
"""Type checking stubs"""
|
|
124727
|
+
pass
|
|
124728
|
+
|
|
123177
124729
|
def _typecheckingstub__c1d8c82f3dfe9b8619160b061cf8b66f8028c4b53cd00fc8313e6ceec44d1e6b(
|
|
123178
124730
|
inspector: _TreeInspector_488e0dd5,
|
|
123179
124731
|
) -> None:
|
|
@@ -123235,6 +124787,14 @@ def _typecheckingstub__fd4a98893481afc827d51d87886f223e1b30f0a19b4c90a338e76e2be
|
|
|
123235
124787
|
"""Type checking stubs"""
|
|
123236
124788
|
pass
|
|
123237
124789
|
|
|
124790
|
+
def _typecheckingstub__82e6d2a680bfc3cbc44814bd23391cde166be2ef5f7efa2e0a9f9c1255eeb737(
|
|
124791
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124792
|
+
id: builtins.str,
|
|
124793
|
+
ipam_resource_discovery_association_id: builtins.str,
|
|
124794
|
+
) -> None:
|
|
124795
|
+
"""Type checking stubs"""
|
|
124796
|
+
pass
|
|
124797
|
+
|
|
123238
124798
|
def _typecheckingstub__5d646cf54c4b619a5fd65d31cad194a8f982e5f38dfb0cf292dfad80fee1a230(
|
|
123239
124799
|
inspector: _TreeInspector_488e0dd5,
|
|
123240
124800
|
) -> None:
|
|
@@ -123276,6 +124836,22 @@ def _typecheckingstub__0261d3b2f94da048fb1c8fbab861a99b9ba787a6bfde7f2b8d1f37d93
|
|
|
123276
124836
|
"""Type checking stubs"""
|
|
123277
124837
|
pass
|
|
123278
124838
|
|
|
124839
|
+
def _typecheckingstub__61f5c45722386d802a565a1a4e1d78bf2213f8eb5285b695a32989bd2806a1a1(
|
|
124840
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124841
|
+
id: builtins.str,
|
|
124842
|
+
arn: builtins.str,
|
|
124843
|
+
) -> None:
|
|
124844
|
+
"""Type checking stubs"""
|
|
124845
|
+
pass
|
|
124846
|
+
|
|
124847
|
+
def _typecheckingstub__8e6bcdbc98a549d8c3610cbaebbee6876d300668adcd963e571740f4f7178bcb(
|
|
124848
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124849
|
+
id: builtins.str,
|
|
124850
|
+
ipam_scope_id: builtins.str,
|
|
124851
|
+
) -> None:
|
|
124852
|
+
"""Type checking stubs"""
|
|
124853
|
+
pass
|
|
124854
|
+
|
|
123279
124855
|
def _typecheckingstub__33ce1a601432c36a76445a195729508d4810ba6d52ceb4763cb3fd1abcb95a13(
|
|
123280
124856
|
inspector: _TreeInspector_488e0dd5,
|
|
123281
124857
|
) -> None:
|
|
@@ -123355,6 +124931,14 @@ def _typecheckingstub__c4a16bcac45df35102107cab13dbaea279aac225408d8ffe54a341484
|
|
|
123355
124931
|
"""Type checking stubs"""
|
|
123356
124932
|
pass
|
|
123357
124933
|
|
|
124934
|
+
def _typecheckingstub__81589764025a8482034828bdc867dc2e8422a6a46a198ac427864caca248ab98(
|
|
124935
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
124936
|
+
id: builtins.str,
|
|
124937
|
+
instance_id: builtins.str,
|
|
124938
|
+
) -> None:
|
|
124939
|
+
"""Type checking stubs"""
|
|
124940
|
+
pass
|
|
124941
|
+
|
|
123358
124942
|
def _typecheckingstub__f0f05b7732316f828754605c3154cbf0ccd005a66cccda9fe936bd6d833ff8d6(
|
|
123359
124943
|
inspector: _TreeInspector_488e0dd5,
|
|
123360
124944
|
) -> None:
|
|
@@ -123811,6 +125395,14 @@ def _typecheckingstub__5dd25848f0ceb23edd764d8f4a076cf8f9d22793b6ca99db922a9c410
|
|
|
123811
125395
|
"""Type checking stubs"""
|
|
123812
125396
|
pass
|
|
123813
125397
|
|
|
125398
|
+
def _typecheckingstub__9f3617fc8f78a7a40b7d2896ac78abbbd67d79b2302438ddcf0fe7469dbd4189(
|
|
125399
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
125400
|
+
id: builtins.str,
|
|
125401
|
+
instance_connect_endpoint_id: builtins.str,
|
|
125402
|
+
) -> None:
|
|
125403
|
+
"""Type checking stubs"""
|
|
125404
|
+
pass
|
|
125405
|
+
|
|
123814
125406
|
def _typecheckingstub__5891536cec39a3051ee1e1e6cad74074ab2e104448cf33448a891defadf16b6e(
|
|
123815
125407
|
inspector: _TreeInspector_488e0dd5,
|
|
123816
125408
|
) -> None:
|
|
@@ -123862,6 +125454,14 @@ def _typecheckingstub__aa065a029e2c56d70c69099c85a03c8dbfa72480a3684dfdde80dc1f9
|
|
|
123862
125454
|
"""Type checking stubs"""
|
|
123863
125455
|
pass
|
|
123864
125456
|
|
|
125457
|
+
def _typecheckingstub__54bc51f568aa4a2bd7d47e8d2d81225de775da97c6f429dcb3b15d868b05ec59(
|
|
125458
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
125459
|
+
id: builtins.str,
|
|
125460
|
+
internet_gateway_id: builtins.str,
|
|
125461
|
+
) -> None:
|
|
125462
|
+
"""Type checking stubs"""
|
|
125463
|
+
pass
|
|
125464
|
+
|
|
123865
125465
|
def _typecheckingstub__ed6eab34daf843734d508076e53ea4a173d898576d71d9ededed91159fb9ac83(
|
|
123866
125466
|
inspector: _TreeInspector_488e0dd5,
|
|
123867
125467
|
) -> None:
|
|
@@ -123981,6 +125581,14 @@ def _typecheckingstub__e9499e80b4296e1479809c7b5bc3f6e9f3d10776c827e6a75fe938526
|
|
|
123981
125581
|
"""Type checking stubs"""
|
|
123982
125582
|
pass
|
|
123983
125583
|
|
|
125584
|
+
def _typecheckingstub__a8c17623f73207f13a4641883222a4a8667ac8265e1917c0d0002e269136870b(
|
|
125585
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
125586
|
+
id: builtins.str,
|
|
125587
|
+
launch_template_id: builtins.str,
|
|
125588
|
+
) -> None:
|
|
125589
|
+
"""Type checking stubs"""
|
|
125590
|
+
pass
|
|
125591
|
+
|
|
123984
125592
|
def _typecheckingstub__64365a4d33f8b9644946798f4e453417c6eb4405260711ca681d0a287f7b888b(
|
|
123985
125593
|
inspector: _TreeInspector_488e0dd5,
|
|
123986
125594
|
) -> None:
|
|
@@ -124553,6 +126161,14 @@ def _typecheckingstub__942279fba690e3b98e5f34e81caaa9a7615238fc515203fa133421207
|
|
|
124553
126161
|
"""Type checking stubs"""
|
|
124554
126162
|
pass
|
|
124555
126163
|
|
|
126164
|
+
def _typecheckingstub__2588776ef31366e7110cbd1b7485e467afd35a62571e30c6ff5ea61f09dbaef6(
|
|
126165
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126166
|
+
id: builtins.str,
|
|
126167
|
+
local_gateway_route_table_vpc_association_id: builtins.str,
|
|
126168
|
+
) -> None:
|
|
126169
|
+
"""Type checking stubs"""
|
|
126170
|
+
pass
|
|
126171
|
+
|
|
124556
126172
|
def _typecheckingstub__6e0090cdfca64ec4d1bbfb0e79bc4d70ac0e16c0b41e3d5a4f6379764eab22fd(
|
|
124557
126173
|
inspector: _TreeInspector_488e0dd5,
|
|
124558
126174
|
) -> None:
|
|
@@ -124594,6 +126210,14 @@ def _typecheckingstub__50c4489e5740fab22081ddb54e3174bf9ad508e11ecbc13eefa82b53a
|
|
|
124594
126210
|
"""Type checking stubs"""
|
|
124595
126211
|
pass
|
|
124596
126212
|
|
|
126213
|
+
def _typecheckingstub__1ca1e0d2f456b1a55a06b90d756c699de6269a3a10a224243bce856ef12ffdd7(
|
|
126214
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126215
|
+
id: builtins.str,
|
|
126216
|
+
local_gateway_route_table_virtual_interface_group_association_id: builtins.str,
|
|
126217
|
+
) -> None:
|
|
126218
|
+
"""Type checking stubs"""
|
|
126219
|
+
pass
|
|
126220
|
+
|
|
124597
126221
|
def _typecheckingstub__3d39418274eaeb02fc75ac2865586ff6b8ebd16a2cc61f6e8185359a87240a1f(
|
|
124598
126222
|
inspector: _TreeInspector_488e0dd5,
|
|
124599
126223
|
) -> None:
|
|
@@ -124641,6 +126265,14 @@ def _typecheckingstub__4d23f1a46df0174ce142c0ff05ac9cb901ecac30141c8b466b44569b4
|
|
|
124641
126265
|
"""Type checking stubs"""
|
|
124642
126266
|
pass
|
|
124643
126267
|
|
|
126268
|
+
def _typecheckingstub__34cfe506e227f5b621d72e3e7aacfab682ebb13b08e4641fb2aac2e3c8115049(
|
|
126269
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126270
|
+
id: builtins.str,
|
|
126271
|
+
nat_gateway_id: builtins.str,
|
|
126272
|
+
) -> None:
|
|
126273
|
+
"""Type checking stubs"""
|
|
126274
|
+
pass
|
|
126275
|
+
|
|
124644
126276
|
def _typecheckingstub__bdb247dbf854f85e48e3d293459592f7c17817fd538cc790bbc2b953d197c893(
|
|
124645
126277
|
inspector: _TreeInspector_488e0dd5,
|
|
124646
126278
|
) -> None:
|
|
@@ -124851,6 +126483,22 @@ def _typecheckingstub__09b42a4fb4e9f46bed23ddfbf1c07b2a0ba5e4fce3bed5ffdc5d40d39
|
|
|
124851
126483
|
"""Type checking stubs"""
|
|
124852
126484
|
pass
|
|
124853
126485
|
|
|
126486
|
+
def _typecheckingstub__3632ea7fa523fcdb81438d658debb91b4701760eaa0415a0bdc266faca354251(
|
|
126487
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126488
|
+
id: builtins.str,
|
|
126489
|
+
arn: builtins.str,
|
|
126490
|
+
) -> None:
|
|
126491
|
+
"""Type checking stubs"""
|
|
126492
|
+
pass
|
|
126493
|
+
|
|
126494
|
+
def _typecheckingstub__efb5bb9abebf0a61b2896ddf0a55db826f7874024e2936157dbcc23112dddfd8(
|
|
126495
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126496
|
+
id: builtins.str,
|
|
126497
|
+
network_insights_access_scope_id: builtins.str,
|
|
126498
|
+
) -> None:
|
|
126499
|
+
"""Type checking stubs"""
|
|
126500
|
+
pass
|
|
126501
|
+
|
|
124854
126502
|
def _typecheckingstub__5f82b6edd1eb1b26cfbde99da725d72fca487a4954f8210236670099b07e4389(
|
|
124855
126503
|
inspector: _TreeInspector_488e0dd5,
|
|
124856
126504
|
) -> None:
|
|
@@ -124936,6 +126584,22 @@ def _typecheckingstub__3a18949cfdbc5dfd56eecde43f3705bb58594f84d85b5e275c607e623
|
|
|
124936
126584
|
"""Type checking stubs"""
|
|
124937
126585
|
pass
|
|
124938
126586
|
|
|
126587
|
+
def _typecheckingstub__3668c32aa8e5d02a247d4c80fe6266d97d133aa3bb65fbfd2ef7fd341b5b1411(
|
|
126588
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126589
|
+
id: builtins.str,
|
|
126590
|
+
arn: builtins.str,
|
|
126591
|
+
) -> None:
|
|
126592
|
+
"""Type checking stubs"""
|
|
126593
|
+
pass
|
|
126594
|
+
|
|
126595
|
+
def _typecheckingstub__e00c5c9fccb8c04cc5308465e2d3b230aa8f15551891ad2fef9a12e4c5fa6e86(
|
|
126596
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126597
|
+
id: builtins.str,
|
|
126598
|
+
network_insights_access_scope_analysis_id: builtins.str,
|
|
126599
|
+
) -> None:
|
|
126600
|
+
"""Type checking stubs"""
|
|
126601
|
+
pass
|
|
126602
|
+
|
|
124939
126603
|
def _typecheckingstub__68cf59f8d4cf1c47ec6143ca5ae0d86c2d23eda017b95478e02794d1802115fb(
|
|
124940
126604
|
inspector: _TreeInspector_488e0dd5,
|
|
124941
126605
|
) -> None:
|
|
@@ -124973,6 +126637,22 @@ def _typecheckingstub__678aad296e8f8e492a0d5ebb106e185ee0e54a22ad01e148f0ae03d00
|
|
|
124973
126637
|
"""Type checking stubs"""
|
|
124974
126638
|
pass
|
|
124975
126639
|
|
|
126640
|
+
def _typecheckingstub__ae28c1917b49d7fd6199e5668da16709fa05ca800a4395a073cbc08519b34238(
|
|
126641
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126642
|
+
id: builtins.str,
|
|
126643
|
+
arn: builtins.str,
|
|
126644
|
+
) -> None:
|
|
126645
|
+
"""Type checking stubs"""
|
|
126646
|
+
pass
|
|
126647
|
+
|
|
126648
|
+
def _typecheckingstub__8b713fa110223d77b66b005ffb45cc7b86312cc7643e39021a9dd1ee499e743f(
|
|
126649
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126650
|
+
id: builtins.str,
|
|
126651
|
+
network_insights_analysis_id: builtins.str,
|
|
126652
|
+
) -> None:
|
|
126653
|
+
"""Type checking stubs"""
|
|
126654
|
+
pass
|
|
126655
|
+
|
|
124976
126656
|
def _typecheckingstub__511339e103b3d28b7af09ce19b36ce54bde77d57587d4e29f2c94e9283956101(
|
|
124977
126657
|
inspector: _TreeInspector_488e0dd5,
|
|
124978
126658
|
) -> None:
|
|
@@ -125229,6 +126909,22 @@ def _typecheckingstub__f7fe7e248a834a6efe9954bca662d634bc784a1945ef06a82f8e180a1
|
|
|
125229
126909
|
"""Type checking stubs"""
|
|
125230
126910
|
pass
|
|
125231
126911
|
|
|
126912
|
+
def _typecheckingstub__ec854b4c46b429348547d312d819acf93a42139ba70dcc3836be4f96c9d878bb(
|
|
126913
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126914
|
+
id: builtins.str,
|
|
126915
|
+
arn: builtins.str,
|
|
126916
|
+
) -> None:
|
|
126917
|
+
"""Type checking stubs"""
|
|
126918
|
+
pass
|
|
126919
|
+
|
|
126920
|
+
def _typecheckingstub__9f54b87fd77ccd2de56dfcb0e5221f53a441b4cc0f6b579e57997c0945af017e(
|
|
126921
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
126922
|
+
id: builtins.str,
|
|
126923
|
+
network_insights_path_id: builtins.str,
|
|
126924
|
+
) -> None:
|
|
126925
|
+
"""Type checking stubs"""
|
|
126926
|
+
pass
|
|
126927
|
+
|
|
125232
126928
|
def _typecheckingstub__727c2e90bd02c8a49ccd06e5693994d060b2fb6dd8d39545ee9042b07e48c943(
|
|
125233
126929
|
inspector: _TreeInspector_488e0dd5,
|
|
125234
126930
|
) -> None:
|
|
@@ -125338,6 +127034,14 @@ def _typecheckingstub__8393da3cca9727d94c340192bc7d8b11bde1fb62e8d43771091b9a3e1
|
|
|
125338
127034
|
"""Type checking stubs"""
|
|
125339
127035
|
pass
|
|
125340
127036
|
|
|
127037
|
+
def _typecheckingstub__8cbfe39f26ef5d690165ca9ea0362532df746fbd6595d2532a6a37894f80621c(
|
|
127038
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127039
|
+
id: builtins.str,
|
|
127040
|
+
network_interface_id: builtins.str,
|
|
127041
|
+
) -> None:
|
|
127042
|
+
"""Type checking stubs"""
|
|
127043
|
+
pass
|
|
127044
|
+
|
|
125341
127045
|
def _typecheckingstub__36528adc5439ee87edbb54d96f163e3f07cf28679f7d2c3a64683cc2f634c13d(
|
|
125342
127046
|
inspector: _TreeInspector_488e0dd5,
|
|
125343
127047
|
) -> None:
|
|
@@ -125717,6 +127421,22 @@ def _typecheckingstub__ca40c21d744d74a8d12faa4a15d3401bfb9dfbec7caccc06e6b5e838a
|
|
|
125717
127421
|
"""Type checking stubs"""
|
|
125718
127422
|
pass
|
|
125719
127423
|
|
|
127424
|
+
def _typecheckingstub__adef60b4b789ab998d536575fd4bd2b1a69e6cdf78bd4634db07b06cd3e1e7b1(
|
|
127425
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127426
|
+
id: builtins.str,
|
|
127427
|
+
arn: builtins.str,
|
|
127428
|
+
) -> None:
|
|
127429
|
+
"""Type checking stubs"""
|
|
127430
|
+
pass
|
|
127431
|
+
|
|
127432
|
+
def _typecheckingstub__16506d5fb021421be47c51d69f9dc91b50f91d56652d6feeba62406d0fd67dd5(
|
|
127433
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127434
|
+
id: builtins.str,
|
|
127435
|
+
prefix_list_id: builtins.str,
|
|
127436
|
+
) -> None:
|
|
127437
|
+
"""Type checking stubs"""
|
|
127438
|
+
pass
|
|
127439
|
+
|
|
125720
127440
|
def _typecheckingstub__62322c706c8ccb56f4c1c382d594a4dd172bfc2026bcfaf8b6d57a0c1012f977(
|
|
125721
127441
|
inspector: _TreeInspector_488e0dd5,
|
|
125722
127442
|
) -> None:
|
|
@@ -125905,6 +127625,22 @@ def _typecheckingstub__e744a2467360e6327da0cb79726e11e01d594dbeec11f2982a422bcb1
|
|
|
125905
127625
|
"""Type checking stubs"""
|
|
125906
127626
|
pass
|
|
125907
127627
|
|
|
127628
|
+
def _typecheckingstub__8dd3ef8fbb66413fd34243f3b83b56f295aceec696f895c2bd9af9a4adf55ba9(
|
|
127629
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127630
|
+
id: builtins.str,
|
|
127631
|
+
arn: builtins.str,
|
|
127632
|
+
) -> None:
|
|
127633
|
+
"""Type checking stubs"""
|
|
127634
|
+
pass
|
|
127635
|
+
|
|
127636
|
+
def _typecheckingstub__b126b8f83b4fa7a09565c9646609459332c0641c0ddbbc6ec79298f1e6906f7d(
|
|
127637
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127638
|
+
id: builtins.str,
|
|
127639
|
+
route_server_id: builtins.str,
|
|
127640
|
+
) -> None:
|
|
127641
|
+
"""Type checking stubs"""
|
|
127642
|
+
pass
|
|
127643
|
+
|
|
125908
127644
|
def _typecheckingstub__3d4e9ce25bdead6fc034e09d4bd133ca6d8a9bdb28edabd76818abeb5861c650(
|
|
125909
127645
|
inspector: _TreeInspector_488e0dd5,
|
|
125910
127646
|
) -> None:
|
|
@@ -125992,6 +127728,22 @@ def _typecheckingstub__bc6285d87d5119c3a92dc59ed8148d7d11adb84676a3fb4a32f638fca
|
|
|
125992
127728
|
"""Type checking stubs"""
|
|
125993
127729
|
pass
|
|
125994
127730
|
|
|
127731
|
+
def _typecheckingstub__5947828fff9e216f8e2213cb8047de5fde8a6826430187e1ee6d0ac624bbed36(
|
|
127732
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127733
|
+
id: builtins.str,
|
|
127734
|
+
arn: builtins.str,
|
|
127735
|
+
) -> None:
|
|
127736
|
+
"""Type checking stubs"""
|
|
127737
|
+
pass
|
|
127738
|
+
|
|
127739
|
+
def _typecheckingstub__dcd9edacbfbbe4f4272b5580464de1d03e884a770cb25a32069f0d1277398a4d(
|
|
127740
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127741
|
+
id: builtins.str,
|
|
127742
|
+
route_server_endpoint_id: builtins.str,
|
|
127743
|
+
) -> None:
|
|
127744
|
+
"""Type checking stubs"""
|
|
127745
|
+
pass
|
|
127746
|
+
|
|
125995
127747
|
def _typecheckingstub__1646f051eeeb9accd22a953e4c76242751791c83c2230b011e8bf14a01edee0b(
|
|
125996
127748
|
inspector: _TreeInspector_488e0dd5,
|
|
125997
127749
|
) -> None:
|
|
@@ -126034,6 +127786,22 @@ def _typecheckingstub__1a1790ead48cbfa3b30bad1ac0c338d415fa3cdaeb20762a23ab6b703
|
|
|
126034
127786
|
"""Type checking stubs"""
|
|
126035
127787
|
pass
|
|
126036
127788
|
|
|
127789
|
+
def _typecheckingstub__d98434dd8c1c8cf1484132a2ce74dc6b102f12f87d63fdaf1a7e199a0b75527e(
|
|
127790
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127791
|
+
id: builtins.str,
|
|
127792
|
+
arn: builtins.str,
|
|
127793
|
+
) -> None:
|
|
127794
|
+
"""Type checking stubs"""
|
|
127795
|
+
pass
|
|
127796
|
+
|
|
127797
|
+
def _typecheckingstub__3b9a9af36785acd77243cbfc6b39220dbe9b82cddacac23d6ea3ed7231864a0e(
|
|
127798
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127799
|
+
id: builtins.str,
|
|
127800
|
+
route_server_peer_id: builtins.str,
|
|
127801
|
+
) -> None:
|
|
127802
|
+
"""Type checking stubs"""
|
|
127803
|
+
pass
|
|
127804
|
+
|
|
126037
127805
|
def _typecheckingstub__f16ce6f04d507826742aed952b4ee08df1a7f5e094ef81a6b1ff59953ab6d033(
|
|
126038
127806
|
inspector: _TreeInspector_488e0dd5,
|
|
126039
127807
|
) -> None:
|
|
@@ -126122,6 +127890,14 @@ def _typecheckingstub__93a1e7c740b947cc510161b87d4afa4b057e501067ea1f7ef24fdb6a8
|
|
|
126122
127890
|
"""Type checking stubs"""
|
|
126123
127891
|
pass
|
|
126124
127892
|
|
|
127893
|
+
def _typecheckingstub__923c759f4176dec3d6d9ed4c047ad4b41a1d888ff31103b95e1ba45fbfbc6592(
|
|
127894
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127895
|
+
id: builtins.str,
|
|
127896
|
+
route_table_id: builtins.str,
|
|
127897
|
+
) -> None:
|
|
127898
|
+
"""Type checking stubs"""
|
|
127899
|
+
pass
|
|
127900
|
+
|
|
126125
127901
|
def _typecheckingstub__cff9836624fcf3040188660643f84ea5ed967e0aefb5879689106d7a284610f8(
|
|
126126
127902
|
inspector: _TreeInspector_488e0dd5,
|
|
126127
127903
|
) -> None:
|
|
@@ -126160,6 +127936,14 @@ def _typecheckingstub__7d683e3d98ba1cf2002a34b5f2c1fd4a4321e62dc852c644de658a8ca
|
|
|
126160
127936
|
"""Type checking stubs"""
|
|
126161
127937
|
pass
|
|
126162
127938
|
|
|
127939
|
+
def _typecheckingstub__323eff866bd4d49df119d7eac9574b77961c4bef04ecfe264e7548f35bcfe07b(
|
|
127940
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
127941
|
+
id: builtins.str,
|
|
127942
|
+
security_group_id: builtins.str,
|
|
127943
|
+
) -> None:
|
|
127944
|
+
"""Type checking stubs"""
|
|
127945
|
+
pass
|
|
127946
|
+
|
|
126163
127947
|
def _typecheckingstub__946b476b6f9040093c97a64d3216b8b663100aa6248e967683a518f613c6650d(
|
|
126164
127948
|
inspector: _TreeInspector_488e0dd5,
|
|
126165
127949
|
) -> None:
|
|
@@ -126888,6 +128672,14 @@ def _typecheckingstub__3552c7996fe8d37a6b035d9a3032e8c21e885c6d2abd5a0f9ff377ae3
|
|
|
126888
128672
|
"""Type checking stubs"""
|
|
126889
128673
|
pass
|
|
126890
128674
|
|
|
128675
|
+
def _typecheckingstub__65582e339986e431c52471a6f402e948be5ca881a65f6ee96737aa2f34908c81(
|
|
128676
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
128677
|
+
id: builtins.str,
|
|
128678
|
+
subnet_id: builtins.str,
|
|
128679
|
+
) -> None:
|
|
128680
|
+
"""Type checking stubs"""
|
|
128681
|
+
pass
|
|
128682
|
+
|
|
126891
128683
|
def _typecheckingstub__6156a193ebc4d0f9f0b05548058061d243acb636c512c72051b309b52a9f9eaa(
|
|
126892
128684
|
inspector: _TreeInspector_488e0dd5,
|
|
126893
128685
|
) -> None:
|
|
@@ -127145,6 +128937,14 @@ def _typecheckingstub__b3010c8c23523308b937b13bf2fd061ce50421e19e699a33715927ea7
|
|
|
127145
128937
|
"""Type checking stubs"""
|
|
127146
128938
|
pass
|
|
127147
128939
|
|
|
128940
|
+
def _typecheckingstub__a590845ffb1df265db0fdd37b2c8e5d1ea86b1550b5c6379a33f4b99d5b6e903(
|
|
128941
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
128942
|
+
id: builtins.str,
|
|
128943
|
+
traffic_mirror_filter_id: builtins.str,
|
|
128944
|
+
) -> None:
|
|
128945
|
+
"""Type checking stubs"""
|
|
128946
|
+
pass
|
|
128947
|
+
|
|
127148
128948
|
def _typecheckingstub__4139de6cf862ad5d74c52e241eee09962b6e2d2983b38ee7d69d9fa4f3e2626e(
|
|
127149
128949
|
inspector: _TreeInspector_488e0dd5,
|
|
127150
128950
|
) -> None:
|
|
@@ -127194,6 +128994,14 @@ def _typecheckingstub__8d31a4a58c039ce2bbc135b28c273cf97fb8d472640a28e00ca448193
|
|
|
127194
128994
|
"""Type checking stubs"""
|
|
127195
128995
|
pass
|
|
127196
128996
|
|
|
128997
|
+
def _typecheckingstub__bfa30263f8f18a420e4198c7a46f080657741bd8f707bba1ef56d182b567af45(
|
|
128998
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
128999
|
+
id: builtins.str,
|
|
129000
|
+
traffic_mirror_filter_rule_id: builtins.str,
|
|
129001
|
+
) -> None:
|
|
129002
|
+
"""Type checking stubs"""
|
|
129003
|
+
pass
|
|
129004
|
+
|
|
127197
129005
|
def _typecheckingstub__44d0755d06bfcb59329075440a91d3fd073045ea48cde80da24a13d27fcc4ace(
|
|
127198
129006
|
inspector: _TreeInspector_488e0dd5,
|
|
127199
129007
|
) -> None:
|
|
@@ -127297,6 +129105,14 @@ def _typecheckingstub__9e0df29e9de2cc6eed997cd0738e89aa6fc9bdffd0c700ef4584f2c9e
|
|
|
127297
129105
|
"""Type checking stubs"""
|
|
127298
129106
|
pass
|
|
127299
129107
|
|
|
129108
|
+
def _typecheckingstub__eb64a0e81c89954bb1cf781838dbba0824543bc1202fcf022ef0830eb13658ed(
|
|
129109
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129110
|
+
id: builtins.str,
|
|
129111
|
+
traffic_mirror_session_id: builtins.str,
|
|
129112
|
+
) -> None:
|
|
129113
|
+
"""Type checking stubs"""
|
|
129114
|
+
pass
|
|
129115
|
+
|
|
127300
129116
|
def _typecheckingstub__d7de9b275c66d169a52141d4946af458aa37cb352101d9d285be17a4f8127775(
|
|
127301
129117
|
inspector: _TreeInspector_488e0dd5,
|
|
127302
129118
|
) -> None:
|
|
@@ -127376,6 +129192,14 @@ def _typecheckingstub__70ed5196cebe14b98a0bfa7a8c8b551d0ff3f3ea5d39ad701b844d631
|
|
|
127376
129192
|
"""Type checking stubs"""
|
|
127377
129193
|
pass
|
|
127378
129194
|
|
|
129195
|
+
def _typecheckingstub__96db5430f08d9f4900c97939f450465d41e48d8139ccecc634a271910614d4fc(
|
|
129196
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129197
|
+
id: builtins.str,
|
|
129198
|
+
traffic_mirror_target_id: builtins.str,
|
|
129199
|
+
) -> None:
|
|
129200
|
+
"""Type checking stubs"""
|
|
129201
|
+
pass
|
|
129202
|
+
|
|
127379
129203
|
def _typecheckingstub__49dd29a3ac59afe75d377125f6f9e1efacc539e3e7011335b7aefd19558be691(
|
|
127380
129204
|
inspector: _TreeInspector_488e0dd5,
|
|
127381
129205
|
) -> None:
|
|
@@ -127439,6 +129263,22 @@ def _typecheckingstub__bba1945c40ffe23ea319a1157d643d40dd9ada3eb2884ee096699e549
|
|
|
127439
129263
|
"""Type checking stubs"""
|
|
127440
129264
|
pass
|
|
127441
129265
|
|
|
129266
|
+
def _typecheckingstub__ffad5dc5fc1e4b75e26fefd9ad83590c9db0db85be8b9f73f8de3901db2b5a66(
|
|
129267
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129268
|
+
id: builtins.str,
|
|
129269
|
+
arn: builtins.str,
|
|
129270
|
+
) -> None:
|
|
129271
|
+
"""Type checking stubs"""
|
|
129272
|
+
pass
|
|
129273
|
+
|
|
129274
|
+
def _typecheckingstub__f20d0083143364f97e809311169c6c6307ebec4251e2310bcb9af0cc128a25b0(
|
|
129275
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129276
|
+
id: builtins.str,
|
|
129277
|
+
transit_gateway_id: builtins.str,
|
|
129278
|
+
) -> None:
|
|
129279
|
+
"""Type checking stubs"""
|
|
129280
|
+
pass
|
|
129281
|
+
|
|
127442
129282
|
def _typecheckingstub__7f706d2be5763b7ea9cc3a860496bdbe2a371e281d746e0368dab2a6e4cb9537(
|
|
127443
129283
|
inspector: _TreeInspector_488e0dd5,
|
|
127444
129284
|
) -> None:
|
|
@@ -127542,6 +129382,14 @@ def _typecheckingstub__eab8e96bb64a927b52383e2a842bfca63a3ece05b571bd631f2c4d980
|
|
|
127542
129382
|
"""Type checking stubs"""
|
|
127543
129383
|
pass
|
|
127544
129384
|
|
|
129385
|
+
def _typecheckingstub__9061e512f446b058884478b516e58c773098f9bad6e650ad6f34f00fa0c611af(
|
|
129386
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129387
|
+
id: builtins.str,
|
|
129388
|
+
transit_gateway_attachment_id: builtins.str,
|
|
129389
|
+
) -> None:
|
|
129390
|
+
"""Type checking stubs"""
|
|
129391
|
+
pass
|
|
129392
|
+
|
|
127545
129393
|
def _typecheckingstub__cca20a7b6f10e5816fe3b6b1b7c269fa3848b7398e1ad9328f33b3141cddc8a0(
|
|
127546
129394
|
inspector: _TreeInspector_488e0dd5,
|
|
127547
129395
|
) -> None:
|
|
@@ -127653,6 +129501,14 @@ def _typecheckingstub__1f8d207f56975363774b74fa734c1d229d4b0713b4f3516f3314cd9eb
|
|
|
127653
129501
|
"""Type checking stubs"""
|
|
127654
129502
|
pass
|
|
127655
129503
|
|
|
129504
|
+
def _typecheckingstub__22c2dae929d12ee6dbbe2aaf8a5482caf6e490f36172d44e2dcde13949b1c293(
|
|
129505
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129506
|
+
id: builtins.str,
|
|
129507
|
+
transit_gateway_connect_peer_id: builtins.str,
|
|
129508
|
+
) -> None:
|
|
129509
|
+
"""Type checking stubs"""
|
|
129510
|
+
pass
|
|
129511
|
+
|
|
127656
129512
|
def _typecheckingstub__b94393058454232978c68e76b9895b5f0775d34692c68d57103fafd32b53d66e(
|
|
127657
129513
|
inspector: _TreeInspector_488e0dd5,
|
|
127658
129514
|
) -> None:
|
|
@@ -127716,6 +129572,22 @@ def _typecheckingstub__12d9bae5c632fc5f2e4010c8fc9c73ce070047631f45ed391c85bafbe
|
|
|
127716
129572
|
"""Type checking stubs"""
|
|
127717
129573
|
pass
|
|
127718
129574
|
|
|
129575
|
+
def _typecheckingstub__33eb484341398f2a340ff443281874b3f8f9ae39a55308cef55be1849bde2a56(
|
|
129576
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129577
|
+
id: builtins.str,
|
|
129578
|
+
arn: builtins.str,
|
|
129579
|
+
) -> None:
|
|
129580
|
+
"""Type checking stubs"""
|
|
129581
|
+
pass
|
|
129582
|
+
|
|
129583
|
+
def _typecheckingstub__6c5b5862bb830fc3f46710d48893c74f67febf4de82428b21630e6ba9062cae1(
|
|
129584
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129585
|
+
id: builtins.str,
|
|
129586
|
+
transit_gateway_multicast_domain_id: builtins.str,
|
|
129587
|
+
) -> None:
|
|
129588
|
+
"""Type checking stubs"""
|
|
129589
|
+
pass
|
|
129590
|
+
|
|
127719
129591
|
def _typecheckingstub__5866dec7826d5bb1b5fb131f6f8fdc1860951c1171fac450128c46dfb15c9239(
|
|
127720
129592
|
inspector: _TreeInspector_488e0dd5,
|
|
127721
129593
|
) -> None:
|
|
@@ -127891,6 +129763,14 @@ def _typecheckingstub__58337585cb89e7f01f2f50074e196aeb221ca4931847f4f774499705b
|
|
|
127891
129763
|
"""Type checking stubs"""
|
|
127892
129764
|
pass
|
|
127893
129765
|
|
|
129766
|
+
def _typecheckingstub__d431bd46ad31f3d53368d8f86510672bbf00887458fd732c6781dd55906481d6(
|
|
129767
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129768
|
+
id: builtins.str,
|
|
129769
|
+
transit_gateway_attachment_id: builtins.str,
|
|
129770
|
+
) -> None:
|
|
129771
|
+
"""Type checking stubs"""
|
|
129772
|
+
pass
|
|
129773
|
+
|
|
127894
129774
|
def _typecheckingstub__a5484bbc750180ce100bc804b4dae3e7ee77aa25ec433001612e49c3d0fa23d8(
|
|
127895
129775
|
inspector: _TreeInspector_488e0dd5,
|
|
127896
129776
|
) -> None:
|
|
@@ -127999,6 +129879,14 @@ def _typecheckingstub__1c7db50f4ae112c57ab046bda7776d377180bab25c5b7569cfacb2c8f
|
|
|
127999
129879
|
"""Type checking stubs"""
|
|
128000
129880
|
pass
|
|
128001
129881
|
|
|
129882
|
+
def _typecheckingstub__eaedaba726aa8c4be51ba31cf447dca72c5ed5493bbc51adad7afe94d3d3983d(
|
|
129883
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
129884
|
+
id: builtins.str,
|
|
129885
|
+
transit_gateway_route_table_id: builtins.str,
|
|
129886
|
+
) -> None:
|
|
129887
|
+
"""Type checking stubs"""
|
|
129888
|
+
pass
|
|
129889
|
+
|
|
128002
129890
|
def _typecheckingstub__d88de7ca145b9691c5f4568e02636aa128bc669dce28368c24b0f50acbf21749(
|
|
128003
129891
|
inspector: _TreeInspector_488e0dd5,
|
|
128004
129892
|
) -> None:
|
|
@@ -128185,6 +130073,14 @@ def _typecheckingstub__652142f8451c882a92006b3da83dda7c75035b0e67cfdb89b2dafff72
|
|
|
128185
130073
|
"""Type checking stubs"""
|
|
128186
130074
|
pass
|
|
128187
130075
|
|
|
130076
|
+
def _typecheckingstub__f2b3a44c4228532bd561880476a96c81d64e3f2da7cbc327c6084273209acbab(
|
|
130077
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
130078
|
+
id: builtins.str,
|
|
130079
|
+
vpc_id: builtins.str,
|
|
130080
|
+
) -> None:
|
|
130081
|
+
"""Type checking stubs"""
|
|
130082
|
+
pass
|
|
130083
|
+
|
|
128188
130084
|
def _typecheckingstub__a3738c2c36e6ee829580f25d486aedc44b115450b8ef5d1ad87f9e8ea4c37f38(
|
|
128189
130085
|
inspector: _TreeInspector_488e0dd5,
|
|
128190
130086
|
) -> None:
|
|
@@ -128460,6 +130356,14 @@ def _typecheckingstub__a16478d34754d994e7b5d75d1e427abd720d7df3e6b3c870e3e83c927
|
|
|
128460
130356
|
"""Type checking stubs"""
|
|
128461
130357
|
pass
|
|
128462
130358
|
|
|
130359
|
+
def _typecheckingstub__a006232c508c1f8b4eb63344d545019db33ed1846e5bbb2109c31c7c578afd2e(
|
|
130360
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
130361
|
+
id: builtins.str,
|
|
130362
|
+
vpc_endpoint_id: builtins.str,
|
|
130363
|
+
) -> None:
|
|
130364
|
+
"""Type checking stubs"""
|
|
130365
|
+
pass
|
|
130366
|
+
|
|
128463
130367
|
def _typecheckingstub__4c54b99dd0fd377d6fc52123dfe3ad824e1fb2e886fde2b0c922a6483aff148a(
|
|
128464
130368
|
inspector: _TreeInspector_488e0dd5,
|
|
128465
130369
|
) -> None:
|
|
@@ -128777,6 +130681,14 @@ def _typecheckingstub__283f16af40ac820cdbf7878504f69ab5dc33365aace0c2be45d7515bd
|
|
|
128777
130681
|
"""Type checking stubs"""
|
|
128778
130682
|
pass
|
|
128779
130683
|
|
|
130684
|
+
def _typecheckingstub__4fadd96e54aabc1ea360fa3e10dc183efa5804667a04aa67b78359fe52e7b472(
|
|
130685
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
130686
|
+
id: builtins.str,
|
|
130687
|
+
vpc_peering_connection_id: builtins.str,
|
|
130688
|
+
) -> None:
|
|
130689
|
+
"""Type checking stubs"""
|
|
130690
|
+
pass
|
|
130691
|
+
|
|
128780
130692
|
def _typecheckingstub__0a4e53245dec00e8851e1dd600141942f7df1471ef19b4373e05dbb18043678f(
|
|
128781
130693
|
inspector: _TreeInspector_488e0dd5,
|
|
128782
130694
|
) -> None:
|
|
@@ -128849,6 +130761,14 @@ def _typecheckingstub__e77cb0020f820726a03bfb8968e16674c7c5924b0f133f50aeda1623f
|
|
|
128849
130761
|
"""Type checking stubs"""
|
|
128850
130762
|
pass
|
|
128851
130763
|
|
|
130764
|
+
def _typecheckingstub__8efa3ce31c0aaded82864341c4001c66c1109a24357d8fd684152978af3ae7ef(
|
|
130765
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
130766
|
+
id: builtins.str,
|
|
130767
|
+
vpn_connection_id: builtins.str,
|
|
130768
|
+
) -> None:
|
|
130769
|
+
"""Type checking stubs"""
|
|
130770
|
+
pass
|
|
130771
|
+
|
|
128852
130772
|
def _typecheckingstub__c032f6cb3a85e604e1c909c281575f6045b37bc3b2687fd6f712fb70192837a2(
|
|
128853
130773
|
inspector: _TreeInspector_488e0dd5,
|
|
128854
130774
|
) -> None:
|
|
@@ -129093,6 +131013,14 @@ def _typecheckingstub__30b37990cd28e78bbf86bb3095b8b6ccf2667a518f64b1c2703b84ca6
|
|
|
129093
131013
|
"""Type checking stubs"""
|
|
129094
131014
|
pass
|
|
129095
131015
|
|
|
131016
|
+
def _typecheckingstub__0fe492a9a91891488d849fbaa3dbbb6a42e1a95d75a89e1bd5428744c81e9315(
|
|
131017
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131018
|
+
id: builtins.str,
|
|
131019
|
+
vpn_gateway_id: builtins.str,
|
|
131020
|
+
) -> None:
|
|
131021
|
+
"""Type checking stubs"""
|
|
131022
|
+
pass
|
|
131023
|
+
|
|
129096
131024
|
def _typecheckingstub__bec6f2401f76af768748e44f4b219c1c0e7bf274aea83c8308b9ba16a7f84088(
|
|
129097
131025
|
inspector: _TreeInspector_488e0dd5,
|
|
129098
131026
|
) -> None:
|
|
@@ -129181,6 +131109,14 @@ def _typecheckingstub__4d36b12d1ab3c67a3dfcd9bfed6cbbcb2f1267d23c43d3209213bf009
|
|
|
129181
131109
|
"""Type checking stubs"""
|
|
129182
131110
|
pass
|
|
129183
131111
|
|
|
131112
|
+
def _typecheckingstub__e8b97d2921a1cea06d8f2a1b3f8e7c5ce2a1b7f8c1c5828765e24178785c2de9(
|
|
131113
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131114
|
+
id: builtins.str,
|
|
131115
|
+
verified_access_endpoint_id: builtins.str,
|
|
131116
|
+
) -> None:
|
|
131117
|
+
"""Type checking stubs"""
|
|
131118
|
+
pass
|
|
131119
|
+
|
|
129184
131120
|
def _typecheckingstub__abb70fea7de6ecd9de5e606c92990b20776b67f68e61fe0266304d7bcb9ff072(
|
|
129185
131121
|
inspector: _TreeInspector_488e0dd5,
|
|
129186
131122
|
) -> None:
|
|
@@ -129363,6 +131299,22 @@ def _typecheckingstub__febc0dfd1bf5844b4356256e7c6467491409eb1cda95c95317e8e03b5
|
|
|
129363
131299
|
"""Type checking stubs"""
|
|
129364
131300
|
pass
|
|
129365
131301
|
|
|
131302
|
+
def _typecheckingstub__5e8d0ba34446168298edbb5338e0c072c3868ef114709e8ad4db2c58cd2873e5(
|
|
131303
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131304
|
+
id: builtins.str,
|
|
131305
|
+
arn: builtins.str,
|
|
131306
|
+
) -> None:
|
|
131307
|
+
"""Type checking stubs"""
|
|
131308
|
+
pass
|
|
131309
|
+
|
|
131310
|
+
def _typecheckingstub__98f11580d8cdd0377dd1b121b60f77ac003ebf83c7d1ddfa8e0e8216f166b270(
|
|
131311
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131312
|
+
id: builtins.str,
|
|
131313
|
+
verified_access_group_id: builtins.str,
|
|
131314
|
+
) -> None:
|
|
131315
|
+
"""Type checking stubs"""
|
|
131316
|
+
pass
|
|
131317
|
+
|
|
129366
131318
|
def _typecheckingstub__dee012429baf2cb461e340b1cf429e6ca5f70012bb627476bfbf9d039199501f(
|
|
129367
131319
|
inspector: _TreeInspector_488e0dd5,
|
|
129368
131320
|
) -> None:
|
|
@@ -129434,6 +131386,14 @@ def _typecheckingstub__210b67953502d567079f8663990436a4ba8d53414d251da116ccd8eac
|
|
|
129434
131386
|
"""Type checking stubs"""
|
|
129435
131387
|
pass
|
|
129436
131388
|
|
|
131389
|
+
def _typecheckingstub__52bc0364666a854cfb0b8fc8f681725c74f7578408636d4bb3a1d6f458f424ac(
|
|
131390
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131391
|
+
id: builtins.str,
|
|
131392
|
+
verified_access_instance_id: builtins.str,
|
|
131393
|
+
) -> None:
|
|
131394
|
+
"""Type checking stubs"""
|
|
131395
|
+
pass
|
|
131396
|
+
|
|
129437
131397
|
def _typecheckingstub__0c0271cf05a81cceaa3b29ac96c0cad6feacfc39a01972257604533b896429b7(
|
|
129438
131398
|
inspector: _TreeInspector_488e0dd5,
|
|
129439
131399
|
) -> None:
|
|
@@ -129554,6 +131514,14 @@ def _typecheckingstub__e7fe983b5e05e5227bb52a4924627b4c6164af2055ac21783dbe757c2
|
|
|
129554
131514
|
"""Type checking stubs"""
|
|
129555
131515
|
pass
|
|
129556
131516
|
|
|
131517
|
+
def _typecheckingstub__66b253dbe5abe53f90d6a0fbae67d7ac37831828f32cd37ecf4a5567cf47fd11(
|
|
131518
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131519
|
+
id: builtins.str,
|
|
131520
|
+
verified_access_trust_provider_id: builtins.str,
|
|
131521
|
+
) -> None:
|
|
131522
|
+
"""Type checking stubs"""
|
|
131523
|
+
pass
|
|
131524
|
+
|
|
129557
131525
|
def _typecheckingstub__d88a304ffbbf17d299736418c1922495c74a433c9b30001e2bcbb69214df2f59(
|
|
129558
131526
|
inspector: _TreeInspector_488e0dd5,
|
|
129559
131527
|
) -> None:
|
|
@@ -129690,6 +131658,14 @@ def _typecheckingstub__915a70f35b9237e059cd8fc78c5da31e1d4f2476ed4857c7ac173e559
|
|
|
129690
131658
|
"""Type checking stubs"""
|
|
129691
131659
|
pass
|
|
129692
131660
|
|
|
131661
|
+
def _typecheckingstub__3985deb01669d87ef0e6f31ccd4d7dcb9047943619f12ab86f0354fc9037d9fc(
|
|
131662
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
131663
|
+
id: builtins.str,
|
|
131664
|
+
volume_id: builtins.str,
|
|
131665
|
+
) -> None:
|
|
131666
|
+
"""Type checking stubs"""
|
|
131667
|
+
pass
|
|
131668
|
+
|
|
129693
131669
|
def _typecheckingstub__f2a2f83998f9a1f05fc7aa51cad422fc8991c204c3bd4a1497c7ad336226ccfb(
|
|
129694
131670
|
inspector: _TreeInspector_488e0dd5,
|
|
129695
131671
|
) -> None:
|