aws-cdk-lib 2.173.4__py3-none-any.whl → 2.174.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 +210 -181
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.173.4.jsii.tgz → aws-cdk-lib@2.174.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +127 -168
- aws_cdk/aws_appconfig/__init__.py +498 -1
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_appsync/__init__.py +4 -0
- aws_cdk/aws_autoscaling/__init__.py +96 -0
- aws_cdk/aws_batch/__init__.py +1084 -233
- aws_cdk/aws_bedrock/__init__.py +2119 -181
- aws_cdk/aws_cassandra/__init__.py +476 -4
- aws_cdk/aws_cleanrooms/__init__.py +543 -17
- aws_cdk/aws_cloudformation/__init__.py +172 -169
- aws_cdk/aws_cloudfront/__init__.py +773 -26
- aws_cdk/aws_cloudtrail/__init__.py +8 -2
- aws_cdk/aws_codebuild/__init__.py +83 -0
- aws_cdk/aws_codepipeline/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +232 -200
- aws_cdk/aws_connect/__init__.py +187 -36
- aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
- aws_cdk/aws_databrew/__init__.py +69 -1
- aws_cdk/aws_datasync/__init__.py +33 -28
- aws_cdk/aws_datazone/__init__.py +141 -41
- aws_cdk/aws_dlm/__init__.py +20 -10
- aws_cdk/aws_dms/__init__.py +722 -30
- aws_cdk/aws_dynamodb/__init__.py +76 -4
- aws_cdk/aws_ec2/__init__.py +1233 -65
- aws_cdk/aws_ecr/__init__.py +31 -0
- aws_cdk/aws_ecr_assets/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +88 -11
- aws_cdk/aws_efs/__init__.py +15 -8
- aws_cdk/aws_eks/__init__.py +114 -45
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
- aws_cdk/aws_emrserverless/__init__.py +143 -0
- aws_cdk/aws_events/__init__.py +50 -30
- aws_cdk/aws_fis/__init__.py +33 -33
- aws_cdk/aws_fsx/__init__.py +20 -10
- aws_cdk/aws_glue/__init__.py +34 -11
- aws_cdk/aws_greengrass/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +1 -1
- aws_cdk/aws_imagebuilder/__init__.py +45 -47
- aws_cdk/aws_internetmonitor/__init__.py +3 -3
- aws_cdk/aws_invoicing/__init__.py +55 -30
- aws_cdk/aws_iot/__init__.py +1117 -4
- aws_cdk/aws_iot1click/__init__.py +17 -7
- aws_cdk/aws_kendra/__init__.py +4 -6
- aws_cdk/aws_lambda/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +4011 -86
- aws_cdk/aws_m2/__init__.py +41 -0
- aws_cdk/aws_mediaconnect/__init__.py +202 -7
- aws_cdk/aws_memorydb/__init__.py +22 -22
- aws_cdk/aws_networkmanager/__init__.py +758 -0
- aws_cdk/aws_opensearchservice/__init__.py +222 -0
- aws_cdk/aws_organizations/__init__.py +5 -3
- aws_cdk/aws_pcs/__init__.py +3038 -0
- aws_cdk/aws_pipes/__init__.py +10 -10
- aws_cdk/aws_qbusiness/__init__.py +415 -140
- aws_cdk/aws_quicksight/__init__.py +15932 -6448
- aws_cdk/aws_ram/__init__.py +5 -11
- aws_cdk/aws_rbin/__init__.py +28 -16
- aws_cdk/aws_rds/__init__.py +184 -24
- aws_cdk/aws_redshiftserverless/__init__.py +156 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -1
- aws_cdk/aws_route53_targets/__init__.py +5 -5
- aws_cdk/aws_s3/__init__.py +25 -15
- aws_cdk/aws_s3express/__init__.py +7 -7
- aws_cdk/aws_s3tables/__init__.py +683 -0
- aws_cdk/aws_sagemaker/__init__.py +574 -189
- aws_cdk/aws_secretsmanager/__init__.py +2 -0
- aws_cdk/aws_securityhub/__init__.py +41 -165
- aws_cdk/aws_servicediscovery/__init__.py +10 -3
- aws_cdk/aws_ses/__init__.py +190 -5
- aws_cdk/aws_sns/__init__.py +7 -3
- aws_cdk/aws_synthetics/__init__.py +29 -4
- aws_cdk/aws_transfer/__init__.py +8 -0
- aws_cdk/aws_vpclattice/__init__.py +147 -77
- aws_cdk/aws_wafv2/__init__.py +20 -8
- aws_cdk/aws_wisdom/__init__.py +162 -111
- aws_cdk/aws_workspaces/__init__.py +10 -4
- aws_cdk/cloud_assembly_schema/__init__.py +22 -0
- aws_cdk/custom_resources/__init__.py +31 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/LICENSE +1 -1
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/NOTICE +1 -1
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/RECORD +88 -86
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/top_level.txt +0 -0
|
@@ -64,6 +64,7 @@ from .. import (
|
|
|
64
64
|
IInspectable as _IInspectable_c2943556,
|
|
65
65
|
IResolvable as _IResolvable_da3f097b,
|
|
66
66
|
ITaggable as _ITaggable_36806126,
|
|
67
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
67
68
|
TagManager as _TagManager_0a598cb3,
|
|
68
69
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
69
70
|
)
|
|
@@ -3274,6 +3275,669 @@ class CfnDeviceProps:
|
|
|
3274
3275
|
)
|
|
3275
3276
|
|
|
3276
3277
|
|
|
3278
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
3279
|
+
class CfnDirectConnectGatewayAttachment(
|
|
3280
|
+
_CfnResource_9df397a6,
|
|
3281
|
+
metaclass=jsii.JSIIMeta,
|
|
3282
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnDirectConnectGatewayAttachment",
|
|
3283
|
+
):
|
|
3284
|
+
'''Creates an AWS Direct Connect gateway attachment.
|
|
3285
|
+
|
|
3286
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html
|
|
3287
|
+
:cloudformationResource: AWS::NetworkManager::DirectConnectGatewayAttachment
|
|
3288
|
+
:exampleMetadata: fixture=_generated
|
|
3289
|
+
|
|
3290
|
+
Example::
|
|
3291
|
+
|
|
3292
|
+
# The code below shows an example of how to instantiate this type.
|
|
3293
|
+
# The values are placeholders you should change.
|
|
3294
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
3295
|
+
|
|
3296
|
+
cfn_direct_connect_gateway_attachment = networkmanager.CfnDirectConnectGatewayAttachment(self, "MyCfnDirectConnectGatewayAttachment",
|
|
3297
|
+
core_network_id="coreNetworkId",
|
|
3298
|
+
direct_connect_gateway_arn="directConnectGatewayArn",
|
|
3299
|
+
edge_locations=["edgeLocations"],
|
|
3300
|
+
|
|
3301
|
+
# the properties below are optional
|
|
3302
|
+
proposed_network_function_group_change=networkmanager.CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
3303
|
+
attachment_policy_rule_number=123,
|
|
3304
|
+
network_function_group_name="networkFunctionGroupName",
|
|
3305
|
+
tags=[CfnTag(
|
|
3306
|
+
key="key",
|
|
3307
|
+
value="value"
|
|
3308
|
+
)]
|
|
3309
|
+
),
|
|
3310
|
+
proposed_segment_change=networkmanager.CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty(
|
|
3311
|
+
attachment_policy_rule_number=123,
|
|
3312
|
+
segment_name="segmentName",
|
|
3313
|
+
tags=[CfnTag(
|
|
3314
|
+
key="key",
|
|
3315
|
+
value="value"
|
|
3316
|
+
)]
|
|
3317
|
+
),
|
|
3318
|
+
tags=[CfnTag(
|
|
3319
|
+
key="key",
|
|
3320
|
+
value="value"
|
|
3321
|
+
)]
|
|
3322
|
+
)
|
|
3323
|
+
'''
|
|
3324
|
+
|
|
3325
|
+
def __init__(
|
|
3326
|
+
self,
|
|
3327
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3328
|
+
id: builtins.str,
|
|
3329
|
+
*,
|
|
3330
|
+
core_network_id: builtins.str,
|
|
3331
|
+
direct_connect_gateway_arn: builtins.str,
|
|
3332
|
+
edge_locations: typing.Sequence[builtins.str],
|
|
3333
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3334
|
+
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3335
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3336
|
+
) -> None:
|
|
3337
|
+
'''
|
|
3338
|
+
:param scope: Scope in which this resource is defined.
|
|
3339
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
3340
|
+
:param core_network_id: The ID of a core network for the Direct Connect Gateway attachment.
|
|
3341
|
+
:param direct_connect_gateway_arn: The Direct Connect gateway attachment ARN.
|
|
3342
|
+
:param edge_locations: The Regions where the edges are located.
|
|
3343
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
3344
|
+
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
3345
|
+
:param tags: Tags for the attachment.
|
|
3346
|
+
'''
|
|
3347
|
+
if __debug__:
|
|
3348
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6758e62c3c7516f470d4321acf14d6cd719d5ea18630fa2d9a55194ac6e3c450)
|
|
3349
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3350
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3351
|
+
props = CfnDirectConnectGatewayAttachmentProps(
|
|
3352
|
+
core_network_id=core_network_id,
|
|
3353
|
+
direct_connect_gateway_arn=direct_connect_gateway_arn,
|
|
3354
|
+
edge_locations=edge_locations,
|
|
3355
|
+
proposed_network_function_group_change=proposed_network_function_group_change,
|
|
3356
|
+
proposed_segment_change=proposed_segment_change,
|
|
3357
|
+
tags=tags,
|
|
3358
|
+
)
|
|
3359
|
+
|
|
3360
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
3361
|
+
|
|
3362
|
+
@jsii.member(jsii_name="inspect")
|
|
3363
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3364
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
3365
|
+
|
|
3366
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
3367
|
+
'''
|
|
3368
|
+
if __debug__:
|
|
3369
|
+
type_hints = typing.get_type_hints(_typecheckingstub__452d8b842463f5ec58e81b3cb3754cfd8102b7473b0a9350f829da1e89b8c524)
|
|
3370
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
3371
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
3372
|
+
|
|
3373
|
+
@jsii.member(jsii_name="renderProperties")
|
|
3374
|
+
def _render_properties(
|
|
3375
|
+
self,
|
|
3376
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
3377
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3378
|
+
'''
|
|
3379
|
+
:param props: -
|
|
3380
|
+
'''
|
|
3381
|
+
if __debug__:
|
|
3382
|
+
type_hints = typing.get_type_hints(_typecheckingstub__052060747d760b63089827c014691d8eb846f9fafcdbde156e00dbfc14e1050d)
|
|
3383
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
3384
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
3385
|
+
|
|
3386
|
+
@jsii.python.classproperty
|
|
3387
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
3388
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
3389
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
3390
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
3391
|
+
|
|
3392
|
+
@builtins.property
|
|
3393
|
+
@jsii.member(jsii_name="attrAttachmentId")
|
|
3394
|
+
def attr_attachment_id(self) -> builtins.str:
|
|
3395
|
+
'''Id of the attachment.
|
|
3396
|
+
|
|
3397
|
+
:cloudformationAttribute: AttachmentId
|
|
3398
|
+
'''
|
|
3399
|
+
return typing.cast(builtins.str, jsii.get(self, "attrAttachmentId"))
|
|
3400
|
+
|
|
3401
|
+
@builtins.property
|
|
3402
|
+
@jsii.member(jsii_name="attrAttachmentPolicyRuleNumber")
|
|
3403
|
+
def attr_attachment_policy_rule_number(self) -> jsii.Number:
|
|
3404
|
+
'''The policy rule number associated with the attachment.
|
|
3405
|
+
|
|
3406
|
+
:cloudformationAttribute: AttachmentPolicyRuleNumber
|
|
3407
|
+
'''
|
|
3408
|
+
return typing.cast(jsii.Number, jsii.get(self, "attrAttachmentPolicyRuleNumber"))
|
|
3409
|
+
|
|
3410
|
+
@builtins.property
|
|
3411
|
+
@jsii.member(jsii_name="attrAttachmentType")
|
|
3412
|
+
def attr_attachment_type(self) -> builtins.str:
|
|
3413
|
+
'''Attachment type.
|
|
3414
|
+
|
|
3415
|
+
:cloudformationAttribute: AttachmentType
|
|
3416
|
+
'''
|
|
3417
|
+
return typing.cast(builtins.str, jsii.get(self, "attrAttachmentType"))
|
|
3418
|
+
|
|
3419
|
+
@builtins.property
|
|
3420
|
+
@jsii.member(jsii_name="attrCoreNetworkArn")
|
|
3421
|
+
def attr_core_network_arn(self) -> builtins.str:
|
|
3422
|
+
'''The ARN of a core network for the Direct Connect Gateway attachment.
|
|
3423
|
+
|
|
3424
|
+
:cloudformationAttribute: CoreNetworkArn
|
|
3425
|
+
'''
|
|
3426
|
+
return typing.cast(builtins.str, jsii.get(self, "attrCoreNetworkArn"))
|
|
3427
|
+
|
|
3428
|
+
@builtins.property
|
|
3429
|
+
@jsii.member(jsii_name="attrCreatedAt")
|
|
3430
|
+
def attr_created_at(self) -> builtins.str:
|
|
3431
|
+
'''Creation time of the attachment.
|
|
3432
|
+
|
|
3433
|
+
:cloudformationAttribute: CreatedAt
|
|
3434
|
+
'''
|
|
3435
|
+
return typing.cast(builtins.str, jsii.get(self, "attrCreatedAt"))
|
|
3436
|
+
|
|
3437
|
+
@builtins.property
|
|
3438
|
+
@jsii.member(jsii_name="attrNetworkFunctionGroupName")
|
|
3439
|
+
def attr_network_function_group_name(self) -> builtins.str:
|
|
3440
|
+
'''The name of the network function group.
|
|
3441
|
+
|
|
3442
|
+
:cloudformationAttribute: NetworkFunctionGroupName
|
|
3443
|
+
'''
|
|
3444
|
+
return typing.cast(builtins.str, jsii.get(self, "attrNetworkFunctionGroupName"))
|
|
3445
|
+
|
|
3446
|
+
@builtins.property
|
|
3447
|
+
@jsii.member(jsii_name="attrOwnerAccountId")
|
|
3448
|
+
def attr_owner_account_id(self) -> builtins.str:
|
|
3449
|
+
'''Owner account of the attachment.
|
|
3450
|
+
|
|
3451
|
+
:cloudformationAttribute: OwnerAccountId
|
|
3452
|
+
'''
|
|
3453
|
+
return typing.cast(builtins.str, jsii.get(self, "attrOwnerAccountId"))
|
|
3454
|
+
|
|
3455
|
+
@builtins.property
|
|
3456
|
+
@jsii.member(jsii_name="attrResourceArn")
|
|
3457
|
+
def attr_resource_arn(self) -> builtins.str:
|
|
3458
|
+
'''The ARN of the Resource.
|
|
3459
|
+
|
|
3460
|
+
:cloudformationAttribute: ResourceArn
|
|
3461
|
+
'''
|
|
3462
|
+
return typing.cast(builtins.str, jsii.get(self, "attrResourceArn"))
|
|
3463
|
+
|
|
3464
|
+
@builtins.property
|
|
3465
|
+
@jsii.member(jsii_name="attrSegmentName")
|
|
3466
|
+
def attr_segment_name(self) -> builtins.str:
|
|
3467
|
+
'''The name of the segment attachment..
|
|
3468
|
+
|
|
3469
|
+
:cloudformationAttribute: SegmentName
|
|
3470
|
+
'''
|
|
3471
|
+
return typing.cast(builtins.str, jsii.get(self, "attrSegmentName"))
|
|
3472
|
+
|
|
3473
|
+
@builtins.property
|
|
3474
|
+
@jsii.member(jsii_name="attrState")
|
|
3475
|
+
def attr_state(self) -> builtins.str:
|
|
3476
|
+
'''State of the attachment.
|
|
3477
|
+
|
|
3478
|
+
:cloudformationAttribute: State
|
|
3479
|
+
'''
|
|
3480
|
+
return typing.cast(builtins.str, jsii.get(self, "attrState"))
|
|
3481
|
+
|
|
3482
|
+
@builtins.property
|
|
3483
|
+
@jsii.member(jsii_name="attrUpdatedAt")
|
|
3484
|
+
def attr_updated_at(self) -> builtins.str:
|
|
3485
|
+
'''Last update time of the attachment.
|
|
3486
|
+
|
|
3487
|
+
:cloudformationAttribute: UpdatedAt
|
|
3488
|
+
'''
|
|
3489
|
+
return typing.cast(builtins.str, jsii.get(self, "attrUpdatedAt"))
|
|
3490
|
+
|
|
3491
|
+
@builtins.property
|
|
3492
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
3493
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
3494
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
3495
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
3496
|
+
|
|
3497
|
+
@builtins.property
|
|
3498
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
3499
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
3500
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
3501
|
+
|
|
3502
|
+
@builtins.property
|
|
3503
|
+
@jsii.member(jsii_name="coreNetworkId")
|
|
3504
|
+
def core_network_id(self) -> builtins.str:
|
|
3505
|
+
'''The ID of a core network for the Direct Connect Gateway attachment.'''
|
|
3506
|
+
return typing.cast(builtins.str, jsii.get(self, "coreNetworkId"))
|
|
3507
|
+
|
|
3508
|
+
@core_network_id.setter
|
|
3509
|
+
def core_network_id(self, value: builtins.str) -> None:
|
|
3510
|
+
if __debug__:
|
|
3511
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ad22167fa560acbe8f45a46dc0ebae9a9d2262bcf10f0afd53ad5ae8752a2e42)
|
|
3512
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3513
|
+
jsii.set(self, "coreNetworkId", value) # pyright: ignore[reportArgumentType]
|
|
3514
|
+
|
|
3515
|
+
@builtins.property
|
|
3516
|
+
@jsii.member(jsii_name="directConnectGatewayArn")
|
|
3517
|
+
def direct_connect_gateway_arn(self) -> builtins.str:
|
|
3518
|
+
'''The Direct Connect gateway attachment ARN.'''
|
|
3519
|
+
return typing.cast(builtins.str, jsii.get(self, "directConnectGatewayArn"))
|
|
3520
|
+
|
|
3521
|
+
@direct_connect_gateway_arn.setter
|
|
3522
|
+
def direct_connect_gateway_arn(self, value: builtins.str) -> None:
|
|
3523
|
+
if __debug__:
|
|
3524
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d9ec258f47dc3aa824d076c4fc4dce5cb61b6a5e3f751fd0e3498a147026a337)
|
|
3525
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3526
|
+
jsii.set(self, "directConnectGatewayArn", value) # pyright: ignore[reportArgumentType]
|
|
3527
|
+
|
|
3528
|
+
@builtins.property
|
|
3529
|
+
@jsii.member(jsii_name="edgeLocations")
|
|
3530
|
+
def edge_locations(self) -> typing.List[builtins.str]:
|
|
3531
|
+
'''The Regions where the edges are located.'''
|
|
3532
|
+
return typing.cast(typing.List[builtins.str], jsii.get(self, "edgeLocations"))
|
|
3533
|
+
|
|
3534
|
+
@edge_locations.setter
|
|
3535
|
+
def edge_locations(self, value: typing.List[builtins.str]) -> None:
|
|
3536
|
+
if __debug__:
|
|
3537
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8f477d5419a55c22d192b724265bf14727227dd604c87c0d669a011b8b8126fc)
|
|
3538
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3539
|
+
jsii.set(self, "edgeLocations", value) # pyright: ignore[reportArgumentType]
|
|
3540
|
+
|
|
3541
|
+
@builtins.property
|
|
3542
|
+
@jsii.member(jsii_name="proposedNetworkFunctionGroupChange")
|
|
3543
|
+
def proposed_network_function_group_change(
|
|
3544
|
+
self,
|
|
3545
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty"]]:
|
|
3546
|
+
'''Describes proposed changes to a network function group.'''
|
|
3547
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty"]], jsii.get(self, "proposedNetworkFunctionGroupChange"))
|
|
3548
|
+
|
|
3549
|
+
@proposed_network_function_group_change.setter
|
|
3550
|
+
def proposed_network_function_group_change(
|
|
3551
|
+
self,
|
|
3552
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty"]],
|
|
3553
|
+
) -> None:
|
|
3554
|
+
if __debug__:
|
|
3555
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ec85f59086760e06e9ae4dbd12ecc07bd7f9ee7b4a7823f72f703e0cd8157e33)
|
|
3556
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3557
|
+
jsii.set(self, "proposedNetworkFunctionGroupChange", value) # pyright: ignore[reportArgumentType]
|
|
3558
|
+
|
|
3559
|
+
@builtins.property
|
|
3560
|
+
@jsii.member(jsii_name="proposedSegmentChange")
|
|
3561
|
+
def proposed_segment_change(
|
|
3562
|
+
self,
|
|
3563
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty"]]:
|
|
3564
|
+
'''Describes a proposed segment change.'''
|
|
3565
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty"]], jsii.get(self, "proposedSegmentChange"))
|
|
3566
|
+
|
|
3567
|
+
@proposed_segment_change.setter
|
|
3568
|
+
def proposed_segment_change(
|
|
3569
|
+
self,
|
|
3570
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty"]],
|
|
3571
|
+
) -> None:
|
|
3572
|
+
if __debug__:
|
|
3573
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be5e8f3ecd60a5b91f7f8e09e58a12ffa30f696d82764034038748dbeac9b413)
|
|
3574
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3575
|
+
jsii.set(self, "proposedSegmentChange", value) # pyright: ignore[reportArgumentType]
|
|
3576
|
+
|
|
3577
|
+
@builtins.property
|
|
3578
|
+
@jsii.member(jsii_name="tags")
|
|
3579
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
3580
|
+
'''Tags for the attachment.'''
|
|
3581
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
3582
|
+
|
|
3583
|
+
@tags.setter
|
|
3584
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
3585
|
+
if __debug__:
|
|
3586
|
+
type_hints = typing.get_type_hints(_typecheckingstub__568e96ec93691801c923bc5845c1f0843a2c1888c0cfe666a7ab382f4622c34c)
|
|
3587
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
3588
|
+
jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
|
|
3589
|
+
|
|
3590
|
+
@jsii.data_type(
|
|
3591
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty",
|
|
3592
|
+
jsii_struct_bases=[],
|
|
3593
|
+
name_mapping={
|
|
3594
|
+
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
3595
|
+
"network_function_group_name": "networkFunctionGroupName",
|
|
3596
|
+
"tags": "tags",
|
|
3597
|
+
},
|
|
3598
|
+
)
|
|
3599
|
+
class ProposedNetworkFunctionGroupChangeProperty:
|
|
3600
|
+
def __init__(
|
|
3601
|
+
self,
|
|
3602
|
+
*,
|
|
3603
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
3604
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
3605
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3606
|
+
) -> None:
|
|
3607
|
+
'''Describes proposed changes to a network function group.
|
|
3608
|
+
|
|
3609
|
+
:param attachment_policy_rule_number: The proposed new attachment policy rule number for the network function group.
|
|
3610
|
+
:param network_function_group_name: The proposed name change for the network function group name.
|
|
3611
|
+
:param tags: The list of proposed changes to the key-value tags associated with the network function group.
|
|
3612
|
+
|
|
3613
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange.html
|
|
3614
|
+
:exampleMetadata: fixture=_generated
|
|
3615
|
+
|
|
3616
|
+
Example::
|
|
3617
|
+
|
|
3618
|
+
# The code below shows an example of how to instantiate this type.
|
|
3619
|
+
# The values are placeholders you should change.
|
|
3620
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
3621
|
+
|
|
3622
|
+
proposed_network_function_group_change_property = networkmanager.CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
3623
|
+
attachment_policy_rule_number=123,
|
|
3624
|
+
network_function_group_name="networkFunctionGroupName",
|
|
3625
|
+
tags=[CfnTag(
|
|
3626
|
+
key="key",
|
|
3627
|
+
value="value"
|
|
3628
|
+
)]
|
|
3629
|
+
)
|
|
3630
|
+
'''
|
|
3631
|
+
if __debug__:
|
|
3632
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bffd15ec49011309950a0c41f7dd4dee40be40a01e1cd20dc3e10b3e0fe8cd30)
|
|
3633
|
+
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
3634
|
+
check_type(argname="argument network_function_group_name", value=network_function_group_name, expected_type=type_hints["network_function_group_name"])
|
|
3635
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
3636
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3637
|
+
if attachment_policy_rule_number is not None:
|
|
3638
|
+
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
3639
|
+
if network_function_group_name is not None:
|
|
3640
|
+
self._values["network_function_group_name"] = network_function_group_name
|
|
3641
|
+
if tags is not None:
|
|
3642
|
+
self._values["tags"] = tags
|
|
3643
|
+
|
|
3644
|
+
@builtins.property
|
|
3645
|
+
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
3646
|
+
'''The proposed new attachment policy rule number for the network function group.
|
|
3647
|
+
|
|
3648
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange-attachmentpolicyrulenumber
|
|
3649
|
+
'''
|
|
3650
|
+
result = self._values.get("attachment_policy_rule_number")
|
|
3651
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3652
|
+
|
|
3653
|
+
@builtins.property
|
|
3654
|
+
def network_function_group_name(self) -> typing.Optional[builtins.str]:
|
|
3655
|
+
'''The proposed name change for the network function group name.
|
|
3656
|
+
|
|
3657
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange-networkfunctiongroupname
|
|
3658
|
+
'''
|
|
3659
|
+
result = self._values.get("network_function_group_name")
|
|
3660
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3661
|
+
|
|
3662
|
+
@builtins.property
|
|
3663
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
3664
|
+
'''The list of proposed changes to the key-value tags associated with the network function group.
|
|
3665
|
+
|
|
3666
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange.html#cfn-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange-tags
|
|
3667
|
+
'''
|
|
3668
|
+
result = self._values.get("tags")
|
|
3669
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
3670
|
+
|
|
3671
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3672
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3673
|
+
|
|
3674
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3675
|
+
return not (rhs == self)
|
|
3676
|
+
|
|
3677
|
+
def __repr__(self) -> str:
|
|
3678
|
+
return "ProposedNetworkFunctionGroupChangeProperty(%s)" % ", ".join(
|
|
3679
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3680
|
+
)
|
|
3681
|
+
|
|
3682
|
+
@jsii.data_type(
|
|
3683
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty",
|
|
3684
|
+
jsii_struct_bases=[],
|
|
3685
|
+
name_mapping={
|
|
3686
|
+
"attachment_policy_rule_number": "attachmentPolicyRuleNumber",
|
|
3687
|
+
"segment_name": "segmentName",
|
|
3688
|
+
"tags": "tags",
|
|
3689
|
+
},
|
|
3690
|
+
)
|
|
3691
|
+
class ProposedSegmentChangeProperty:
|
|
3692
|
+
def __init__(
|
|
3693
|
+
self,
|
|
3694
|
+
*,
|
|
3695
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
3696
|
+
segment_name: typing.Optional[builtins.str] = None,
|
|
3697
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3698
|
+
) -> None:
|
|
3699
|
+
'''Describes a proposed segment change.
|
|
3700
|
+
|
|
3701
|
+
In some cases, the segment change must first be evaluated and accepted.
|
|
3702
|
+
|
|
3703
|
+
:param attachment_policy_rule_number: The rule number in the policy document that applies to this change.
|
|
3704
|
+
:param segment_name: The name of the segment to change.
|
|
3705
|
+
:param tags: The list of key-value tags that changed for the segment.
|
|
3706
|
+
|
|
3707
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposedsegmentchange.html
|
|
3708
|
+
:exampleMetadata: fixture=_generated
|
|
3709
|
+
|
|
3710
|
+
Example::
|
|
3711
|
+
|
|
3712
|
+
# The code below shows an example of how to instantiate this type.
|
|
3713
|
+
# The values are placeholders you should change.
|
|
3714
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
3715
|
+
|
|
3716
|
+
proposed_segment_change_property = networkmanager.CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty(
|
|
3717
|
+
attachment_policy_rule_number=123,
|
|
3718
|
+
segment_name="segmentName",
|
|
3719
|
+
tags=[CfnTag(
|
|
3720
|
+
key="key",
|
|
3721
|
+
value="value"
|
|
3722
|
+
)]
|
|
3723
|
+
)
|
|
3724
|
+
'''
|
|
3725
|
+
if __debug__:
|
|
3726
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4ea9633cf35276cf2e585a90555272093f254d3319fabf00baeb3b4e21e5fc1c)
|
|
3727
|
+
check_type(argname="argument attachment_policy_rule_number", value=attachment_policy_rule_number, expected_type=type_hints["attachment_policy_rule_number"])
|
|
3728
|
+
check_type(argname="argument segment_name", value=segment_name, expected_type=type_hints["segment_name"])
|
|
3729
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
3730
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3731
|
+
if attachment_policy_rule_number is not None:
|
|
3732
|
+
self._values["attachment_policy_rule_number"] = attachment_policy_rule_number
|
|
3733
|
+
if segment_name is not None:
|
|
3734
|
+
self._values["segment_name"] = segment_name
|
|
3735
|
+
if tags is not None:
|
|
3736
|
+
self._values["tags"] = tags
|
|
3737
|
+
|
|
3738
|
+
@builtins.property
|
|
3739
|
+
def attachment_policy_rule_number(self) -> typing.Optional[jsii.Number]:
|
|
3740
|
+
'''The rule number in the policy document that applies to this change.
|
|
3741
|
+
|
|
3742
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposedsegmentchange.html#cfn-networkmanager-directconnectgatewayattachment-proposedsegmentchange-attachmentpolicyrulenumber
|
|
3743
|
+
'''
|
|
3744
|
+
result = self._values.get("attachment_policy_rule_number")
|
|
3745
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3746
|
+
|
|
3747
|
+
@builtins.property
|
|
3748
|
+
def segment_name(self) -> typing.Optional[builtins.str]:
|
|
3749
|
+
'''The name of the segment to change.
|
|
3750
|
+
|
|
3751
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposedsegmentchange.html#cfn-networkmanager-directconnectgatewayattachment-proposedsegmentchange-segmentname
|
|
3752
|
+
'''
|
|
3753
|
+
result = self._values.get("segment_name")
|
|
3754
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3755
|
+
|
|
3756
|
+
@builtins.property
|
|
3757
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
3758
|
+
'''The list of key-value tags that changed for the segment.
|
|
3759
|
+
|
|
3760
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkmanager-directconnectgatewayattachment-proposedsegmentchange.html#cfn-networkmanager-directconnectgatewayattachment-proposedsegmentchange-tags
|
|
3761
|
+
'''
|
|
3762
|
+
result = self._values.get("tags")
|
|
3763
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
3764
|
+
|
|
3765
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3766
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3767
|
+
|
|
3768
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3769
|
+
return not (rhs == self)
|
|
3770
|
+
|
|
3771
|
+
def __repr__(self) -> str:
|
|
3772
|
+
return "ProposedSegmentChangeProperty(%s)" % ", ".join(
|
|
3773
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3774
|
+
)
|
|
3775
|
+
|
|
3776
|
+
|
|
3777
|
+
@jsii.data_type(
|
|
3778
|
+
jsii_type="aws-cdk-lib.aws_networkmanager.CfnDirectConnectGatewayAttachmentProps",
|
|
3779
|
+
jsii_struct_bases=[],
|
|
3780
|
+
name_mapping={
|
|
3781
|
+
"core_network_id": "coreNetworkId",
|
|
3782
|
+
"direct_connect_gateway_arn": "directConnectGatewayArn",
|
|
3783
|
+
"edge_locations": "edgeLocations",
|
|
3784
|
+
"proposed_network_function_group_change": "proposedNetworkFunctionGroupChange",
|
|
3785
|
+
"proposed_segment_change": "proposedSegmentChange",
|
|
3786
|
+
"tags": "tags",
|
|
3787
|
+
},
|
|
3788
|
+
)
|
|
3789
|
+
class CfnDirectConnectGatewayAttachmentProps:
|
|
3790
|
+
def __init__(
|
|
3791
|
+
self,
|
|
3792
|
+
*,
|
|
3793
|
+
core_network_id: builtins.str,
|
|
3794
|
+
direct_connect_gateway_arn: builtins.str,
|
|
3795
|
+
edge_locations: typing.Sequence[builtins.str],
|
|
3796
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3797
|
+
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3798
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
3799
|
+
) -> None:
|
|
3800
|
+
'''Properties for defining a ``CfnDirectConnectGatewayAttachment``.
|
|
3801
|
+
|
|
3802
|
+
:param core_network_id: The ID of a core network for the Direct Connect Gateway attachment.
|
|
3803
|
+
:param direct_connect_gateway_arn: The Direct Connect gateway attachment ARN.
|
|
3804
|
+
:param edge_locations: The Regions where the edges are located.
|
|
3805
|
+
:param proposed_network_function_group_change: Describes proposed changes to a network function group.
|
|
3806
|
+
:param proposed_segment_change: Describes a proposed segment change. In some cases, the segment change must first be evaluated and accepted.
|
|
3807
|
+
:param tags: Tags for the attachment.
|
|
3808
|
+
|
|
3809
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html
|
|
3810
|
+
:exampleMetadata: fixture=_generated
|
|
3811
|
+
|
|
3812
|
+
Example::
|
|
3813
|
+
|
|
3814
|
+
# The code below shows an example of how to instantiate this type.
|
|
3815
|
+
# The values are placeholders you should change.
|
|
3816
|
+
from aws_cdk import aws_networkmanager as networkmanager
|
|
3817
|
+
|
|
3818
|
+
cfn_direct_connect_gateway_attachment_props = networkmanager.CfnDirectConnectGatewayAttachmentProps(
|
|
3819
|
+
core_network_id="coreNetworkId",
|
|
3820
|
+
direct_connect_gateway_arn="directConnectGatewayArn",
|
|
3821
|
+
edge_locations=["edgeLocations"],
|
|
3822
|
+
|
|
3823
|
+
# the properties below are optional
|
|
3824
|
+
proposed_network_function_group_change=networkmanager.CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty(
|
|
3825
|
+
attachment_policy_rule_number=123,
|
|
3826
|
+
network_function_group_name="networkFunctionGroupName",
|
|
3827
|
+
tags=[CfnTag(
|
|
3828
|
+
key="key",
|
|
3829
|
+
value="value"
|
|
3830
|
+
)]
|
|
3831
|
+
),
|
|
3832
|
+
proposed_segment_change=networkmanager.CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty(
|
|
3833
|
+
attachment_policy_rule_number=123,
|
|
3834
|
+
segment_name="segmentName",
|
|
3835
|
+
tags=[CfnTag(
|
|
3836
|
+
key="key",
|
|
3837
|
+
value="value"
|
|
3838
|
+
)]
|
|
3839
|
+
),
|
|
3840
|
+
tags=[CfnTag(
|
|
3841
|
+
key="key",
|
|
3842
|
+
value="value"
|
|
3843
|
+
)]
|
|
3844
|
+
)
|
|
3845
|
+
'''
|
|
3846
|
+
if __debug__:
|
|
3847
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3475ff92c365cda6e0b65a4e4998df75b2d508bbcb68c8098fd64cd1aa22865b)
|
|
3848
|
+
check_type(argname="argument core_network_id", value=core_network_id, expected_type=type_hints["core_network_id"])
|
|
3849
|
+
check_type(argname="argument direct_connect_gateway_arn", value=direct_connect_gateway_arn, expected_type=type_hints["direct_connect_gateway_arn"])
|
|
3850
|
+
check_type(argname="argument edge_locations", value=edge_locations, expected_type=type_hints["edge_locations"])
|
|
3851
|
+
check_type(argname="argument proposed_network_function_group_change", value=proposed_network_function_group_change, expected_type=type_hints["proposed_network_function_group_change"])
|
|
3852
|
+
check_type(argname="argument proposed_segment_change", value=proposed_segment_change, expected_type=type_hints["proposed_segment_change"])
|
|
3853
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
3854
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3855
|
+
"core_network_id": core_network_id,
|
|
3856
|
+
"direct_connect_gateway_arn": direct_connect_gateway_arn,
|
|
3857
|
+
"edge_locations": edge_locations,
|
|
3858
|
+
}
|
|
3859
|
+
if proposed_network_function_group_change is not None:
|
|
3860
|
+
self._values["proposed_network_function_group_change"] = proposed_network_function_group_change
|
|
3861
|
+
if proposed_segment_change is not None:
|
|
3862
|
+
self._values["proposed_segment_change"] = proposed_segment_change
|
|
3863
|
+
if tags is not None:
|
|
3864
|
+
self._values["tags"] = tags
|
|
3865
|
+
|
|
3866
|
+
@builtins.property
|
|
3867
|
+
def core_network_id(self) -> builtins.str:
|
|
3868
|
+
'''The ID of a core network for the Direct Connect Gateway attachment.
|
|
3869
|
+
|
|
3870
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-corenetworkid
|
|
3871
|
+
'''
|
|
3872
|
+
result = self._values.get("core_network_id")
|
|
3873
|
+
assert result is not None, "Required property 'core_network_id' is missing"
|
|
3874
|
+
return typing.cast(builtins.str, result)
|
|
3875
|
+
|
|
3876
|
+
@builtins.property
|
|
3877
|
+
def direct_connect_gateway_arn(self) -> builtins.str:
|
|
3878
|
+
'''The Direct Connect gateway attachment ARN.
|
|
3879
|
+
|
|
3880
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-directconnectgatewayarn
|
|
3881
|
+
'''
|
|
3882
|
+
result = self._values.get("direct_connect_gateway_arn")
|
|
3883
|
+
assert result is not None, "Required property 'direct_connect_gateway_arn' is missing"
|
|
3884
|
+
return typing.cast(builtins.str, result)
|
|
3885
|
+
|
|
3886
|
+
@builtins.property
|
|
3887
|
+
def edge_locations(self) -> typing.List[builtins.str]:
|
|
3888
|
+
'''The Regions where the edges are located.
|
|
3889
|
+
|
|
3890
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-edgelocations
|
|
3891
|
+
'''
|
|
3892
|
+
result = self._values.get("edge_locations")
|
|
3893
|
+
assert result is not None, "Required property 'edge_locations' is missing"
|
|
3894
|
+
return typing.cast(typing.List[builtins.str], result)
|
|
3895
|
+
|
|
3896
|
+
@builtins.property
|
|
3897
|
+
def proposed_network_function_group_change(
|
|
3898
|
+
self,
|
|
3899
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty]]:
|
|
3900
|
+
'''Describes proposed changes to a network function group.
|
|
3901
|
+
|
|
3902
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-proposednetworkfunctiongroupchange
|
|
3903
|
+
'''
|
|
3904
|
+
result = self._values.get("proposed_network_function_group_change")
|
|
3905
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty]], result)
|
|
3906
|
+
|
|
3907
|
+
@builtins.property
|
|
3908
|
+
def proposed_segment_change(
|
|
3909
|
+
self,
|
|
3910
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty]]:
|
|
3911
|
+
'''Describes a proposed segment change.
|
|
3912
|
+
|
|
3913
|
+
In some cases, the segment change must first be evaluated and accepted.
|
|
3914
|
+
|
|
3915
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-proposedsegmentchange
|
|
3916
|
+
'''
|
|
3917
|
+
result = self._values.get("proposed_segment_change")
|
|
3918
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty]], result)
|
|
3919
|
+
|
|
3920
|
+
@builtins.property
|
|
3921
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
3922
|
+
'''Tags for the attachment.
|
|
3923
|
+
|
|
3924
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkmanager-directconnectgatewayattachment.html#cfn-networkmanager-directconnectgatewayattachment-tags
|
|
3925
|
+
'''
|
|
3926
|
+
result = self._values.get("tags")
|
|
3927
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
3928
|
+
|
|
3929
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3930
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3931
|
+
|
|
3932
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3933
|
+
return not (rhs == self)
|
|
3934
|
+
|
|
3935
|
+
def __repr__(self) -> str:
|
|
3936
|
+
return "CfnDirectConnectGatewayAttachmentProps(%s)" % ", ".join(
|
|
3937
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3938
|
+
)
|
|
3939
|
+
|
|
3940
|
+
|
|
3277
3941
|
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
3278
3942
|
class CfnGlobalNetwork(
|
|
3279
3943
|
_CfnResource_9df397a6,
|
|
@@ -7363,6 +8027,8 @@ __all__ = [
|
|
|
7363
8027
|
"CfnCustomerGatewayAssociationProps",
|
|
7364
8028
|
"CfnDevice",
|
|
7365
8029
|
"CfnDeviceProps",
|
|
8030
|
+
"CfnDirectConnectGatewayAttachment",
|
|
8031
|
+
"CfnDirectConnectGatewayAttachmentProps",
|
|
7366
8032
|
"CfnGlobalNetwork",
|
|
7367
8033
|
"CfnGlobalNetworkProps",
|
|
7368
8034
|
"CfnLink",
|
|
@@ -7884,6 +8550,98 @@ def _typecheckingstub__214d65d41aacb7028ea3820823a63765a7ea304d6d4501f238a41dd41
|
|
|
7884
8550
|
"""Type checking stubs"""
|
|
7885
8551
|
pass
|
|
7886
8552
|
|
|
8553
|
+
def _typecheckingstub__6758e62c3c7516f470d4321acf14d6cd719d5ea18630fa2d9a55194ac6e3c450(
|
|
8554
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8555
|
+
id: builtins.str,
|
|
8556
|
+
*,
|
|
8557
|
+
core_network_id: builtins.str,
|
|
8558
|
+
direct_connect_gateway_arn: builtins.str,
|
|
8559
|
+
edge_locations: typing.Sequence[builtins.str],
|
|
8560
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8561
|
+
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8562
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8563
|
+
) -> None:
|
|
8564
|
+
"""Type checking stubs"""
|
|
8565
|
+
pass
|
|
8566
|
+
|
|
8567
|
+
def _typecheckingstub__452d8b842463f5ec58e81b3cb3754cfd8102b7473b0a9350f829da1e89b8c524(
|
|
8568
|
+
inspector: _TreeInspector_488e0dd5,
|
|
8569
|
+
) -> None:
|
|
8570
|
+
"""Type checking stubs"""
|
|
8571
|
+
pass
|
|
8572
|
+
|
|
8573
|
+
def _typecheckingstub__052060747d760b63089827c014691d8eb846f9fafcdbde156e00dbfc14e1050d(
|
|
8574
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
8575
|
+
) -> None:
|
|
8576
|
+
"""Type checking stubs"""
|
|
8577
|
+
pass
|
|
8578
|
+
|
|
8579
|
+
def _typecheckingstub__ad22167fa560acbe8f45a46dc0ebae9a9d2262bcf10f0afd53ad5ae8752a2e42(
|
|
8580
|
+
value: builtins.str,
|
|
8581
|
+
) -> None:
|
|
8582
|
+
"""Type checking stubs"""
|
|
8583
|
+
pass
|
|
8584
|
+
|
|
8585
|
+
def _typecheckingstub__d9ec258f47dc3aa824d076c4fc4dce5cb61b6a5e3f751fd0e3498a147026a337(
|
|
8586
|
+
value: builtins.str,
|
|
8587
|
+
) -> None:
|
|
8588
|
+
"""Type checking stubs"""
|
|
8589
|
+
pass
|
|
8590
|
+
|
|
8591
|
+
def _typecheckingstub__8f477d5419a55c22d192b724265bf14727227dd604c87c0d669a011b8b8126fc(
|
|
8592
|
+
value: typing.List[builtins.str],
|
|
8593
|
+
) -> None:
|
|
8594
|
+
"""Type checking stubs"""
|
|
8595
|
+
pass
|
|
8596
|
+
|
|
8597
|
+
def _typecheckingstub__ec85f59086760e06e9ae4dbd12ecc07bd7f9ee7b4a7823f72f703e0cd8157e33(
|
|
8598
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty]],
|
|
8599
|
+
) -> None:
|
|
8600
|
+
"""Type checking stubs"""
|
|
8601
|
+
pass
|
|
8602
|
+
|
|
8603
|
+
def _typecheckingstub__be5e8f3ecd60a5b91f7f8e09e58a12ffa30f696d82764034038748dbeac9b413(
|
|
8604
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty]],
|
|
8605
|
+
) -> None:
|
|
8606
|
+
"""Type checking stubs"""
|
|
8607
|
+
pass
|
|
8608
|
+
|
|
8609
|
+
def _typecheckingstub__568e96ec93691801c923bc5845c1f0843a2c1888c0cfe666a7ab382f4622c34c(
|
|
8610
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
8611
|
+
) -> None:
|
|
8612
|
+
"""Type checking stubs"""
|
|
8613
|
+
pass
|
|
8614
|
+
|
|
8615
|
+
def _typecheckingstub__bffd15ec49011309950a0c41f7dd4dee40be40a01e1cd20dc3e10b3e0fe8cd30(
|
|
8616
|
+
*,
|
|
8617
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
8618
|
+
network_function_group_name: typing.Optional[builtins.str] = None,
|
|
8619
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8620
|
+
) -> None:
|
|
8621
|
+
"""Type checking stubs"""
|
|
8622
|
+
pass
|
|
8623
|
+
|
|
8624
|
+
def _typecheckingstub__4ea9633cf35276cf2e585a90555272093f254d3319fabf00baeb3b4e21e5fc1c(
|
|
8625
|
+
*,
|
|
8626
|
+
attachment_policy_rule_number: typing.Optional[jsii.Number] = None,
|
|
8627
|
+
segment_name: typing.Optional[builtins.str] = None,
|
|
8628
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8629
|
+
) -> None:
|
|
8630
|
+
"""Type checking stubs"""
|
|
8631
|
+
pass
|
|
8632
|
+
|
|
8633
|
+
def _typecheckingstub__3475ff92c365cda6e0b65a4e4998df75b2d508bbcb68c8098fd64cd1aa22865b(
|
|
8634
|
+
*,
|
|
8635
|
+
core_network_id: builtins.str,
|
|
8636
|
+
direct_connect_gateway_arn: builtins.str,
|
|
8637
|
+
edge_locations: typing.Sequence[builtins.str],
|
|
8638
|
+
proposed_network_function_group_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDirectConnectGatewayAttachment.ProposedNetworkFunctionGroupChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8639
|
+
proposed_segment_change: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDirectConnectGatewayAttachment.ProposedSegmentChangeProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8640
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8641
|
+
) -> None:
|
|
8642
|
+
"""Type checking stubs"""
|
|
8643
|
+
pass
|
|
8644
|
+
|
|
7887
8645
|
def _typecheckingstub__dcd77a1264244ecd5c8ad8fbf6038975eda0a4a49d5da9ba92306e218841f74f(
|
|
7888
8646
|
scope: _constructs_77d1e7e8.Construct,
|
|
7889
8647
|
id: builtins.str,
|