aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +115 -12
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_iam/__init__.py +1 -1
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +568 -111
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pcs/__init__.py +9 -9
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +5218 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_ec2/__init__.py
CHANGED
|
@@ -6872,7 +6872,7 @@ class CfnClientVpnEndpointProps:
|
|
|
6872
6872
|
|
|
6873
6873
|
:param authentication_options: Information about the authentication method to be used to authenticate clients.
|
|
6874
6874
|
:param connection_log_options: Information about the client connection logging options. If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged: - Client connection requests - Client connection results (successful and unsuccessful) - Reasons for unsuccessful client connection requests - Client connection termination time
|
|
6875
|
-
:param server_certificate_arn: The ARN of the server certificate. For more information, see the `
|
|
6875
|
+
:param server_certificate_arn: The ARN of the server certificate. For more information, see the `Certificate Manager User Guide <https://docs.aws.amazon.com/acm/latest/userguide/>`_ .
|
|
6876
6876
|
:param client_cidr_block: The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.
|
|
6877
6877
|
:param client_connect_options: The options for managing connection authorization for new client connections.
|
|
6878
6878
|
:param client_login_banner_options: Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
|
@@ -7052,7 +7052,7 @@ class CfnClientVpnEndpointProps:
|
|
|
7052
7052
|
def server_certificate_arn(self) -> builtins.str:
|
|
7053
7053
|
'''The ARN of the server certificate.
|
|
7054
7054
|
|
|
7055
|
-
For more information, see the `
|
|
7055
|
+
For more information, see the `Certificate Manager User Guide <https://docs.aws.amazon.com/acm/latest/userguide/>`_ .
|
|
7056
7056
|
|
|
7057
7057
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-clientvpnendpoint.html#cfn-ec2-clientvpnendpoint-servercertificatearn
|
|
7058
7058
|
'''
|
|
@@ -13291,6 +13291,7 @@ class CfnNetworkInsightsPathProps:
|
|
|
13291
13291
|
"instance_id": "instanceId",
|
|
13292
13292
|
"network_interface_id": "networkInterfaceId",
|
|
13293
13293
|
"delete_on_termination": "deleteOnTermination",
|
|
13294
|
+
"ena_queue_count": "enaQueueCount",
|
|
13294
13295
|
"ena_srd_specification": "enaSrdSpecification",
|
|
13295
13296
|
},
|
|
13296
13297
|
)
|
|
@@ -13302,6 +13303,7 @@ class CfnNetworkInterfaceAttachmentProps:
|
|
|
13302
13303
|
instance_id: builtins.str,
|
|
13303
13304
|
network_interface_id: builtins.str,
|
|
13304
13305
|
delete_on_termination: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
13306
|
+
ena_queue_count: typing.Optional[jsii.Number] = None,
|
|
13305
13307
|
ena_srd_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13306
13308
|
) -> None:
|
|
13307
13309
|
'''Properties for defining a ``CfnNetworkInterfaceAttachment``.
|
|
@@ -13310,6 +13312,7 @@ class CfnNetworkInterfaceAttachmentProps:
|
|
|
13310
13312
|
:param instance_id: The ID of the instance to which you will attach the ENI.
|
|
13311
13313
|
:param network_interface_id: The ID of the ENI that you want to attach.
|
|
13312
13314
|
:param delete_on_termination: Whether to delete the network interface when the instance terminates. By default, this value is set to ``true`` . Default: - true
|
|
13315
|
+
:param ena_queue_count: The number of ENA queues created with the instance.
|
|
13313
13316
|
:param ena_srd_specification: Configures ENA Express for the network interface that this action attaches to the instance.
|
|
13314
13317
|
|
|
13315
13318
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html
|
|
@@ -13328,6 +13331,7 @@ class CfnNetworkInterfaceAttachmentProps:
|
|
|
13328
13331
|
|
|
13329
13332
|
# the properties below are optional
|
|
13330
13333
|
delete_on_termination=False,
|
|
13334
|
+
ena_queue_count=123,
|
|
13331
13335
|
ena_srd_specification=ec2.CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty(
|
|
13332
13336
|
ena_srd_enabled=False,
|
|
13333
13337
|
ena_srd_udp_specification=ec2.CfnNetworkInterfaceAttachment.EnaSrdUdpSpecificationProperty(
|
|
@@ -13342,6 +13346,7 @@ class CfnNetworkInterfaceAttachmentProps:
|
|
|
13342
13346
|
check_type(argname="argument instance_id", value=instance_id, expected_type=type_hints["instance_id"])
|
|
13343
13347
|
check_type(argname="argument network_interface_id", value=network_interface_id, expected_type=type_hints["network_interface_id"])
|
|
13344
13348
|
check_type(argname="argument delete_on_termination", value=delete_on_termination, expected_type=type_hints["delete_on_termination"])
|
|
13349
|
+
check_type(argname="argument ena_queue_count", value=ena_queue_count, expected_type=type_hints["ena_queue_count"])
|
|
13345
13350
|
check_type(argname="argument ena_srd_specification", value=ena_srd_specification, expected_type=type_hints["ena_srd_specification"])
|
|
13346
13351
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
13347
13352
|
"device_index": device_index,
|
|
@@ -13350,6 +13355,8 @@ class CfnNetworkInterfaceAttachmentProps:
|
|
|
13350
13355
|
}
|
|
13351
13356
|
if delete_on_termination is not None:
|
|
13352
13357
|
self._values["delete_on_termination"] = delete_on_termination
|
|
13358
|
+
if ena_queue_count is not None:
|
|
13359
|
+
self._values["ena_queue_count"] = ena_queue_count
|
|
13353
13360
|
if ena_srd_specification is not None:
|
|
13354
13361
|
self._values["ena_srd_specification"] = ena_srd_specification
|
|
13355
13362
|
|
|
@@ -13400,6 +13407,15 @@ class CfnNetworkInterfaceAttachmentProps:
|
|
|
13400
13407
|
result = self._values.get("delete_on_termination")
|
|
13401
13408
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
13402
13409
|
|
|
13410
|
+
@builtins.property
|
|
13411
|
+
def ena_queue_count(self) -> typing.Optional[jsii.Number]:
|
|
13412
|
+
'''The number of ENA queues created with the instance.
|
|
13413
|
+
|
|
13414
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkinterfaceattachment.html#cfn-ec2-networkinterfaceattachment-enaqueuecount
|
|
13415
|
+
'''
|
|
13416
|
+
result = self._values.get("ena_queue_count")
|
|
13417
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
13418
|
+
|
|
13403
13419
|
@builtins.property
|
|
13404
13420
|
def ena_srd_specification(
|
|
13405
13421
|
self,
|
|
@@ -36242,6 +36258,14 @@ class InstanceClass(enum.Enum):
|
|
|
36242
36258
|
'''Memory optimized instances, 8th generation with Graviton4 processors and local NVME drive.'''
|
|
36243
36259
|
R8GD = "R8GD"
|
|
36244
36260
|
'''Memory optimized instances, 8th generation with Graviton4 processors and local NVME drive.'''
|
|
36261
|
+
MEMORY8_GRAVITON4_HIGH_NETWORK_BANDWIDTH = "MEMORY8_GRAVITON4_HIGH_NETWORK_BANDWIDTH"
|
|
36262
|
+
'''Memory optimized instances, 8th generation with Graviton4 processors and high network bandwidth capabilities.'''
|
|
36263
|
+
R8GN = "R8GN"
|
|
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.'''
|
|
36245
36269
|
COMPUTE3 = "COMPUTE3"
|
|
36246
36270
|
'''Compute optimized instances, 3rd generation.'''
|
|
36247
36271
|
C3 = "C3"
|
|
@@ -57136,6 +57160,48 @@ class CfnCapacityReservation(
|
|
|
57136
57160
|
|
|
57137
57161
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
57138
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
|
+
|
|
57139
57205
|
@jsii.member(jsii_name="inspect")
|
|
57140
57206
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
57141
57207
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -57892,6 +57958,27 @@ class CfnCapacityReservationFleet(
|
|
|
57892
57958
|
|
|
57893
57959
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
57894
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
|
+
|
|
57895
57982
|
@jsii.member(jsii_name="inspect")
|
|
57896
57983
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
57897
57984
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -58388,6 +58475,27 @@ class CfnCarrierGateway(
|
|
|
58388
58475
|
|
|
58389
58476
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
58390
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
|
+
|
|
58391
58499
|
@jsii.member(jsii_name="inspect")
|
|
58392
58500
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
58393
58501
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -58787,7 +58895,7 @@ class CfnClientVpnEndpoint(
|
|
|
58787
58895
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
58788
58896
|
:param authentication_options: Information about the authentication method to be used to authenticate clients.
|
|
58789
58897
|
:param connection_log_options: Information about the client connection logging options. If you enable client connection logging, data about client connections is sent to a Cloudwatch Logs log stream. The following information is logged: - Client connection requests - Client connection results (successful and unsuccessful) - Reasons for unsuccessful client connection requests - Client connection termination time
|
|
58790
|
-
:param server_certificate_arn: The ARN of the server certificate. For more information, see the `
|
|
58898
|
+
:param server_certificate_arn: The ARN of the server certificate. For more information, see the `Certificate Manager User Guide <https://docs.aws.amazon.com/acm/latest/userguide/>`_ .
|
|
58791
58899
|
:param client_cidr_block: The IPv4 address range, in CIDR notation, from which to assign client IP addresses. The address range cannot overlap with the local CIDR of the VPC in which the associated subnet is located, or the routes that you add manually. The address range cannot be changed after the Client VPN endpoint has been created. Client CIDR range must have a size of at least /22 and must not be greater than /12.
|
|
58792
58900
|
:param client_connect_options: The options for managing connection authorization for new client connections.
|
|
58793
58901
|
:param client_login_banner_options: Options for enabling a customizable text banner that will be displayed on AWS provided clients when a VPN session is established.
|
|
@@ -58831,6 +58939,27 @@ class CfnClientVpnEndpoint(
|
|
|
58831
58939
|
|
|
58832
58940
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
58833
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
|
+
|
|
58834
58963
|
@jsii.member(jsii_name="inspect")
|
|
58835
58964
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
58836
58965
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -59168,7 +59297,7 @@ class CfnClientVpnEndpoint(
|
|
|
59168
59297
|
def __init__(self, *, client_root_certificate_chain_arn: builtins.str) -> None:
|
|
59169
59298
|
'''Information about the client certificate to be used for authentication.
|
|
59170
59299
|
|
|
59171
|
-
:param client_root_certificate_chain_arn: The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in
|
|
59300
|
+
:param client_root_certificate_chain_arn: The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
|
|
59172
59301
|
|
|
59173
59302
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html
|
|
59174
59303
|
:exampleMetadata: fixture=_generated
|
|
@@ -59194,7 +59323,7 @@ class CfnClientVpnEndpoint(
|
|
|
59194
59323
|
def client_root_certificate_chain_arn(self) -> builtins.str:
|
|
59195
59324
|
'''The ARN of the client certificate.
|
|
59196
59325
|
|
|
59197
|
-
The certificate must be signed by a certificate authority (CA) and it must be provisioned in
|
|
59326
|
+
The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
|
|
59198
59327
|
|
|
59199
59328
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-clientvpnendpoint-certificateauthenticationrequest.html#cfn-ec2-clientvpnendpoint-certificateauthenticationrequest-clientrootcertificatechainarn
|
|
59200
59329
|
'''
|
|
@@ -60237,6 +60366,27 @@ class CfnCustomerGateway(
|
|
|
60237
60366
|
|
|
60238
60367
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
60239
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
|
+
|
|
60240
60390
|
@jsii.member(jsii_name="inspect")
|
|
60241
60391
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
60242
60392
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -60459,6 +60609,27 @@ class CfnDHCPOptions(
|
|
|
60459
60609
|
|
|
60460
60610
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
60461
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
|
+
|
|
60462
60633
|
@jsii.member(jsii_name="inspect")
|
|
60463
60634
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
60464
60635
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -60846,6 +61017,27 @@ class CfnEC2Fleet(
|
|
|
60846
61017
|
|
|
60847
61018
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
60848
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
|
+
|
|
60849
61041
|
@jsii.member(jsii_name="inspect")
|
|
60850
61042
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
60851
61043
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -65050,6 +65242,27 @@ class CfnEgressOnlyInternetGateway(
|
|
|
65050
65242
|
|
|
65051
65243
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
65052
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
|
+
|
|
65053
65266
|
@jsii.member(jsii_name="inspect")
|
|
65054
65267
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
65055
65268
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -65139,9 +65352,9 @@ class CfnEnclaveCertificateIamRoleAssociation(
|
|
|
65139
65352
|
metaclass=jsii.JSIIMeta,
|
|
65140
65353
|
jsii_type="aws-cdk-lib.aws_ec2.CfnEnclaveCertificateIamRoleAssociation",
|
|
65141
65354
|
):
|
|
65142
|
-
'''Associates an AWS Identity and Access Management (IAM) role with an
|
|
65355
|
+
'''Associates an AWS Identity and Access Management (IAM) role with an Certificate Manager (ACM) certificate.
|
|
65143
65356
|
|
|
65144
|
-
This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see `
|
|
65357
|
+
This enables the certificate to be used by the ACM for Nitro Enclaves application inside an enclave. For more information, see `Certificate Manager for Nitro Enclaves <https://docs.aws.amazon.com/enclaves/latest/user/nitro-enclave-refapp.html>`_ in the *AWS Nitro Enclaves User Guide* .
|
|
65145
65358
|
|
|
65146
65359
|
When the IAM role is associated with the ACM certificate, the certificate, certificate chain, and encrypted private key are placed in an Amazon S3 location that only the associated IAM role can access. The private key of the certificate is encrypted with an AWS managed key that has an attached attestation-based key policy.
|
|
65147
65360
|
|
|
@@ -65384,6 +65597,27 @@ class CfnFlowLog(
|
|
|
65384
65597
|
|
|
65385
65598
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
65386
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
|
+
|
|
65387
65621
|
@jsii.member(jsii_name="inspect")
|
|
65388
65622
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
65389
65623
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -66169,6 +66403,48 @@ class CfnIPAM(
|
|
|
66169
66403
|
|
|
66170
66404
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
66171
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
|
+
|
|
66172
66448
|
@jsii.member(jsii_name="inspect")
|
|
66173
66449
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
66174
66450
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -66795,6 +67071,48 @@ class CfnIPAMPool(
|
|
|
66795
67071
|
|
|
66796
67072
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
66797
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
|
+
|
|
66798
67116
|
@jsii.member(jsii_name="inspect")
|
|
66799
67117
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
66800
67118
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -67540,6 +67858,27 @@ class CfnIPAMResourceDiscovery(
|
|
|
67540
67858
|
|
|
67541
67859
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
67542
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
|
+
|
|
67543
67882
|
@jsii.member(jsii_name="inspect")
|
|
67544
67883
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
67545
67884
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -67889,6 +68228,27 @@ class CfnIPAMResourceDiscoveryAssociation(
|
|
|
67889
68228
|
|
|
67890
68229
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
67891
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
|
+
|
|
67892
68252
|
@jsii.member(jsii_name="inspect")
|
|
67893
68253
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
67894
68254
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -68123,6 +68483,48 @@ class CfnIPAMScope(
|
|
|
68123
68483
|
|
|
68124
68484
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
68125
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
|
+
|
|
68126
68528
|
@jsii.member(jsii_name="inspect")
|
|
68127
68529
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
68128
68530
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -68563,6 +68965,27 @@ class CfnInstance(
|
|
|
68563
68965
|
|
|
68564
68966
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
68565
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
|
+
|
|
68566
68989
|
@jsii.member(jsii_name="inspect")
|
|
68567
68990
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
68568
68991
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -71528,6 +71951,27 @@ class CfnInstanceConnectEndpoint(
|
|
|
71528
71951
|
|
|
71529
71952
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
71530
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
|
+
|
|
71531
71975
|
@jsii.member(jsii_name="inspect")
|
|
71532
71976
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
71533
71977
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -71709,6 +72153,27 @@ class CfnInternetGateway(
|
|
|
71709
72153
|
|
|
71710
72154
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
71711
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
|
+
|
|
71712
72177
|
@jsii.member(jsii_name="inspect")
|
|
71713
72178
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
71714
72179
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -72206,6 +72671,27 @@ class CfnLaunchTemplate(
|
|
|
72206
72671
|
|
|
72207
72672
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
72208
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
|
+
|
|
72209
72695
|
@jsii.member(jsii_name="inspect")
|
|
72210
72696
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
72211
72697
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -78183,6 +78669,27 @@ class CfnLocalGatewayRouteTableVPCAssociation(
|
|
|
78183
78669
|
|
|
78184
78670
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
78185
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
|
+
|
|
78186
78693
|
@jsii.member(jsii_name="inspect")
|
|
78187
78694
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
78188
78695
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -78357,6 +78864,27 @@ class CfnLocalGatewayRouteTableVirtualInterfaceGroupAssociation(
|
|
|
78357
78864
|
|
|
78358
78865
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
78359
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
|
+
|
|
78360
78888
|
@jsii.member(jsii_name="inspect")
|
|
78361
78889
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
78362
78890
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -78582,6 +79110,27 @@ class CfnNatGateway(
|
|
|
78582
79110
|
|
|
78583
79111
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
78584
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
|
+
|
|
78585
79134
|
@jsii.member(jsii_name="inspect")
|
|
78586
79135
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
78587
79136
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -79457,6 +80006,48 @@ class CfnNetworkInsightsAccessScope(
|
|
|
79457
80006
|
|
|
79458
80007
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
79459
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
|
+
|
|
79460
80051
|
@jsii.member(jsii_name="inspect")
|
|
79461
80052
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
79462
80053
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -80145,6 +80736,48 @@ class CfnNetworkInsightsAccessScopeAnalysis(
|
|
|
80145
80736
|
|
|
80146
80737
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
80147
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
|
+
|
|
80148
80781
|
@jsii.member(jsii_name="inspect")
|
|
80149
80782
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
80150
80783
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -80359,6 +80992,48 @@ class CfnNetworkInsightsAnalysis(
|
|
|
80359
80992
|
|
|
80360
80993
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
80361
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
|
+
|
|
80362
81037
|
@jsii.member(jsii_name="inspect")
|
|
80363
81038
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
80364
81039
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -83696,6 +84371,48 @@ class CfnNetworkInsightsPath(
|
|
|
83696
84371
|
|
|
83697
84372
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
83698
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
|
+
|
|
83699
84416
|
@jsii.member(jsii_name="inspect")
|
|
83700
84417
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
83701
84418
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -84230,6 +84947,27 @@ class CfnNetworkInterface(
|
|
|
84230
84947
|
|
|
84231
84948
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
84232
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
|
+
|
|
84233
84971
|
@jsii.member(jsii_name="inspect")
|
|
84234
84972
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
84235
84973
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -84943,6 +85681,7 @@ class CfnNetworkInterfaceAttachment(
|
|
|
84943
85681
|
|
|
84944
85682
|
# the properties below are optional
|
|
84945
85683
|
delete_on_termination=False,
|
|
85684
|
+
ena_queue_count=123,
|
|
84946
85685
|
ena_srd_specification=ec2.CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty(
|
|
84947
85686
|
ena_srd_enabled=False,
|
|
84948
85687
|
ena_srd_udp_specification=ec2.CfnNetworkInterfaceAttachment.EnaSrdUdpSpecificationProperty(
|
|
@@ -84961,6 +85700,7 @@ class CfnNetworkInterfaceAttachment(
|
|
|
84961
85700
|
instance_id: builtins.str,
|
|
84962
85701
|
network_interface_id: builtins.str,
|
|
84963
85702
|
delete_on_termination: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
85703
|
+
ena_queue_count: typing.Optional[jsii.Number] = None,
|
|
84964
85704
|
ena_srd_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
84965
85705
|
) -> None:
|
|
84966
85706
|
'''
|
|
@@ -84970,6 +85710,7 @@ class CfnNetworkInterfaceAttachment(
|
|
|
84970
85710
|
:param instance_id: The ID of the instance to which you will attach the ENI.
|
|
84971
85711
|
:param network_interface_id: The ID of the ENI that you want to attach.
|
|
84972
85712
|
:param delete_on_termination: Whether to delete the network interface when the instance terminates. By default, this value is set to ``true`` . Default: - true
|
|
85713
|
+
:param ena_queue_count: The number of ENA queues created with the instance.
|
|
84973
85714
|
:param ena_srd_specification: Configures ENA Express for the network interface that this action attaches to the instance.
|
|
84974
85715
|
'''
|
|
84975
85716
|
if __debug__:
|
|
@@ -84981,6 +85722,7 @@ class CfnNetworkInterfaceAttachment(
|
|
|
84981
85722
|
instance_id=instance_id,
|
|
84982
85723
|
network_interface_id=network_interface_id,
|
|
84983
85724
|
delete_on_termination=delete_on_termination,
|
|
85725
|
+
ena_queue_count=ena_queue_count,
|
|
84984
85726
|
ena_srd_specification=ena_srd_specification,
|
|
84985
85727
|
)
|
|
84986
85728
|
|
|
@@ -85093,6 +85835,19 @@ class CfnNetworkInterfaceAttachment(
|
|
|
85093
85835
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
85094
85836
|
jsii.set(self, "deleteOnTermination", value) # pyright: ignore[reportArgumentType]
|
|
85095
85837
|
|
|
85838
|
+
@builtins.property
|
|
85839
|
+
@jsii.member(jsii_name="enaQueueCount")
|
|
85840
|
+
def ena_queue_count(self) -> typing.Optional[jsii.Number]:
|
|
85841
|
+
'''The number of ENA queues created with the instance.'''
|
|
85842
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "enaQueueCount"))
|
|
85843
|
+
|
|
85844
|
+
@ena_queue_count.setter
|
|
85845
|
+
def ena_queue_count(self, value: typing.Optional[jsii.Number]) -> None:
|
|
85846
|
+
if __debug__:
|
|
85847
|
+
type_hints = typing.get_type_hints(_typecheckingstub__813016044c679898cae8d2f1cdf2d2661e3378b720ec797b2c72480434f2101f)
|
|
85848
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
85849
|
+
jsii.set(self, "enaQueueCount", value) # pyright: ignore[reportArgumentType]
|
|
85850
|
+
|
|
85096
85851
|
@builtins.property
|
|
85097
85852
|
@jsii.member(jsii_name="enaSrdSpecification")
|
|
85098
85853
|
def ena_srd_specification(
|
|
@@ -85796,6 +86551,48 @@ class CfnPrefixList(
|
|
|
85796
86551
|
|
|
85797
86552
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
85798
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
|
+
|
|
85799
86596
|
@jsii.member(jsii_name="inspect")
|
|
85800
86597
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
85801
86598
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -86459,6 +87256,48 @@ class CfnRouteServer(
|
|
|
86459
87256
|
|
|
86460
87257
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
86461
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
|
+
|
|
86462
87301
|
@jsii.member(jsii_name="inspect")
|
|
86463
87302
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
86464
87303
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -86773,6 +87612,48 @@ class CfnRouteServerEndpoint(
|
|
|
86773
87612
|
|
|
86774
87613
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
86775
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
|
+
|
|
86776
87657
|
@jsii.member(jsii_name="inspect")
|
|
86777
87658
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
86778
87659
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -86972,6 +87853,48 @@ class CfnRouteServerPeer(
|
|
|
86972
87853
|
|
|
86973
87854
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
86974
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
|
+
|
|
86975
87898
|
@jsii.member(jsii_name="inspect")
|
|
86976
87899
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
86977
87900
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -87395,6 +88318,27 @@ class CfnRouteTable(
|
|
|
87395
88318
|
|
|
87396
88319
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
87397
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
|
+
|
|
87398
88342
|
@jsii.member(jsii_name="inspect")
|
|
87399
88343
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
87400
88344
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -87583,6 +88527,27 @@ class CfnSecurityGroup(
|
|
|
87583
88527
|
|
|
87584
88528
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
87585
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
|
+
|
|
87586
88551
|
@jsii.member(jsii_name="inspect")
|
|
87587
88552
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
87588
88553
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -94257,6 +95222,27 @@ class CfnSubnet(
|
|
|
94257
95222
|
|
|
94258
95223
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
94259
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
|
+
|
|
94260
95246
|
@jsii.member(jsii_name="inspect")
|
|
94261
95247
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
94262
95248
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -95292,6 +96278,27 @@ class CfnTrafficMirrorFilter(
|
|
|
95292
96278
|
|
|
95293
96279
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
95294
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
|
+
|
|
95295
96302
|
@jsii.member(jsii_name="inspect")
|
|
95296
96303
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
95297
96304
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -95491,6 +96498,27 @@ class CfnTrafficMirrorFilterRule(
|
|
|
95491
96498
|
|
|
95492
96499
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
95493
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
|
+
|
|
95494
96522
|
@jsii.member(jsii_name="inspect")
|
|
95495
96523
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
95496
96524
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -95859,6 +96887,27 @@ class CfnTrafficMirrorSession(
|
|
|
95859
96887
|
|
|
95860
96888
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
95861
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
|
+
|
|
95862
96911
|
@jsii.member(jsii_name="inspect")
|
|
95863
96912
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
95864
96913
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -96103,6 +97152,27 @@ class CfnTrafficMirrorTarget(
|
|
|
96103
97152
|
|
|
96104
97153
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
96105
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
|
+
|
|
96106
97176
|
@jsii.member(jsii_name="inspect")
|
|
96107
97177
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
96108
97178
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -96331,6 +97401,48 @@ class CfnTransitGateway(
|
|
|
96331
97401
|
|
|
96332
97402
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
96333
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
|
+
|
|
96334
97446
|
@jsii.member(jsii_name="inspect")
|
|
96335
97447
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
96336
97448
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -96660,6 +97772,27 @@ class CfnTransitGatewayAttachment(
|
|
|
96660
97772
|
|
|
96661
97773
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
96662
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
|
+
|
|
96663
97796
|
@jsii.member(jsii_name="inspect")
|
|
96664
97797
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
96665
97798
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -97212,6 +98345,27 @@ class CfnTransitGatewayConnectPeer(
|
|
|
97212
98345
|
|
|
97213
98346
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
97214
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
|
+
|
|
97215
98369
|
@jsii.member(jsii_name="inspect")
|
|
97216
98370
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
97217
98371
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -97664,6 +98818,48 @@ class CfnTransitGatewayMulticastDomain(
|
|
|
97664
98818
|
|
|
97665
98819
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
97666
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
|
+
|
|
97667
98863
|
@jsii.member(jsii_name="inspect")
|
|
97668
98864
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
97669
98865
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -98531,6 +99727,27 @@ class CfnTransitGatewayPeeringAttachment(
|
|
|
98531
99727
|
|
|
98532
99728
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
98533
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
|
+
|
|
98534
99751
|
@jsii.member(jsii_name="inspect")
|
|
98535
99752
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
98536
99753
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -98983,6 +100200,27 @@ class CfnTransitGatewayRouteTable(
|
|
|
98983
100200
|
|
|
98984
100201
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
98985
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
|
+
|
|
98986
100224
|
@jsii.member(jsii_name="inspect")
|
|
98987
100225
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
98988
100226
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -99076,7 +100314,7 @@ class CfnTransitGatewayRouteTableAssociation(
|
|
|
99076
100314
|
|
|
99077
100315
|
You can associate one route table with an attachment.
|
|
99078
100316
|
|
|
99079
|
-
Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate.
|
|
100317
|
+
Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate. In addition, the attachment must be in an ``available`` state; otherwise, the request will return an error.
|
|
99080
100318
|
|
|
99081
100319
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html
|
|
99082
100320
|
:cloudformationResource: AWS::EC2::TransitGatewayRouteTableAssociation
|
|
@@ -99662,7 +100900,7 @@ class CfnVPC(
|
|
|
99662
100900
|
):
|
|
99663
100901
|
'''Specifies a virtual private cloud (VPC).
|
|
99664
100902
|
|
|
99665
|
-
To
|
|
100903
|
+
A VPC must have an associated IPv4 CIDR block. You can specify an IPv4 CIDR block or an IPAM-allocated IPv4 CIDR block. To associate an IPv6 CIDR block with the VPC, see `AWS::EC2::VPCCidrBlock <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpccidrblock.html>`_ .
|
|
99666
100904
|
|
|
99667
100905
|
For more information, see `Virtual private clouds (VPC) <https://docs.aws.amazon.com/vpc/latest/userguide/configure-your-vpc.html>`_ in the *Amazon VPC User Guide* .
|
|
99668
100906
|
|
|
@@ -99734,6 +100972,27 @@ class CfnVPC(
|
|
|
99734
100972
|
|
|
99735
100973
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
99736
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
|
+
|
|
99737
100996
|
@jsii.member(jsii_name="inspect")
|
|
99738
100997
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
99739
100998
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -100254,7 +101513,7 @@ class CfnVPCCidrBlock(
|
|
|
100254
101513
|
):
|
|
100255
101514
|
'''Associates a CIDR block with your VPC.
|
|
100256
101515
|
|
|
100257
|
-
You can optionally
|
|
101516
|
+
A VPC must have an associated IPv4 CIDR block. You can optionally associate additional IPv4 CIDR blocks with a VPC. You can optionally associate an IPv6 CIDR block with a VPC. You can request an Amazon-provided IPv6 CIDR block from Amazon's pool of IPv6 addresses, or an IPv6 CIDR block from an IPv6 address pool that you provisioned through bring your own IP addresses (BYOIP).
|
|
100258
101517
|
|
|
100259
101518
|
For more information, see `VPC CIDR blocks <https://docs.aws.amazon.com/vpc/latest/userguide/vpc-cidr-blocks.html>`_ in the *Amazon VPC User Guide* .
|
|
100260
101519
|
|
|
@@ -100793,6 +102052,27 @@ class CfnVPCEndpoint(
|
|
|
100793
102052
|
|
|
100794
102053
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
100795
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
|
+
|
|
100796
102076
|
@jsii.member(jsii_name="inspect")
|
|
100797
102077
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
100798
102078
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -101946,6 +103226,27 @@ class CfnVPCPeeringConnection(
|
|
|
101946
103226
|
|
|
101947
103227
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
101948
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
|
+
|
|
101949
103250
|
@jsii.member(jsii_name="inspect")
|
|
101950
103251
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
101951
103252
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -102238,6 +103539,27 @@ class CfnVPNConnection(
|
|
|
102238
103539
|
|
|
102239
103540
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
102240
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
|
+
|
|
102241
103563
|
@jsii.member(jsii_name="inspect")
|
|
102242
103564
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
102243
103565
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -103684,6 +105006,27 @@ class CfnVPNGateway(
|
|
|
103684
105006
|
|
|
103685
105007
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
103686
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
|
+
|
|
103687
105030
|
@jsii.member(jsii_name="inspect")
|
|
103688
105031
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
103689
105032
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -104055,6 +105398,27 @@ class CfnVerifiedAccessEndpoint(
|
|
|
104055
105398
|
|
|
104056
105399
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
104057
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
|
+
|
|
104058
105422
|
@jsii.member(jsii_name="inspect")
|
|
104059
105423
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
104060
105424
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -105134,6 +106498,48 @@ class CfnVerifiedAccessGroup(
|
|
|
105134
106498
|
|
|
105135
106499
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
105136
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
|
+
|
|
105137
106543
|
@jsii.member(jsii_name="inspect")
|
|
105138
106544
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
105139
106545
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -105489,6 +106895,27 @@ class CfnVerifiedAccessInstance(
|
|
|
105489
106895
|
|
|
105490
106896
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
105491
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
|
+
|
|
105492
106919
|
@jsii.member(jsii_name="inspect")
|
|
105493
106920
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
105494
106921
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -106316,6 +107743,27 @@ class CfnVerifiedAccessTrustProvider(
|
|
|
106316
107743
|
|
|
106317
107744
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
106318
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
|
+
|
|
106319
107767
|
@jsii.member(jsii_name="inspect")
|
|
106320
107768
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
106321
107769
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -107133,6 +108581,27 @@ class CfnVolume(
|
|
|
107133
108581
|
|
|
107134
108582
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
107135
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
|
+
|
|
107136
108605
|
@jsii.member(jsii_name="inspect")
|
|
107137
108606
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
107138
108607
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -117609,6 +119078,7 @@ def _typecheckingstub__b31ba98e2404b0fe712cc8951c65f1f317583a51d160007f9b90f285b
|
|
|
117609
119078
|
instance_id: builtins.str,
|
|
117610
119079
|
network_interface_id: builtins.str,
|
|
117611
119080
|
delete_on_termination: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
119081
|
+
ena_queue_count: typing.Optional[jsii.Number] = None,
|
|
117612
119082
|
ena_srd_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
117613
119083
|
) -> None:
|
|
117614
119084
|
"""Type checking stubs"""
|
|
@@ -121253,6 +122723,22 @@ def _typecheckingstub__96fb3bc559aaa9df971e86ea7cdd3cdc3de550019a2d3bf247d3fb169
|
|
|
121253
122723
|
"""Type checking stubs"""
|
|
121254
122724
|
pass
|
|
121255
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
|
+
|
|
121256
122742
|
def _typecheckingstub__ac561edf867860b2e6780f7d06fe916bfb499cbbdab9e47874e784f8ee13259f(
|
|
121257
122743
|
inspector: _TreeInspector_488e0dd5,
|
|
121258
122744
|
) -> None:
|
|
@@ -121396,6 +122882,14 @@ def _typecheckingstub__f6fb1af1f639a354aff6bb978bcac42ab042448e257770c8bed7a4689
|
|
|
121396
122882
|
"""Type checking stubs"""
|
|
121397
122883
|
pass
|
|
121398
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
|
+
|
|
121399
122893
|
def _typecheckingstub__35bd03d12bd6116122e660dadd70f4c4735a841ce1b9a702a966cfc70b2123d1(
|
|
121400
122894
|
inspector: _TreeInspector_488e0dd5,
|
|
121401
122895
|
) -> None:
|
|
@@ -121493,6 +122987,14 @@ def _typecheckingstub__a96681cf286606ecadca18bda0ea89ce2bcb5ccb239c0ee8192648a3c
|
|
|
121493
122987
|
"""Type checking stubs"""
|
|
121494
122988
|
pass
|
|
121495
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
|
+
|
|
121496
122998
|
def _typecheckingstub__d13b490de5a71d5c115db0ab3676eac3623d858382e7bda0f72126bd9502de90(
|
|
121497
122999
|
inspector: _TreeInspector_488e0dd5,
|
|
121498
123000
|
) -> None:
|
|
@@ -121598,6 +123100,14 @@ def _typecheckingstub__1880bffa9253aaedfa6af6175da6262a96ea34dadf82dc678a1eef91c
|
|
|
121598
123100
|
"""Type checking stubs"""
|
|
121599
123101
|
pass
|
|
121600
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
|
+
|
|
121601
123111
|
def _typecheckingstub__6c918e848a5790bf428aae5434bdf054890599ff5e33a0c7aec91388a7d88962(
|
|
121602
123112
|
inspector: _TreeInspector_488e0dd5,
|
|
121603
123113
|
) -> None:
|
|
@@ -121887,6 +123397,14 @@ def _typecheckingstub__16b41182e007e05b84fd0c97afc1e26001e78a56de2eb5b10c9f809de
|
|
|
121887
123397
|
"""Type checking stubs"""
|
|
121888
123398
|
pass
|
|
121889
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
|
+
|
|
121890
123408
|
def _typecheckingstub__ce54eac1ec957fc55ffb27a654680402c3468f669a41d23ab734690d410698df(
|
|
121891
123409
|
inspector: _TreeInspector_488e0dd5,
|
|
121892
123410
|
) -> None:
|
|
@@ -121956,6 +123474,14 @@ def _typecheckingstub__5f22238da23e1a95528fc55d3e3a28b661b69a5dfe2d1e64620bef1eb
|
|
|
121956
123474
|
"""Type checking stubs"""
|
|
121957
123475
|
pass
|
|
121958
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
|
+
|
|
121959
123485
|
def _typecheckingstub__4bd34186ec5701fad199396bd872adb91c15f71647beefe007bb9dbafe17d86b(
|
|
121960
123486
|
inspector: _TreeInspector_488e0dd5,
|
|
121961
123487
|
) -> None:
|
|
@@ -122030,6 +123556,14 @@ def _typecheckingstub__9b04bc874649f768ee829fef298c1c886ebb6fc5aa454a0c698e17c25
|
|
|
122030
123556
|
"""Type checking stubs"""
|
|
122031
123557
|
pass
|
|
122032
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
|
+
|
|
122033
123567
|
def _typecheckingstub__ba2b8151d12fc4a02b9b697317595ccdcf5010cff290619525b157c76a9376e5(
|
|
122034
123568
|
inspector: _TreeInspector_488e0dd5,
|
|
122035
123569
|
) -> None:
|
|
@@ -122515,6 +124049,14 @@ def _typecheckingstub__84a7ddca98bd1c24713f12588ec54b51cdc19c99c2209e07c96417201
|
|
|
122515
124049
|
"""Type checking stubs"""
|
|
122516
124050
|
pass
|
|
122517
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
|
+
|
|
122518
124060
|
def _typecheckingstub__3776ca79b4c1077cd8641d4bff766f9377360b8cadb064edee5912829e24521b(
|
|
122519
124061
|
inspector: _TreeInspector_488e0dd5,
|
|
122520
124062
|
) -> None:
|
|
@@ -122593,6 +124135,14 @@ def _typecheckingstub__72358d22276e2eb5cd641ca06942afc99075017aabb8f3000a9b07b53
|
|
|
122593
124135
|
"""Type checking stubs"""
|
|
122594
124136
|
pass
|
|
122595
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
|
+
|
|
122596
124146
|
def _typecheckingstub__7e198443ee858ff19e4aabc024d3248d8cb921d93f5a62465d022de2d8cfa5e2(
|
|
122597
124147
|
inspector: _TreeInspector_488e0dd5,
|
|
122598
124148
|
) -> None:
|
|
@@ -122818,6 +124368,22 @@ def _typecheckingstub__5dd8d015864426e689ac2f72f1fdd70371d242931964ab4d571ea5601
|
|
|
122818
124368
|
"""Type checking stubs"""
|
|
122819
124369
|
pass
|
|
122820
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
|
+
|
|
122821
124387
|
def _typecheckingstub__52d60de86ca7ba70a9845a22c132a50b0a472c7cce8b00d8e266f850b9c0e6f4(
|
|
122822
124388
|
inspector: _TreeInspector_488e0dd5,
|
|
122823
124389
|
) -> None:
|
|
@@ -122958,6 +124524,22 @@ def _typecheckingstub__49ac69dacc9e55c18363e598ee436fae30723dd4b487a4cd514778546
|
|
|
122958
124524
|
"""Type checking stubs"""
|
|
122959
124525
|
pass
|
|
122960
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
|
+
|
|
122961
124543
|
def _typecheckingstub__ed624bf3dc307f04a3b45acad98bea6483b1a66eab0f2a9472fa9843d91564b2(
|
|
122962
124544
|
inspector: _TreeInspector_488e0dd5,
|
|
122963
124545
|
) -> None:
|
|
@@ -123136,6 +124718,14 @@ def _typecheckingstub__b9865e76fdfd7caecfedb4df232a297c92dc11c534785272c111c4d0b
|
|
|
123136
124718
|
"""Type checking stubs"""
|
|
123137
124719
|
pass
|
|
123138
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
|
+
|
|
123139
124729
|
def _typecheckingstub__c1d8c82f3dfe9b8619160b061cf8b66f8028c4b53cd00fc8313e6ceec44d1e6b(
|
|
123140
124730
|
inspector: _TreeInspector_488e0dd5,
|
|
123141
124731
|
) -> None:
|
|
@@ -123197,6 +124787,14 @@ def _typecheckingstub__fd4a98893481afc827d51d87886f223e1b30f0a19b4c90a338e76e2be
|
|
|
123197
124787
|
"""Type checking stubs"""
|
|
123198
124788
|
pass
|
|
123199
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
|
+
|
|
123200
124798
|
def _typecheckingstub__5d646cf54c4b619a5fd65d31cad194a8f982e5f38dfb0cf292dfad80fee1a230(
|
|
123201
124799
|
inspector: _TreeInspector_488e0dd5,
|
|
123202
124800
|
) -> None:
|
|
@@ -123238,6 +124836,22 @@ def _typecheckingstub__0261d3b2f94da048fb1c8fbab861a99b9ba787a6bfde7f2b8d1f37d93
|
|
|
123238
124836
|
"""Type checking stubs"""
|
|
123239
124837
|
pass
|
|
123240
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
|
+
|
|
123241
124855
|
def _typecheckingstub__33ce1a601432c36a76445a195729508d4810ba6d52ceb4763cb3fd1abcb95a13(
|
|
123242
124856
|
inspector: _TreeInspector_488e0dd5,
|
|
123243
124857
|
) -> None:
|
|
@@ -123317,6 +124931,14 @@ def _typecheckingstub__c4a16bcac45df35102107cab13dbaea279aac225408d8ffe54a341484
|
|
|
123317
124931
|
"""Type checking stubs"""
|
|
123318
124932
|
pass
|
|
123319
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
|
+
|
|
123320
124942
|
def _typecheckingstub__f0f05b7732316f828754605c3154cbf0ccd005a66cccda9fe936bd6d833ff8d6(
|
|
123321
124943
|
inspector: _TreeInspector_488e0dd5,
|
|
123322
124944
|
) -> None:
|
|
@@ -123773,6 +125395,14 @@ def _typecheckingstub__5dd25848f0ceb23edd764d8f4a076cf8f9d22793b6ca99db922a9c410
|
|
|
123773
125395
|
"""Type checking stubs"""
|
|
123774
125396
|
pass
|
|
123775
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
|
+
|
|
123776
125406
|
def _typecheckingstub__5891536cec39a3051ee1e1e6cad74074ab2e104448cf33448a891defadf16b6e(
|
|
123777
125407
|
inspector: _TreeInspector_488e0dd5,
|
|
123778
125408
|
) -> None:
|
|
@@ -123824,6 +125454,14 @@ def _typecheckingstub__aa065a029e2c56d70c69099c85a03c8dbfa72480a3684dfdde80dc1f9
|
|
|
123824
125454
|
"""Type checking stubs"""
|
|
123825
125455
|
pass
|
|
123826
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
|
+
|
|
123827
125465
|
def _typecheckingstub__ed6eab34daf843734d508076e53ea4a173d898576d71d9ededed91159fb9ac83(
|
|
123828
125466
|
inspector: _TreeInspector_488e0dd5,
|
|
123829
125467
|
) -> None:
|
|
@@ -123943,6 +125581,14 @@ def _typecheckingstub__e9499e80b4296e1479809c7b5bc3f6e9f3d10776c827e6a75fe938526
|
|
|
123943
125581
|
"""Type checking stubs"""
|
|
123944
125582
|
pass
|
|
123945
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
|
+
|
|
123946
125592
|
def _typecheckingstub__64365a4d33f8b9644946798f4e453417c6eb4405260711ca681d0a287f7b888b(
|
|
123947
125593
|
inspector: _TreeInspector_488e0dd5,
|
|
123948
125594
|
) -> None:
|
|
@@ -124515,6 +126161,14 @@ def _typecheckingstub__942279fba690e3b98e5f34e81caaa9a7615238fc515203fa133421207
|
|
|
124515
126161
|
"""Type checking stubs"""
|
|
124516
126162
|
pass
|
|
124517
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
|
+
|
|
124518
126172
|
def _typecheckingstub__6e0090cdfca64ec4d1bbfb0e79bc4d70ac0e16c0b41e3d5a4f6379764eab22fd(
|
|
124519
126173
|
inspector: _TreeInspector_488e0dd5,
|
|
124520
126174
|
) -> None:
|
|
@@ -124556,6 +126210,14 @@ def _typecheckingstub__50c4489e5740fab22081ddb54e3174bf9ad508e11ecbc13eefa82b53a
|
|
|
124556
126210
|
"""Type checking stubs"""
|
|
124557
126211
|
pass
|
|
124558
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
|
+
|
|
124559
126221
|
def _typecheckingstub__3d39418274eaeb02fc75ac2865586ff6b8ebd16a2cc61f6e8185359a87240a1f(
|
|
124560
126222
|
inspector: _TreeInspector_488e0dd5,
|
|
124561
126223
|
) -> None:
|
|
@@ -124603,6 +126265,14 @@ def _typecheckingstub__4d23f1a46df0174ce142c0ff05ac9cb901ecac30141c8b466b44569b4
|
|
|
124603
126265
|
"""Type checking stubs"""
|
|
124604
126266
|
pass
|
|
124605
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
|
+
|
|
124606
126276
|
def _typecheckingstub__bdb247dbf854f85e48e3d293459592f7c17817fd538cc790bbc2b953d197c893(
|
|
124607
126277
|
inspector: _TreeInspector_488e0dd5,
|
|
124608
126278
|
) -> None:
|
|
@@ -124813,6 +126483,22 @@ def _typecheckingstub__09b42a4fb4e9f46bed23ddfbf1c07b2a0ba5e4fce3bed5ffdc5d40d39
|
|
|
124813
126483
|
"""Type checking stubs"""
|
|
124814
126484
|
pass
|
|
124815
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
|
+
|
|
124816
126502
|
def _typecheckingstub__5f82b6edd1eb1b26cfbde99da725d72fca487a4954f8210236670099b07e4389(
|
|
124817
126503
|
inspector: _TreeInspector_488e0dd5,
|
|
124818
126504
|
) -> None:
|
|
@@ -124898,6 +126584,22 @@ def _typecheckingstub__3a18949cfdbc5dfd56eecde43f3705bb58594f84d85b5e275c607e623
|
|
|
124898
126584
|
"""Type checking stubs"""
|
|
124899
126585
|
pass
|
|
124900
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
|
+
|
|
124901
126603
|
def _typecheckingstub__68cf59f8d4cf1c47ec6143ca5ae0d86c2d23eda017b95478e02794d1802115fb(
|
|
124902
126604
|
inspector: _TreeInspector_488e0dd5,
|
|
124903
126605
|
) -> None:
|
|
@@ -124935,6 +126637,22 @@ def _typecheckingstub__678aad296e8f8e492a0d5ebb106e185ee0e54a22ad01e148f0ae03d00
|
|
|
124935
126637
|
"""Type checking stubs"""
|
|
124936
126638
|
pass
|
|
124937
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
|
+
|
|
124938
126656
|
def _typecheckingstub__511339e103b3d28b7af09ce19b36ce54bde77d57587d4e29f2c94e9283956101(
|
|
124939
126657
|
inspector: _TreeInspector_488e0dd5,
|
|
124940
126658
|
) -> None:
|
|
@@ -125191,6 +126909,22 @@ def _typecheckingstub__f7fe7e248a834a6efe9954bca662d634bc784a1945ef06a82f8e180a1
|
|
|
125191
126909
|
"""Type checking stubs"""
|
|
125192
126910
|
pass
|
|
125193
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
|
+
|
|
125194
126928
|
def _typecheckingstub__727c2e90bd02c8a49ccd06e5693994d060b2fb6dd8d39545ee9042b07e48c943(
|
|
125195
126929
|
inspector: _TreeInspector_488e0dd5,
|
|
125196
126930
|
) -> None:
|
|
@@ -125300,6 +127034,14 @@ def _typecheckingstub__8393da3cca9727d94c340192bc7d8b11bde1fb62e8d43771091b9a3e1
|
|
|
125300
127034
|
"""Type checking stubs"""
|
|
125301
127035
|
pass
|
|
125302
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
|
+
|
|
125303
127045
|
def _typecheckingstub__36528adc5439ee87edbb54d96f163e3f07cf28679f7d2c3a64683cc2f634c13d(
|
|
125304
127046
|
inspector: _TreeInspector_488e0dd5,
|
|
125305
127047
|
) -> None:
|
|
@@ -125460,6 +127202,7 @@ def _typecheckingstub__3bd398f8321bdc7fbfd14c84bf37b253e1282ce256683087217df8bdb
|
|
|
125460
127202
|
instance_id: builtins.str,
|
|
125461
127203
|
network_interface_id: builtins.str,
|
|
125462
127204
|
delete_on_termination: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
127205
|
+
ena_queue_count: typing.Optional[jsii.Number] = None,
|
|
125463
127206
|
ena_srd_specification: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
125464
127207
|
) -> None:
|
|
125465
127208
|
"""Type checking stubs"""
|
|
@@ -125501,6 +127244,12 @@ def _typecheckingstub__95d995f5a17b7339e1633a46f4caf7b0334f3203bea60f5970be9e2f2
|
|
|
125501
127244
|
"""Type checking stubs"""
|
|
125502
127245
|
pass
|
|
125503
127246
|
|
|
127247
|
+
def _typecheckingstub__813016044c679898cae8d2f1cdf2d2661e3378b720ec797b2c72480434f2101f(
|
|
127248
|
+
value: typing.Optional[jsii.Number],
|
|
127249
|
+
) -> None:
|
|
127250
|
+
"""Type checking stubs"""
|
|
127251
|
+
pass
|
|
127252
|
+
|
|
125504
127253
|
def _typecheckingstub__44053839e2796916ea1820301ba6d646b23ec979c16a251cc51920c1a7bd2875(
|
|
125505
127254
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnNetworkInterfaceAttachment.EnaSrdSpecificationProperty]],
|
|
125506
127255
|
) -> None:
|
|
@@ -125672,6 +127421,22 @@ def _typecheckingstub__ca40c21d744d74a8d12faa4a15d3401bfb9dfbec7caccc06e6b5e838a
|
|
|
125672
127421
|
"""Type checking stubs"""
|
|
125673
127422
|
pass
|
|
125674
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
|
+
|
|
125675
127440
|
def _typecheckingstub__62322c706c8ccb56f4c1c382d594a4dd172bfc2026bcfaf8b6d57a0c1012f977(
|
|
125676
127441
|
inspector: _TreeInspector_488e0dd5,
|
|
125677
127442
|
) -> None:
|
|
@@ -125860,6 +127625,22 @@ def _typecheckingstub__e744a2467360e6327da0cb79726e11e01d594dbeec11f2982a422bcb1
|
|
|
125860
127625
|
"""Type checking stubs"""
|
|
125861
127626
|
pass
|
|
125862
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
|
+
|
|
125863
127644
|
def _typecheckingstub__3d4e9ce25bdead6fc034e09d4bd133ca6d8a9bdb28edabd76818abeb5861c650(
|
|
125864
127645
|
inspector: _TreeInspector_488e0dd5,
|
|
125865
127646
|
) -> None:
|
|
@@ -125947,6 +127728,22 @@ def _typecheckingstub__bc6285d87d5119c3a92dc59ed8148d7d11adb84676a3fb4a32f638fca
|
|
|
125947
127728
|
"""Type checking stubs"""
|
|
125948
127729
|
pass
|
|
125949
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
|
+
|
|
125950
127747
|
def _typecheckingstub__1646f051eeeb9accd22a953e4c76242751791c83c2230b011e8bf14a01edee0b(
|
|
125951
127748
|
inspector: _TreeInspector_488e0dd5,
|
|
125952
127749
|
) -> None:
|
|
@@ -125989,6 +127786,22 @@ def _typecheckingstub__1a1790ead48cbfa3b30bad1ac0c338d415fa3cdaeb20762a23ab6b703
|
|
|
125989
127786
|
"""Type checking stubs"""
|
|
125990
127787
|
pass
|
|
125991
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
|
+
|
|
125992
127805
|
def _typecheckingstub__f16ce6f04d507826742aed952b4ee08df1a7f5e094ef81a6b1ff59953ab6d033(
|
|
125993
127806
|
inspector: _TreeInspector_488e0dd5,
|
|
125994
127807
|
) -> None:
|
|
@@ -126077,6 +127890,14 @@ def _typecheckingstub__93a1e7c740b947cc510161b87d4afa4b057e501067ea1f7ef24fdb6a8
|
|
|
126077
127890
|
"""Type checking stubs"""
|
|
126078
127891
|
pass
|
|
126079
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
|
+
|
|
126080
127901
|
def _typecheckingstub__cff9836624fcf3040188660643f84ea5ed967e0aefb5879689106d7a284610f8(
|
|
126081
127902
|
inspector: _TreeInspector_488e0dd5,
|
|
126082
127903
|
) -> None:
|
|
@@ -126115,6 +127936,14 @@ def _typecheckingstub__7d683e3d98ba1cf2002a34b5f2c1fd4a4321e62dc852c644de658a8ca
|
|
|
126115
127936
|
"""Type checking stubs"""
|
|
126116
127937
|
pass
|
|
126117
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
|
+
|
|
126118
127947
|
def _typecheckingstub__946b476b6f9040093c97a64d3216b8b663100aa6248e967683a518f613c6650d(
|
|
126119
127948
|
inspector: _TreeInspector_488e0dd5,
|
|
126120
127949
|
) -> None:
|
|
@@ -126843,6 +128672,14 @@ def _typecheckingstub__3552c7996fe8d37a6b035d9a3032e8c21e885c6d2abd5a0f9ff377ae3
|
|
|
126843
128672
|
"""Type checking stubs"""
|
|
126844
128673
|
pass
|
|
126845
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
|
+
|
|
126846
128683
|
def _typecheckingstub__6156a193ebc4d0f9f0b05548058061d243acb636c512c72051b309b52a9f9eaa(
|
|
126847
128684
|
inspector: _TreeInspector_488e0dd5,
|
|
126848
128685
|
) -> None:
|
|
@@ -127100,6 +128937,14 @@ def _typecheckingstub__b3010c8c23523308b937b13bf2fd061ce50421e19e699a33715927ea7
|
|
|
127100
128937
|
"""Type checking stubs"""
|
|
127101
128938
|
pass
|
|
127102
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
|
+
|
|
127103
128948
|
def _typecheckingstub__4139de6cf862ad5d74c52e241eee09962b6e2d2983b38ee7d69d9fa4f3e2626e(
|
|
127104
128949
|
inspector: _TreeInspector_488e0dd5,
|
|
127105
128950
|
) -> None:
|
|
@@ -127149,6 +128994,14 @@ def _typecheckingstub__8d31a4a58c039ce2bbc135b28c273cf97fb8d472640a28e00ca448193
|
|
|
127149
128994
|
"""Type checking stubs"""
|
|
127150
128995
|
pass
|
|
127151
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
|
+
|
|
127152
129005
|
def _typecheckingstub__44d0755d06bfcb59329075440a91d3fd073045ea48cde80da24a13d27fcc4ace(
|
|
127153
129006
|
inspector: _TreeInspector_488e0dd5,
|
|
127154
129007
|
) -> None:
|
|
@@ -127252,6 +129105,14 @@ def _typecheckingstub__9e0df29e9de2cc6eed997cd0738e89aa6fc9bdffd0c700ef4584f2c9e
|
|
|
127252
129105
|
"""Type checking stubs"""
|
|
127253
129106
|
pass
|
|
127254
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
|
+
|
|
127255
129116
|
def _typecheckingstub__d7de9b275c66d169a52141d4946af458aa37cb352101d9d285be17a4f8127775(
|
|
127256
129117
|
inspector: _TreeInspector_488e0dd5,
|
|
127257
129118
|
) -> None:
|
|
@@ -127331,6 +129192,14 @@ def _typecheckingstub__70ed5196cebe14b98a0bfa7a8c8b551d0ff3f3ea5d39ad701b844d631
|
|
|
127331
129192
|
"""Type checking stubs"""
|
|
127332
129193
|
pass
|
|
127333
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
|
+
|
|
127334
129203
|
def _typecheckingstub__49dd29a3ac59afe75d377125f6f9e1efacc539e3e7011335b7aefd19558be691(
|
|
127335
129204
|
inspector: _TreeInspector_488e0dd5,
|
|
127336
129205
|
) -> None:
|
|
@@ -127394,6 +129263,22 @@ def _typecheckingstub__bba1945c40ffe23ea319a1157d643d40dd9ada3eb2884ee096699e549
|
|
|
127394
129263
|
"""Type checking stubs"""
|
|
127395
129264
|
pass
|
|
127396
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
|
+
|
|
127397
129282
|
def _typecheckingstub__7f706d2be5763b7ea9cc3a860496bdbe2a371e281d746e0368dab2a6e4cb9537(
|
|
127398
129283
|
inspector: _TreeInspector_488e0dd5,
|
|
127399
129284
|
) -> None:
|
|
@@ -127497,6 +129382,14 @@ def _typecheckingstub__eab8e96bb64a927b52383e2a842bfca63a3ece05b571bd631f2c4d980
|
|
|
127497
129382
|
"""Type checking stubs"""
|
|
127498
129383
|
pass
|
|
127499
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
|
+
|
|
127500
129393
|
def _typecheckingstub__cca20a7b6f10e5816fe3b6b1b7c269fa3848b7398e1ad9328f33b3141cddc8a0(
|
|
127501
129394
|
inspector: _TreeInspector_488e0dd5,
|
|
127502
129395
|
) -> None:
|
|
@@ -127608,6 +129501,14 @@ def _typecheckingstub__1f8d207f56975363774b74fa734c1d229d4b0713b4f3516f3314cd9eb
|
|
|
127608
129501
|
"""Type checking stubs"""
|
|
127609
129502
|
pass
|
|
127610
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
|
+
|
|
127611
129512
|
def _typecheckingstub__b94393058454232978c68e76b9895b5f0775d34692c68d57103fafd32b53d66e(
|
|
127612
129513
|
inspector: _TreeInspector_488e0dd5,
|
|
127613
129514
|
) -> None:
|
|
@@ -127671,6 +129572,22 @@ def _typecheckingstub__12d9bae5c632fc5f2e4010c8fc9c73ce070047631f45ed391c85bafbe
|
|
|
127671
129572
|
"""Type checking stubs"""
|
|
127672
129573
|
pass
|
|
127673
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
|
+
|
|
127674
129591
|
def _typecheckingstub__5866dec7826d5bb1b5fb131f6f8fdc1860951c1171fac450128c46dfb15c9239(
|
|
127675
129592
|
inspector: _TreeInspector_488e0dd5,
|
|
127676
129593
|
) -> None:
|
|
@@ -127846,6 +129763,14 @@ def _typecheckingstub__58337585cb89e7f01f2f50074e196aeb221ca4931847f4f774499705b
|
|
|
127846
129763
|
"""Type checking stubs"""
|
|
127847
129764
|
pass
|
|
127848
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
|
+
|
|
127849
129774
|
def _typecheckingstub__a5484bbc750180ce100bc804b4dae3e7ee77aa25ec433001612e49c3d0fa23d8(
|
|
127850
129775
|
inspector: _TreeInspector_488e0dd5,
|
|
127851
129776
|
) -> None:
|
|
@@ -127954,6 +129879,14 @@ def _typecheckingstub__1c7db50f4ae112c57ab046bda7776d377180bab25c5b7569cfacb2c8f
|
|
|
127954
129879
|
"""Type checking stubs"""
|
|
127955
129880
|
pass
|
|
127956
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
|
+
|
|
127957
129890
|
def _typecheckingstub__d88de7ca145b9691c5f4568e02636aa128bc669dce28368c24b0f50acbf21749(
|
|
127958
129891
|
inspector: _TreeInspector_488e0dd5,
|
|
127959
129892
|
) -> None:
|
|
@@ -128140,6 +130073,14 @@ def _typecheckingstub__652142f8451c882a92006b3da83dda7c75035b0e67cfdb89b2dafff72
|
|
|
128140
130073
|
"""Type checking stubs"""
|
|
128141
130074
|
pass
|
|
128142
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
|
+
|
|
128143
130084
|
def _typecheckingstub__a3738c2c36e6ee829580f25d486aedc44b115450b8ef5d1ad87f9e8ea4c37f38(
|
|
128144
130085
|
inspector: _TreeInspector_488e0dd5,
|
|
128145
130086
|
) -> None:
|
|
@@ -128415,6 +130356,14 @@ def _typecheckingstub__a16478d34754d994e7b5d75d1e427abd720d7df3e6b3c870e3e83c927
|
|
|
128415
130356
|
"""Type checking stubs"""
|
|
128416
130357
|
pass
|
|
128417
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
|
+
|
|
128418
130367
|
def _typecheckingstub__4c54b99dd0fd377d6fc52123dfe3ad824e1fb2e886fde2b0c922a6483aff148a(
|
|
128419
130368
|
inspector: _TreeInspector_488e0dd5,
|
|
128420
130369
|
) -> None:
|
|
@@ -128732,6 +130681,14 @@ def _typecheckingstub__283f16af40ac820cdbf7878504f69ab5dc33365aace0c2be45d7515bd
|
|
|
128732
130681
|
"""Type checking stubs"""
|
|
128733
130682
|
pass
|
|
128734
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
|
+
|
|
128735
130692
|
def _typecheckingstub__0a4e53245dec00e8851e1dd600141942f7df1471ef19b4373e05dbb18043678f(
|
|
128736
130693
|
inspector: _TreeInspector_488e0dd5,
|
|
128737
130694
|
) -> None:
|
|
@@ -128804,6 +130761,14 @@ def _typecheckingstub__e77cb0020f820726a03bfb8968e16674c7c5924b0f133f50aeda1623f
|
|
|
128804
130761
|
"""Type checking stubs"""
|
|
128805
130762
|
pass
|
|
128806
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
|
+
|
|
128807
130772
|
def _typecheckingstub__c032f6cb3a85e604e1c909c281575f6045b37bc3b2687fd6f712fb70192837a2(
|
|
128808
130773
|
inspector: _TreeInspector_488e0dd5,
|
|
128809
130774
|
) -> None:
|
|
@@ -129048,6 +131013,14 @@ def _typecheckingstub__30b37990cd28e78bbf86bb3095b8b6ccf2667a518f64b1c2703b84ca6
|
|
|
129048
131013
|
"""Type checking stubs"""
|
|
129049
131014
|
pass
|
|
129050
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
|
+
|
|
129051
131024
|
def _typecheckingstub__bec6f2401f76af768748e44f4b219c1c0e7bf274aea83c8308b9ba16a7f84088(
|
|
129052
131025
|
inspector: _TreeInspector_488e0dd5,
|
|
129053
131026
|
) -> None:
|
|
@@ -129136,6 +131109,14 @@ def _typecheckingstub__4d36b12d1ab3c67a3dfcd9bfed6cbbcb2f1267d23c43d3209213bf009
|
|
|
129136
131109
|
"""Type checking stubs"""
|
|
129137
131110
|
pass
|
|
129138
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
|
+
|
|
129139
131120
|
def _typecheckingstub__abb70fea7de6ecd9de5e606c92990b20776b67f68e61fe0266304d7bcb9ff072(
|
|
129140
131121
|
inspector: _TreeInspector_488e0dd5,
|
|
129141
131122
|
) -> None:
|
|
@@ -129318,6 +131299,22 @@ def _typecheckingstub__febc0dfd1bf5844b4356256e7c6467491409eb1cda95c95317e8e03b5
|
|
|
129318
131299
|
"""Type checking stubs"""
|
|
129319
131300
|
pass
|
|
129320
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
|
+
|
|
129321
131318
|
def _typecheckingstub__dee012429baf2cb461e340b1cf429e6ca5f70012bb627476bfbf9d039199501f(
|
|
129322
131319
|
inspector: _TreeInspector_488e0dd5,
|
|
129323
131320
|
) -> None:
|
|
@@ -129389,6 +131386,14 @@ def _typecheckingstub__210b67953502d567079f8663990436a4ba8d53414d251da116ccd8eac
|
|
|
129389
131386
|
"""Type checking stubs"""
|
|
129390
131387
|
pass
|
|
129391
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
|
+
|
|
129392
131397
|
def _typecheckingstub__0c0271cf05a81cceaa3b29ac96c0cad6feacfc39a01972257604533b896429b7(
|
|
129393
131398
|
inspector: _TreeInspector_488e0dd5,
|
|
129394
131399
|
) -> None:
|
|
@@ -129509,6 +131514,14 @@ def _typecheckingstub__e7fe983b5e05e5227bb52a4924627b4c6164af2055ac21783dbe757c2
|
|
|
129509
131514
|
"""Type checking stubs"""
|
|
129510
131515
|
pass
|
|
129511
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
|
+
|
|
129512
131525
|
def _typecheckingstub__d88a304ffbbf17d299736418c1922495c74a433c9b30001e2bcbb69214df2f59(
|
|
129513
131526
|
inspector: _TreeInspector_488e0dd5,
|
|
129514
131527
|
) -> None:
|
|
@@ -129645,6 +131658,14 @@ def _typecheckingstub__915a70f35b9237e059cd8fc78c5da31e1d4f2476ed4857c7ac173e559
|
|
|
129645
131658
|
"""Type checking stubs"""
|
|
129646
131659
|
pass
|
|
129647
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
|
+
|
|
129648
131669
|
def _typecheckingstub__f2a2f83998f9a1f05fc7aa51cad422fc8991c204c3bd4a1497c7ad336226ccfb(
|
|
129649
131670
|
inspector: _TreeInspector_488e0dd5,
|
|
129650
131671
|
) -> None:
|