pulumi-alicloud 3.81.0a1750224117__py3-none-any.whl → 3.82.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 pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +40 -0
- pulumi_alicloud/alikafka/__init__.py +2 -0
- pulumi_alicloud/alikafka/_inputs.py +450 -0
- pulumi_alicloud/alikafka/instance.py +331 -95
- pulumi_alicloud/alikafka/outputs.py +346 -0
- pulumi_alicloud/cdn/get_service.py +4 -4
- pulumi_alicloud/cen/get_transit_router_route_table_propagations.py +116 -21
- pulumi_alicloud/cen/get_transit_router_route_tables.py +35 -29
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +178 -59
- pulumi_alicloud/cen/outputs.py +56 -41
- pulumi_alicloud/cloudfirewall/__init__.py +1 -0
- pulumi_alicloud/cloudfirewall/policy_advanced_config.py +165 -0
- pulumi_alicloud/cs/_inputs.py +54 -0
- pulumi_alicloud/cs/node_pool.py +158 -45
- pulumi_alicloud/cs/outputs.py +51 -0
- pulumi_alicloud/dfs/vsc_mount_point.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +66 -0
- pulumi_alicloud/ecs/ecs_network_interface.py +47 -0
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +57 -13
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +15 -14
- pulumi_alicloud/ecs/get_key_pairs.py +1 -1
- pulumi_alicloud/ecs/instance.py +115 -0
- pulumi_alicloud/ecs/outputs.py +176 -80
- pulumi_alicloud/eflo/node_group.py +103 -7
- pulumi_alicloud/emrv2/_inputs.py +74 -0
- pulumi_alicloud/emrv2/outputs.py +65 -0
- pulumi_alicloud/esa/__init__.py +2 -0
- pulumi_alicloud/esa/certificate.py +7 -28
- pulumi_alicloud/esa/custom_scene_policy.py +484 -0
- pulumi_alicloud/esa/version.py +406 -0
- pulumi_alicloud/eventbridge/service_linked_role.py +25 -31
- pulumi_alicloud/ga/forwarding_rule.py +2 -2
- pulumi_alicloud/gpdb/instance.py +28 -28
- pulumi_alicloud/hbr/__init__.py +1 -0
- pulumi_alicloud/hbr/get_udm_snapshots.py +282 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +2 -2
- pulumi_alicloud/hbr/outputs.py +96 -0
- pulumi_alicloud/hbr/replication_vault.py +167 -41
- pulumi_alicloud/hbr/vault.py +21 -7
- pulumi_alicloud/kms/secret.py +42 -28
- pulumi_alicloud/maxcompute/_inputs.py +26 -6
- pulumi_alicloud/maxcompute/outputs.py +18 -4
- pulumi_alicloud/maxcompute/project.py +50 -3
- pulumi_alicloud/message/__init__.py +1 -0
- pulumi_alicloud/message/service_service.py +132 -0
- pulumi_alicloud/message/service_subscription.py +37 -23
- pulumi_alicloud/mns/get_service.py +8 -4
- pulumi_alicloud/mongodb/instance.py +63 -16
- pulumi_alicloud/mongodb/sharding_instance.py +249 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/role.py +306 -105
- pulumi_alicloud/rds/_inputs.py +0 -9
- pulumi_alicloud/rds/custom.py +360 -31
- pulumi_alicloud/rds/outputs.py +0 -6
- pulumi_alicloud/threatdetection/__init__.py +1 -0
- pulumi_alicloud/threatdetection/cycle_task.py +731 -0
- pulumi_alicloud/vpc/network_interface.py +34 -0
- {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.82.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.82.0.dist-info}/RECORD +61 -53
- {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.82.0.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.81.0a1750224117.dist-info → pulumi_alicloud-3.82.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/cen/outputs.py
CHANGED
|
@@ -3246,29 +3246,36 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
|
|
|
3246
3246
|
resource_id: builtins.str,
|
|
3247
3247
|
resource_type: builtins.str,
|
|
3248
3248
|
status: builtins.str,
|
|
3249
|
-
transit_router_attachment_id: builtins.str
|
|
3249
|
+
transit_router_attachment_id: builtins.str,
|
|
3250
|
+
transit_router_route_table_id: builtins.str):
|
|
3250
3251
|
"""
|
|
3251
|
-
:param builtins.str
|
|
3252
|
-
:param builtins.str
|
|
3253
|
-
:param builtins.str
|
|
3254
|
-
:param builtins.str
|
|
3252
|
+
:param builtins.str id: The ID of the network instance connection.
|
|
3253
|
+
:param builtins.str resource_id: The ID of the network instance.
|
|
3254
|
+
:param builtins.str resource_type: The type of the network instance.
|
|
3255
|
+
:param builtins.str status: The status of the route learning correlation. Valid values: `Active`, `Enabling`, `Disabling`.
|
|
3256
|
+
:param builtins.str transit_router_attachment_id: The ID of the network instance connection.
|
|
3257
|
+
:param builtins.str transit_router_route_table_id: The ID of the route table of the Enterprise Edition transit router.
|
|
3255
3258
|
"""
|
|
3256
3259
|
pulumi.set(__self__, "id", id)
|
|
3257
3260
|
pulumi.set(__self__, "resource_id", resource_id)
|
|
3258
3261
|
pulumi.set(__self__, "resource_type", resource_type)
|
|
3259
3262
|
pulumi.set(__self__, "status", status)
|
|
3260
3263
|
pulumi.set(__self__, "transit_router_attachment_id", transit_router_attachment_id)
|
|
3264
|
+
pulumi.set(__self__, "transit_router_route_table_id", transit_router_route_table_id)
|
|
3261
3265
|
|
|
3262
3266
|
@property
|
|
3263
3267
|
@pulumi.getter
|
|
3264
3268
|
def id(self) -> builtins.str:
|
|
3269
|
+
"""
|
|
3270
|
+
The ID of the network instance connection.
|
|
3271
|
+
"""
|
|
3265
3272
|
return pulumi.get(self, "id")
|
|
3266
3273
|
|
|
3267
3274
|
@property
|
|
3268
3275
|
@pulumi.getter(name="resourceId")
|
|
3269
3276
|
def resource_id(self) -> builtins.str:
|
|
3270
3277
|
"""
|
|
3271
|
-
ID of the
|
|
3278
|
+
The ID of the network instance.
|
|
3272
3279
|
"""
|
|
3273
3280
|
return pulumi.get(self, "resource_id")
|
|
3274
3281
|
|
|
@@ -3276,7 +3283,7 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
|
|
|
3276
3283
|
@pulumi.getter(name="resourceType")
|
|
3277
3284
|
def resource_type(self) -> builtins.str:
|
|
3278
3285
|
"""
|
|
3279
|
-
|
|
3286
|
+
The type of the network instance.
|
|
3280
3287
|
"""
|
|
3281
3288
|
return pulumi.get(self, "resource_type")
|
|
3282
3289
|
|
|
@@ -3284,7 +3291,7 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
|
|
|
3284
3291
|
@pulumi.getter
|
|
3285
3292
|
def status(self) -> builtins.str:
|
|
3286
3293
|
"""
|
|
3287
|
-
The status of the route
|
|
3294
|
+
The status of the route learning correlation. Valid values: `Active`, `Enabling`, `Disabling`.
|
|
3288
3295
|
"""
|
|
3289
3296
|
return pulumi.get(self, "status")
|
|
3290
3297
|
|
|
@@ -3292,10 +3299,18 @@ class GetTransitRouterRouteTablePropagationsPropagationResult(dict):
|
|
|
3292
3299
|
@pulumi.getter(name="transitRouterAttachmentId")
|
|
3293
3300
|
def transit_router_attachment_id(self) -> builtins.str:
|
|
3294
3301
|
"""
|
|
3295
|
-
ID of the
|
|
3302
|
+
The ID of the network instance connection.
|
|
3296
3303
|
"""
|
|
3297
3304
|
return pulumi.get(self, "transit_router_attachment_id")
|
|
3298
3305
|
|
|
3306
|
+
@property
|
|
3307
|
+
@pulumi.getter(name="transitRouterRouteTableId")
|
|
3308
|
+
def transit_router_route_table_id(self) -> builtins.str:
|
|
3309
|
+
"""
|
|
3310
|
+
The ID of the route table of the Enterprise Edition transit router.
|
|
3311
|
+
"""
|
|
3312
|
+
return pulumi.get(self, "transit_router_route_table_id")
|
|
3313
|
+
|
|
3299
3314
|
|
|
3300
3315
|
@pulumi.output_type
|
|
3301
3316
|
class GetTransitRouterRouteTablesTableResult(dict):
|
|
@@ -3307,12 +3322,12 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3307
3322
|
transit_router_route_table_name: builtins.str,
|
|
3308
3323
|
transit_router_route_table_type: builtins.str):
|
|
3309
3324
|
"""
|
|
3310
|
-
:param builtins.str id: ID of
|
|
3311
|
-
:param builtins.str status: The status of the
|
|
3312
|
-
:param builtins.str transit_router_route_table_description: The description of the
|
|
3313
|
-
:param builtins.str transit_router_route_table_id: ID of the
|
|
3314
|
-
:param builtins.str transit_router_route_table_name:
|
|
3315
|
-
:param builtins.str transit_router_route_table_type: The type of the
|
|
3325
|
+
:param builtins.str id: The ID of the Transit Router Route Table.
|
|
3326
|
+
:param builtins.str status: The status of the route table. Valid values: `Creating`, `Active`, `Deleting`.
|
|
3327
|
+
:param builtins.str transit_router_route_table_description: The description of the route table.
|
|
3328
|
+
:param builtins.str transit_router_route_table_id: The ID of the Transit Router Route Table.
|
|
3329
|
+
:param builtins.str transit_router_route_table_name: The name of the route table.
|
|
3330
|
+
:param builtins.str transit_router_route_table_type: The type of the route table. Valid values: `System`, `Custom`.
|
|
3316
3331
|
"""
|
|
3317
3332
|
pulumi.set(__self__, "id", id)
|
|
3318
3333
|
pulumi.set(__self__, "status", status)
|
|
@@ -3325,7 +3340,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3325
3340
|
@pulumi.getter
|
|
3326
3341
|
def id(self) -> builtins.str:
|
|
3327
3342
|
"""
|
|
3328
|
-
ID of
|
|
3343
|
+
The ID of the Transit Router Route Table.
|
|
3329
3344
|
"""
|
|
3330
3345
|
return pulumi.get(self, "id")
|
|
3331
3346
|
|
|
@@ -3333,7 +3348,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3333
3348
|
@pulumi.getter
|
|
3334
3349
|
def status(self) -> builtins.str:
|
|
3335
3350
|
"""
|
|
3336
|
-
The status of the
|
|
3351
|
+
The status of the route table. Valid values: `Creating`, `Active`, `Deleting`.
|
|
3337
3352
|
"""
|
|
3338
3353
|
return pulumi.get(self, "status")
|
|
3339
3354
|
|
|
@@ -3341,7 +3356,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3341
3356
|
@pulumi.getter(name="transitRouterRouteTableDescription")
|
|
3342
3357
|
def transit_router_route_table_description(self) -> builtins.str:
|
|
3343
3358
|
"""
|
|
3344
|
-
The description of the
|
|
3359
|
+
The description of the route table.
|
|
3345
3360
|
"""
|
|
3346
3361
|
return pulumi.get(self, "transit_router_route_table_description")
|
|
3347
3362
|
|
|
@@ -3349,7 +3364,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3349
3364
|
@pulumi.getter(name="transitRouterRouteTableId")
|
|
3350
3365
|
def transit_router_route_table_id(self) -> builtins.str:
|
|
3351
3366
|
"""
|
|
3352
|
-
ID of the
|
|
3367
|
+
The ID of the Transit Router Route Table.
|
|
3353
3368
|
"""
|
|
3354
3369
|
return pulumi.get(self, "transit_router_route_table_id")
|
|
3355
3370
|
|
|
@@ -3357,7 +3372,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3357
3372
|
@pulumi.getter(name="transitRouterRouteTableName")
|
|
3358
3373
|
def transit_router_route_table_name(self) -> builtins.str:
|
|
3359
3374
|
"""
|
|
3360
|
-
|
|
3375
|
+
The name of the route table.
|
|
3361
3376
|
"""
|
|
3362
3377
|
return pulumi.get(self, "transit_router_route_table_name")
|
|
3363
3378
|
|
|
@@ -3365,7 +3380,7 @@ class GetTransitRouterRouteTablesTableResult(dict):
|
|
|
3365
3380
|
@pulumi.getter(name="transitRouterRouteTableType")
|
|
3366
3381
|
def transit_router_route_table_type(self) -> builtins.str:
|
|
3367
3382
|
"""
|
|
3368
|
-
The type of the
|
|
3383
|
+
The type of the route table. Valid values: `System`, `Custom`.
|
|
3369
3384
|
"""
|
|
3370
3385
|
return pulumi.get(self, "transit_router_route_table_type")
|
|
3371
3386
|
|
|
@@ -3662,20 +3677,20 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3662
3677
|
vpn_owner_id: builtins.int,
|
|
3663
3678
|
zones: Sequence['outputs.GetTransitRouterVpnAttachmentsAttachmentZoneResult']):
|
|
3664
3679
|
"""
|
|
3665
|
-
:param builtins.bool auto_publish_route_enabled: Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment.
|
|
3680
|
+
:param builtins.bool auto_publish_route_enabled: Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment.
|
|
3666
3681
|
:param builtins.str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
|
|
3667
|
-
:param builtins.str charge_type:
|
|
3668
|
-
:param builtins.str create_time: The
|
|
3682
|
+
:param builtins.str charge_type: (Available since v1.245.0) The billing method of the VPN attachment.
|
|
3683
|
+
:param builtins.str create_time: The time when the VPN connection was created.
|
|
3669
3684
|
:param builtins.str id: The ID of the resource supplied above.
|
|
3670
|
-
:param builtins.str resource_type: The type of
|
|
3671
|
-
:param builtins.str status: The Status of Transit Router Vpn Attachment. Valid
|
|
3672
|
-
:param Mapping[str, builtins.str] tags: The tag of the resource
|
|
3673
|
-
:param builtins.str transit_router_attachment_description: The
|
|
3685
|
+
:param builtins.str resource_type: The type of resource attached to the transit router.
|
|
3686
|
+
:param builtins.str status: The Status of Transit Router Vpn Attachment. Valid values: `Attached`, `Attaching`, `Detaching`.
|
|
3687
|
+
:param Mapping[str, builtins.str] tags: The tag of the resource.
|
|
3688
|
+
:param builtins.str transit_router_attachment_description: The description of the IPsec-VPN connection.
|
|
3674
3689
|
:param builtins.str transit_router_attachment_id: The ID of the VPN attachment.
|
|
3675
|
-
:param builtins.str transit_router_attachment_name: The name of the VPN attachment.
|
|
3690
|
+
:param builtins.str transit_router_attachment_name: The name of the VPN attachment.
|
|
3676
3691
|
:param builtins.str transit_router_id: The ID of the transit router.
|
|
3677
3692
|
:param builtins.str vpn_id: The ID of the IPsec-VPN attachment.
|
|
3678
|
-
:param builtins.int vpn_owner_id: The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs
|
|
3693
|
+
:param builtins.int vpn_owner_id: The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.
|
|
3679
3694
|
:param Sequence['GetTransitRouterVpnAttachmentsAttachmentZoneArgs'] zones: The Zone ID in the current region.System will create resources under the Zone that you specify.Left blank if associated IPSec connection is in dual-tunnel mode.
|
|
3680
3695
|
"""
|
|
3681
3696
|
pulumi.set(__self__, "auto_publish_route_enabled", auto_publish_route_enabled)
|
|
@@ -3698,7 +3713,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3698
3713
|
@pulumi.getter(name="autoPublishRouteEnabled")
|
|
3699
3714
|
def auto_publish_route_enabled(self) -> builtins.bool:
|
|
3700
3715
|
"""
|
|
3701
|
-
Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment.
|
|
3716
|
+
Specifies whether to allow the transit router to automatically advertise routes to the IPsec-VPN attachment.
|
|
3702
3717
|
"""
|
|
3703
3718
|
return pulumi.get(self, "auto_publish_route_enabled")
|
|
3704
3719
|
|
|
@@ -3714,7 +3729,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3714
3729
|
@pulumi.getter(name="chargeType")
|
|
3715
3730
|
def charge_type(self) -> builtins.str:
|
|
3716
3731
|
"""
|
|
3717
|
-
|
|
3732
|
+
(Available since v1.245.0) The billing method of the VPN attachment.
|
|
3718
3733
|
"""
|
|
3719
3734
|
return pulumi.get(self, "charge_type")
|
|
3720
3735
|
|
|
@@ -3722,7 +3737,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3722
3737
|
@pulumi.getter(name="createTime")
|
|
3723
3738
|
def create_time(self) -> builtins.str:
|
|
3724
3739
|
"""
|
|
3725
|
-
The
|
|
3740
|
+
The time when the VPN connection was created.
|
|
3726
3741
|
"""
|
|
3727
3742
|
return pulumi.get(self, "create_time")
|
|
3728
3743
|
|
|
@@ -3738,7 +3753,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3738
3753
|
@pulumi.getter(name="resourceType")
|
|
3739
3754
|
def resource_type(self) -> builtins.str:
|
|
3740
3755
|
"""
|
|
3741
|
-
The type of
|
|
3756
|
+
The type of resource attached to the transit router.
|
|
3742
3757
|
"""
|
|
3743
3758
|
return pulumi.get(self, "resource_type")
|
|
3744
3759
|
|
|
@@ -3746,7 +3761,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3746
3761
|
@pulumi.getter
|
|
3747
3762
|
def status(self) -> builtins.str:
|
|
3748
3763
|
"""
|
|
3749
|
-
The Status of Transit Router Vpn Attachment. Valid
|
|
3764
|
+
The Status of Transit Router Vpn Attachment. Valid values: `Attached`, `Attaching`, `Detaching`.
|
|
3750
3765
|
"""
|
|
3751
3766
|
return pulumi.get(self, "status")
|
|
3752
3767
|
|
|
@@ -3754,7 +3769,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3754
3769
|
@pulumi.getter
|
|
3755
3770
|
def tags(self) -> Mapping[str, builtins.str]:
|
|
3756
3771
|
"""
|
|
3757
|
-
The tag of the resource
|
|
3772
|
+
The tag of the resource.
|
|
3758
3773
|
"""
|
|
3759
3774
|
return pulumi.get(self, "tags")
|
|
3760
3775
|
|
|
@@ -3762,7 +3777,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3762
3777
|
@pulumi.getter(name="transitRouterAttachmentDescription")
|
|
3763
3778
|
def transit_router_attachment_description(self) -> builtins.str:
|
|
3764
3779
|
"""
|
|
3765
|
-
The
|
|
3780
|
+
The description of the IPsec-VPN connection.
|
|
3766
3781
|
"""
|
|
3767
3782
|
return pulumi.get(self, "transit_router_attachment_description")
|
|
3768
3783
|
|
|
@@ -3778,7 +3793,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3778
3793
|
@pulumi.getter(name="transitRouterAttachmentName")
|
|
3779
3794
|
def transit_router_attachment_name(self) -> builtins.str:
|
|
3780
3795
|
"""
|
|
3781
|
-
The name of the VPN attachment.
|
|
3796
|
+
The name of the VPN attachment.
|
|
3782
3797
|
"""
|
|
3783
3798
|
return pulumi.get(self, "transit_router_attachment_name")
|
|
3784
3799
|
|
|
@@ -3802,7 +3817,7 @@ class GetTransitRouterVpnAttachmentsAttachmentResult(dict):
|
|
|
3802
3817
|
@pulumi.getter(name="vpnOwnerId")
|
|
3803
3818
|
def vpn_owner_id(self) -> builtins.int:
|
|
3804
3819
|
"""
|
|
3805
|
-
The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs
|
|
3820
|
+
The ID of the Alibaba Cloud account to which the IPsec-VPN connection belongs.
|
|
3806
3821
|
"""
|
|
3807
3822
|
return pulumi.get(self, "vpn_owner_id")
|
|
3808
3823
|
|
|
@@ -3820,7 +3835,7 @@ class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
|
|
|
3820
3835
|
def __init__(__self__, *,
|
|
3821
3836
|
zone_id: builtins.str):
|
|
3822
3837
|
"""
|
|
3823
|
-
:param builtins.str zone_id: The zone ID of the read-only instance.
|
|
3838
|
+
:param builtins.str zone_id: The zone ID of the read-only instance.
|
|
3824
3839
|
"""
|
|
3825
3840
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
3826
3841
|
|
|
@@ -3828,7 +3843,7 @@ class GetTransitRouterVpnAttachmentsAttachmentZoneResult(dict):
|
|
|
3828
3843
|
@pulumi.getter(name="zoneId")
|
|
3829
3844
|
def zone_id(self) -> builtins.str:
|
|
3830
3845
|
"""
|
|
3831
|
-
The zone ID of the read-only instance.
|
|
3846
|
+
The zone ID of the read-only instance.
|
|
3832
3847
|
"""
|
|
3833
3848
|
return pulumi.get(self, "zone_id")
|
|
3834
3849
|
|
|
@@ -26,6 +26,7 @@ from .instance_member import *
|
|
|
26
26
|
from .ips_config import *
|
|
27
27
|
from .nat_firewall import *
|
|
28
28
|
from .nat_firewall_control_policy import *
|
|
29
|
+
from .policy_advanced_config import *
|
|
29
30
|
from .vpc_cen_tr_firewall import *
|
|
30
31
|
from ._inputs import *
|
|
31
32
|
from . import outputs
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import builtins
|
|
6
|
+
import copy
|
|
7
|
+
import warnings
|
|
8
|
+
import sys
|
|
9
|
+
import pulumi
|
|
10
|
+
import pulumi.runtime
|
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
12
|
+
if sys.version_info >= (3, 11):
|
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
14
|
+
else:
|
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
16
|
+
from .. import _utilities
|
|
17
|
+
|
|
18
|
+
__all__ = ['PolicyAdvancedConfigArgs', 'PolicyAdvancedConfig']
|
|
19
|
+
|
|
20
|
+
@pulumi.input_type
|
|
21
|
+
class PolicyAdvancedConfigArgs:
|
|
22
|
+
def __init__(__self__, *,
|
|
23
|
+
internet_switch: pulumi.Input[builtins.str]):
|
|
24
|
+
"""
|
|
25
|
+
The set of arguments for constructing a PolicyAdvancedConfig resource.
|
|
26
|
+
:param pulumi.Input[builtins.str] internet_switch: Access control policy strict mode of on-state. Valid values:
|
|
27
|
+
"""
|
|
28
|
+
pulumi.set(__self__, "internet_switch", internet_switch)
|
|
29
|
+
|
|
30
|
+
@property
|
|
31
|
+
@pulumi.getter(name="internetSwitch")
|
|
32
|
+
def internet_switch(self) -> pulumi.Input[builtins.str]:
|
|
33
|
+
"""
|
|
34
|
+
Access control policy strict mode of on-state. Valid values:
|
|
35
|
+
"""
|
|
36
|
+
return pulumi.get(self, "internet_switch")
|
|
37
|
+
|
|
38
|
+
@internet_switch.setter
|
|
39
|
+
def internet_switch(self, value: pulumi.Input[builtins.str]):
|
|
40
|
+
pulumi.set(self, "internet_switch", value)
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
@pulumi.input_type
|
|
44
|
+
class _PolicyAdvancedConfigState:
|
|
45
|
+
def __init__(__self__, *,
|
|
46
|
+
internet_switch: Optional[pulumi.Input[builtins.str]] = None):
|
|
47
|
+
"""
|
|
48
|
+
Input properties used for looking up and filtering PolicyAdvancedConfig resources.
|
|
49
|
+
:param pulumi.Input[builtins.str] internet_switch: Access control policy strict mode of on-state. Valid values:
|
|
50
|
+
"""
|
|
51
|
+
if internet_switch is not None:
|
|
52
|
+
pulumi.set(__self__, "internet_switch", internet_switch)
|
|
53
|
+
|
|
54
|
+
@property
|
|
55
|
+
@pulumi.getter(name="internetSwitch")
|
|
56
|
+
def internet_switch(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
57
|
+
"""
|
|
58
|
+
Access control policy strict mode of on-state. Valid values:
|
|
59
|
+
"""
|
|
60
|
+
return pulumi.get(self, "internet_switch")
|
|
61
|
+
|
|
62
|
+
@internet_switch.setter
|
|
63
|
+
def internet_switch(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
64
|
+
pulumi.set(self, "internet_switch", value)
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
@pulumi.type_token("alicloud:cloudfirewall/policyAdvancedConfig:PolicyAdvancedConfig")
|
|
68
|
+
class PolicyAdvancedConfig(pulumi.CustomResource):
|
|
69
|
+
@overload
|
|
70
|
+
def __init__(__self__,
|
|
71
|
+
resource_name: str,
|
|
72
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
73
|
+
internet_switch: Optional[pulumi.Input[builtins.str]] = None,
|
|
74
|
+
__props__=None):
|
|
75
|
+
"""
|
|
76
|
+
## Import
|
|
77
|
+
|
|
78
|
+
Cloud Firewall Policy Advanced Config can be imported using the id, e.g.
|
|
79
|
+
|
|
80
|
+
```sh
|
|
81
|
+
$ pulumi import alicloud:cloudfirewall/policyAdvancedConfig:PolicyAdvancedConfig example
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
:param str resource_name: The name of the resource.
|
|
85
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
86
|
+
:param pulumi.Input[builtins.str] internet_switch: Access control policy strict mode of on-state. Valid values:
|
|
87
|
+
"""
|
|
88
|
+
...
|
|
89
|
+
@overload
|
|
90
|
+
def __init__(__self__,
|
|
91
|
+
resource_name: str,
|
|
92
|
+
args: PolicyAdvancedConfigArgs,
|
|
93
|
+
opts: Optional[pulumi.ResourceOptions] = None):
|
|
94
|
+
"""
|
|
95
|
+
## Import
|
|
96
|
+
|
|
97
|
+
Cloud Firewall Policy Advanced Config can be imported using the id, e.g.
|
|
98
|
+
|
|
99
|
+
```sh
|
|
100
|
+
$ pulumi import alicloud:cloudfirewall/policyAdvancedConfig:PolicyAdvancedConfig example
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
:param str resource_name: The name of the resource.
|
|
104
|
+
:param PolicyAdvancedConfigArgs args: The arguments to use to populate this resource's properties.
|
|
105
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
106
|
+
"""
|
|
107
|
+
...
|
|
108
|
+
def __init__(__self__, resource_name: str, *args, **kwargs):
|
|
109
|
+
resource_args, opts = _utilities.get_resource_args_opts(PolicyAdvancedConfigArgs, pulumi.ResourceOptions, *args, **kwargs)
|
|
110
|
+
if resource_args is not None:
|
|
111
|
+
__self__._internal_init(resource_name, opts, **resource_args.__dict__)
|
|
112
|
+
else:
|
|
113
|
+
__self__._internal_init(resource_name, *args, **kwargs)
|
|
114
|
+
|
|
115
|
+
def _internal_init(__self__,
|
|
116
|
+
resource_name: str,
|
|
117
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
118
|
+
internet_switch: Optional[pulumi.Input[builtins.str]] = None,
|
|
119
|
+
__props__=None):
|
|
120
|
+
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
121
|
+
if not isinstance(opts, pulumi.ResourceOptions):
|
|
122
|
+
raise TypeError('Expected resource options to be a ResourceOptions instance')
|
|
123
|
+
if opts.id is None:
|
|
124
|
+
if __props__ is not None:
|
|
125
|
+
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
126
|
+
__props__ = PolicyAdvancedConfigArgs.__new__(PolicyAdvancedConfigArgs)
|
|
127
|
+
|
|
128
|
+
if internet_switch is None and not opts.urn:
|
|
129
|
+
raise TypeError("Missing required property 'internet_switch'")
|
|
130
|
+
__props__.__dict__["internet_switch"] = internet_switch
|
|
131
|
+
super(PolicyAdvancedConfig, __self__).__init__(
|
|
132
|
+
'alicloud:cloudfirewall/policyAdvancedConfig:PolicyAdvancedConfig',
|
|
133
|
+
resource_name,
|
|
134
|
+
__props__,
|
|
135
|
+
opts)
|
|
136
|
+
|
|
137
|
+
@staticmethod
|
|
138
|
+
def get(resource_name: str,
|
|
139
|
+
id: pulumi.Input[str],
|
|
140
|
+
opts: Optional[pulumi.ResourceOptions] = None,
|
|
141
|
+
internet_switch: Optional[pulumi.Input[builtins.str]] = None) -> 'PolicyAdvancedConfig':
|
|
142
|
+
"""
|
|
143
|
+
Get an existing PolicyAdvancedConfig resource's state with the given name, id, and optional extra
|
|
144
|
+
properties used to qualify the lookup.
|
|
145
|
+
|
|
146
|
+
:param str resource_name: The unique name of the resulting resource.
|
|
147
|
+
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
148
|
+
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
149
|
+
:param pulumi.Input[builtins.str] internet_switch: Access control policy strict mode of on-state. Valid values:
|
|
150
|
+
"""
|
|
151
|
+
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
152
|
+
|
|
153
|
+
__props__ = _PolicyAdvancedConfigState.__new__(_PolicyAdvancedConfigState)
|
|
154
|
+
|
|
155
|
+
__props__.__dict__["internet_switch"] = internet_switch
|
|
156
|
+
return PolicyAdvancedConfig(resource_name, opts=opts, __props__=__props__)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="internetSwitch")
|
|
160
|
+
def internet_switch(self) -> pulumi.Output[builtins.str]:
|
|
161
|
+
"""
|
|
162
|
+
Access control policy strict mode of on-state. Valid values:
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "internet_switch")
|
|
165
|
+
|
pulumi_alicloud/cs/_inputs.py
CHANGED
|
@@ -70,6 +70,8 @@ __all__ = [
|
|
|
70
70
|
'ManagedKubernetesRrsaMetadataArgsDict',
|
|
71
71
|
'NodePoolDataDiskArgs',
|
|
72
72
|
'NodePoolDataDiskArgsDict',
|
|
73
|
+
'NodePoolEfloNodeGroupArgs',
|
|
74
|
+
'NodePoolEfloNodeGroupArgsDict',
|
|
73
75
|
'NodePoolKubeletConfigurationArgs',
|
|
74
76
|
'NodePoolKubeletConfigurationArgsDict',
|
|
75
77
|
'NodePoolKubeletConfigurationReservedMemoryArgs',
|
|
@@ -2825,6 +2827,58 @@ class NodePoolDataDiskArgs:
|
|
|
2825
2827
|
pulumi.set(self, "snapshot_id", value)
|
|
2826
2828
|
|
|
2827
2829
|
|
|
2830
|
+
if not MYPY:
|
|
2831
|
+
class NodePoolEfloNodeGroupArgsDict(TypedDict):
|
|
2832
|
+
cluster_id: NotRequired[pulumi.Input[builtins.str]]
|
|
2833
|
+
"""
|
|
2834
|
+
The ID of the associated Lingjun cluster is required when creating a Lingjun node pool.
|
|
2835
|
+
"""
|
|
2836
|
+
group_id: NotRequired[pulumi.Input[builtins.str]]
|
|
2837
|
+
"""
|
|
2838
|
+
When creating a Lingjun node pool, you need the Lingjun group ID of the associated Lingjun cluster.
|
|
2839
|
+
"""
|
|
2840
|
+
elif False:
|
|
2841
|
+
NodePoolEfloNodeGroupArgsDict: TypeAlias = Mapping[str, Any]
|
|
2842
|
+
|
|
2843
|
+
@pulumi.input_type
|
|
2844
|
+
class NodePoolEfloNodeGroupArgs:
|
|
2845
|
+
def __init__(__self__, *,
|
|
2846
|
+
cluster_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
2847
|
+
group_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
2848
|
+
"""
|
|
2849
|
+
:param pulumi.Input[builtins.str] cluster_id: The ID of the associated Lingjun cluster is required when creating a Lingjun node pool.
|
|
2850
|
+
:param pulumi.Input[builtins.str] group_id: When creating a Lingjun node pool, you need the Lingjun group ID of the associated Lingjun cluster.
|
|
2851
|
+
"""
|
|
2852
|
+
if cluster_id is not None:
|
|
2853
|
+
pulumi.set(__self__, "cluster_id", cluster_id)
|
|
2854
|
+
if group_id is not None:
|
|
2855
|
+
pulumi.set(__self__, "group_id", group_id)
|
|
2856
|
+
|
|
2857
|
+
@property
|
|
2858
|
+
@pulumi.getter(name="clusterId")
|
|
2859
|
+
def cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2860
|
+
"""
|
|
2861
|
+
The ID of the associated Lingjun cluster is required when creating a Lingjun node pool.
|
|
2862
|
+
"""
|
|
2863
|
+
return pulumi.get(self, "cluster_id")
|
|
2864
|
+
|
|
2865
|
+
@cluster_id.setter
|
|
2866
|
+
def cluster_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2867
|
+
pulumi.set(self, "cluster_id", value)
|
|
2868
|
+
|
|
2869
|
+
@property
|
|
2870
|
+
@pulumi.getter(name="groupId")
|
|
2871
|
+
def group_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2872
|
+
"""
|
|
2873
|
+
When creating a Lingjun node pool, you need the Lingjun group ID of the associated Lingjun cluster.
|
|
2874
|
+
"""
|
|
2875
|
+
return pulumi.get(self, "group_id")
|
|
2876
|
+
|
|
2877
|
+
@group_id.setter
|
|
2878
|
+
def group_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2879
|
+
pulumi.set(self, "group_id", value)
|
|
2880
|
+
|
|
2881
|
+
|
|
2828
2882
|
if not MYPY:
|
|
2829
2883
|
class NodePoolKubeletConfigurationArgsDict(TypedDict):
|
|
2830
2884
|
allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|