pulumi-alicloud 3.76.0a1743571220__py3-none-any.whl → 3.76.0a1744139894__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 +271 -4
- pulumi_alicloud/_inputs.py +20 -0
- pulumi_alicloud/actiontrail/global_events_storage_region.py +2 -2
- pulumi_alicloud/adb/db_cluster_lake_version.py +458 -49
- pulumi_alicloud/alb/load_balancer_access_log_config_attachment.py +2 -2
- pulumi_alicloud/alb/server_group.py +2 -2
- pulumi_alicloud/alikafka/sasl_acl.py +7 -7
- pulumi_alicloud/apigateway/_inputs.py +134 -0
- pulumi_alicloud/apigateway/group.py +117 -5
- pulumi_alicloud/apigateway/instance.py +148 -7
- pulumi_alicloud/apigateway/outputs.py +107 -0
- pulumi_alicloud/arms/alert_contact.py +2 -2
- pulumi_alicloud/arms/alert_contact_group.py +2 -2
- pulumi_alicloud/arms/get_prometheus.py +2 -6
- pulumi_alicloud/arms/grafana_workspace.py +511 -69
- pulumi_alicloud/arms/outputs.py +18 -18
- pulumi_alicloud/arms/prometheus_alert_rule.py +2 -2
- pulumi_alicloud/arms/prometheus_monitoring.py +2 -2
- pulumi_alicloud/cdn/domain_new.py +2 -2
- pulumi_alicloud/cen/_inputs.py +6 -3
- pulumi_alicloud/cen/get_transit_router_vpn_attachments.py +131 -19
- pulumi_alicloud/cen/instance.py +101 -59
- pulumi_alicloud/cen/inter_region_traffic_qos_policy.py +126 -81
- pulumi_alicloud/cen/inter_region_traffic_qos_queue.py +93 -47
- pulumi_alicloud/cen/outputs.py +69 -26
- pulumi_alicloud/cen/transit_route_table_aggregation.py +171 -55
- pulumi_alicloud/cen/transit_router.py +127 -53
- pulumi_alicloud/cen/transit_router_cidr.py +53 -35
- pulumi_alicloud/cen/transit_router_ecr_attachment.py +2 -2
- pulumi_alicloud/cen/transit_router_peer_attachment.py +360 -143
- pulumi_alicloud/cen/transit_router_route_table_association.py +33 -43
- pulumi_alicloud/cen/transit_router_vpn_attachment.py +438 -109
- pulumi_alicloud/clickhouse/db_cluster.py +179 -6
- pulumi_alicloud/clickhouseenterprisedbcluster/__init__.py +14 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/_inputs.py +167 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/account.py +554 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/backup_policy.py +407 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/click_house_enterprise_db_cluster.py +641 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/outputs.py +147 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/public_endpoint.py +364 -0
- pulumi_alicloud/clickhouseenterprisedbcluster/security_ip.py +357 -0
- pulumi_alicloud/cloudsso/scim_server_credential.py +178 -11
- pulumi_alicloud/config/outputs.py +12 -0
- pulumi_alicloud/cs/__init__.py +1 -0
- pulumi_alicloud/cs/get_kubernetes_node_pools.py +147 -0
- pulumi_alicloud/cs/managed_kubernetes.py +127 -24
- pulumi_alicloud/cs/node_pool.py +42 -42
- pulumi_alicloud/cs/outputs.py +1782 -4
- pulumi_alicloud/databasefilesystem/service_linked_role.py +2 -2
- pulumi_alicloud/dataworks/data_source.py +2 -2
- pulumi_alicloud/dataworks/data_source_shared_rule.py +2 -2
- pulumi_alicloud/dataworks/di_alarm_rule.py +2 -2
- pulumi_alicloud/dataworks/di_job.py +2 -2
- pulumi_alicloud/dataworks/dw_resource_group.py +2 -2
- pulumi_alicloud/dataworks/network.py +2 -2
- pulumi_alicloud/dataworks/project.py +2 -2
- pulumi_alicloud/dataworks/project_member.py +2 -2
- pulumi_alicloud/dbs/backup_plan.py +2 -2
- pulumi_alicloud/ddos/bgp_policy.py +2 -2
- pulumi_alicloud/eais/__init__.py +2 -0
- pulumi_alicloud/eais/_inputs.py +75 -0
- pulumi_alicloud/eais/client_instance_attachment.py +408 -0
- pulumi_alicloud/eais/instance.py +365 -118
- pulumi_alicloud/eais/outputs.py +32 -0
- pulumi_alicloud/ebs/disk_replica_group.py +512 -30
- pulumi_alicloud/ebs/disk_replica_pair.py +443 -113
- pulumi_alicloud/ebs/enterprise_snapshot_policy.py +2 -2
- pulumi_alicloud/ebs/enterprise_snapshot_policy_attachment.py +2 -2
- pulumi_alicloud/ecp/instance.py +2 -2
- pulumi_alicloud/ecp/key_pair.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +33 -0
- pulumi_alicloud/ecs/disk.py +1 -1
- pulumi_alicloud/ecs/ecs_disk.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +23 -23
- pulumi_alicloud/ecs/instance.py +1 -1
- pulumi_alicloud/ecs/outputs.py +26 -2
- pulumi_alicloud/eflo/__init__.py +5 -0
- pulumi_alicloud/eflo/_inputs.py +1717 -0
- pulumi_alicloud/eflo/cluster.py +935 -0
- pulumi_alicloud/eflo/invocation.py +1114 -0
- pulumi_alicloud/eflo/node.py +1013 -0
- pulumi_alicloud/eflo/node_group.py +1101 -0
- pulumi_alicloud/eflo/outputs.py +1366 -0
- pulumi_alicloud/ens/eip_instance_attachment.py +2 -2
- pulumi_alicloud/ens/image.py +81 -34
- pulumi_alicloud/esa/__init__.py +4 -0
- pulumi_alicloud/esa/_inputs.py +640 -18
- pulumi_alicloud/esa/cache_reserve_instance.py +522 -0
- pulumi_alicloud/esa/cache_rule.py +193 -179
- pulumi_alicloud/esa/certificate.py +99 -92
- pulumi_alicloud/esa/compression_rule.py +42 -28
- pulumi_alicloud/esa/edge_container_app.py +972 -0
- pulumi_alicloud/esa/edge_container_app_record.py +376 -0
- pulumi_alicloud/esa/http_request_header_modification_rule.py +56 -42
- pulumi_alicloud/esa/http_response_header_modification_rule.py +35 -56
- pulumi_alicloud/esa/https_application_configuration.py +42 -28
- pulumi_alicloud/esa/https_basic_configuration.py +56 -42
- pulumi_alicloud/esa/image_transform.py +42 -28
- pulumi_alicloud/esa/kv_namespace.py +11 -11
- pulumi_alicloud/esa/list.py +28 -28
- pulumi_alicloud/esa/network_optimization.py +56 -126
- pulumi_alicloud/esa/origin_pool.py +19 -19
- pulumi_alicloud/esa/origin_rule.py +67 -39
- pulumi_alicloud/esa/outputs.py +536 -12
- pulumi_alicloud/esa/page.py +28 -49
- pulumi_alicloud/esa/rate_plan_instance.py +86 -159
- pulumi_alicloud/esa/redirect_rule.py +42 -28
- pulumi_alicloud/esa/rewrite_url_rule.py +49 -63
- pulumi_alicloud/esa/site.py +67 -123
- pulumi_alicloud/esa/site_delivery_task.py +841 -0
- pulumi_alicloud/esa/waiting_room.py +269 -319
- pulumi_alicloud/esa/waiting_room_event.py +291 -305
- pulumi_alicloud/esa/waiting_room_rule.py +46 -53
- pulumi_alicloud/ess/_inputs.py +155 -0
- pulumi_alicloud/ess/outputs.py +128 -0
- pulumi_alicloud/ess/scaling_group.py +237 -2
- pulumi_alicloud/ess/scaling_rule.py +143 -2
- pulumi_alicloud/expressconnect/router_grant_association.py +2 -2
- pulumi_alicloud/expressconnect/virtual_border_router.py +4 -4
- pulumi_alicloud/gpdb/hadoop_data_source.py +2 -2
- pulumi_alicloud/gpdb/jdbc_data_source.py +2 -2
- pulumi_alicloud/gpdb/remote_adb_data_source.py +6 -6
- pulumi_alicloud/gpdb/streaming_data_source.py +2 -2
- pulumi_alicloud/gpdb/streaming_job.py +2 -2
- pulumi_alicloud/ims/oidc_provider.py +24 -13
- pulumi_alicloud/kvstore/account.py +9 -9
- pulumi_alicloud/kvstore/connection.py +2 -2
- pulumi_alicloud/kvstore/get_instance_classes.py +2 -2
- pulumi_alicloud/kvstore/get_instance_engines.py +2 -2
- pulumi_alicloud/kvstore/instance.py +7 -7
- pulumi_alicloud/kvstore/outputs.py +2 -2
- pulumi_alicloud/live/caster.py +2 -2
- pulumi_alicloud/maxcompute/__init__.py +1 -0
- pulumi_alicloud/maxcompute/_inputs.py +232 -3
- pulumi_alicloud/maxcompute/outputs.py +183 -2
- pulumi_alicloud/maxcompute/project.py +2 -2
- pulumi_alicloud/maxcompute/quota.py +438 -0
- pulumi_alicloud/nas/mount_target.py +149 -54
- pulumi_alicloud/nlb/__init__.py +1 -0
- pulumi_alicloud/nlb/_inputs.py +43 -6
- pulumi_alicloud/nlb/load_balancer.py +212 -24
- pulumi_alicloud/nlb/load_balancer_zone_shifted_attachment.py +397 -0
- pulumi_alicloud/nlb/outputs.py +30 -4
- pulumi_alicloud/nlb/server_group_server_attachment.py +118 -65
- pulumi_alicloud/oss/__init__.py +1 -0
- pulumi_alicloud/oss/_inputs.py +20 -0
- pulumi_alicloud/oss/access_point.py +2 -2
- pulumi_alicloud/oss/bucket_cname.py +2 -2
- pulumi_alicloud/oss/bucket_cors.py +2 -2
- pulumi_alicloud/oss/bucket_style.py +402 -0
- pulumi_alicloud/oss/bucket_website.py +2 -2
- pulumi_alicloud/oss/outputs.py +14 -0
- pulumi_alicloud/pai/service.py +59 -67
- pulumi_alicloud/polardb/cluster.py +75 -28
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +1 -1
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/__init__.py +3 -0
- pulumi_alicloud/ram/_inputs.py +9 -9
- pulumi_alicloud/ram/access_key.py +77 -31
- pulumi_alicloud/ram/account_alias.py +18 -45
- pulumi_alicloud/ram/get_system_policys.py +189 -0
- pulumi_alicloud/ram/group.py +156 -35
- pulumi_alicloud/ram/group_policy_attachment.py +51 -29
- pulumi_alicloud/ram/login_profile.py +92 -38
- pulumi_alicloud/ram/outputs.py +91 -6
- pulumi_alicloud/ram/password_policy.py +779 -0
- pulumi_alicloud/ram/policy.py +199 -88
- pulumi_alicloud/ram/role_policy_attachment.py +51 -29
- pulumi_alicloud/ram/saml_provider.py +44 -37
- pulumi_alicloud/ram/user_group_attachment.py +273 -0
- pulumi_alicloud/ram/user_policy_attachment.py +49 -27
- pulumi_alicloud/rds/__init__.py +1 -0
- pulumi_alicloud/rds/custom_disk.py +1053 -0
- pulumi_alicloud/rds/instance.py +110 -14
- pulumi_alicloud/redis/tair_instance.py +14 -14
- pulumi_alicloud/resourcemanager/__init__.py +1 -0
- pulumi_alicloud/resourcemanager/_inputs.py +53 -0
- pulumi_alicloud/resourcemanager/auto_grouping_rule.py +796 -0
- pulumi_alicloud/resourcemanager/outputs.py +50 -0
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/rocketmq/__init__.py +1 -1
- pulumi_alicloud/rocketmq/_inputs.py +146 -4
- pulumi_alicloud/rocketmq/account.py +452 -0
- pulumi_alicloud/rocketmq/acl.py +473 -47
- pulumi_alicloud/rocketmq/client_user.py +8 -2
- pulumi_alicloud/rocketmq/consumer_group.py +121 -24
- pulumi_alicloud/rocketmq/dnat_entry.py +8 -2
- pulumi_alicloud/rocketmq/outputs.py +113 -4
- pulumi_alicloud/rocketmq/qos.py +8 -2
- pulumi_alicloud/rocketmq/qos_car.py +10 -4
- pulumi_alicloud/rocketmq/qos_policy.py +6 -0
- pulumi_alicloud/rocketmq/rocket_mq_instance.py +136 -7
- pulumi_alicloud/rocketmq/rocket_mq_topic.py +121 -24
- pulumi_alicloud/rocketmq/snat_entry.py +8 -2
- pulumi_alicloud/sag/__init__.py +8 -0
- pulumi_alicloud/sag/acl.py +200 -0
- pulumi_alicloud/{rocketmq → sag}/acl_rule.py +7 -7
- pulumi_alicloud/sag/client_user.py +560 -0
- pulumi_alicloud/sag/dnat_entry.py +512 -0
- pulumi_alicloud/sag/get_acls.py +2 -2
- pulumi_alicloud/sag/qos.py +202 -0
- pulumi_alicloud/sag/qos_car.py +654 -0
- pulumi_alicloud/sag/qos_policy.py +659 -0
- pulumi_alicloud/sag/snat_entry.py +313 -0
- pulumi_alicloud/securitycenter/group.py +2 -2
- pulumi_alicloud/selectdb/db_instance.py +60 -11
- pulumi_alicloud/slb/server_group_server_attachment.py +101 -111
- pulumi_alicloud/sls/oss_export_sink.py +2 -2
- pulumi_alicloud/threatdetection/__init__.py +3 -0
- pulumi_alicloud/threatdetection/anti_brute_force_rule.py +41 -65
- pulumi_alicloud/threatdetection/asset_bind.py +209 -0
- pulumi_alicloud/threatdetection/asset_selection_config.py +258 -0
- pulumi_alicloud/threatdetection/instance.py +271 -54
- pulumi_alicloud/threatdetection/log_meta.py +351 -0
- pulumi_alicloud/vpc/__init__.py +1 -0
- pulumi_alicloud/vpc/_inputs.py +281 -0
- pulumi_alicloud/vpc/gateway_endpoint.py +85 -27
- pulumi_alicloud/vpc/get_ipam_ipam_pool_allocations.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pool_cidrs.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_pools.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipam_scopes.py +2 -2
- pulumi_alicloud/vpc/get_ipam_ipams.py +2 -2
- pulumi_alicloud/vpc/ipv6_address.py +85 -5
- pulumi_alicloud/vpc/outputs.py +232 -0
- pulumi_alicloud/vpc/peer_connection.py +84 -42
- pulumi_alicloud/vpc/peer_connection_accepter.py +7 -21
- pulumi_alicloud/vpc/route_table.py +100 -45
- pulumi_alicloud/vpc/vpc_route_entry.py +724 -0
- pulumi_alicloud/vpn/_inputs.py +716 -71
- pulumi_alicloud/vpn/gateway_vpn_attachment.py +622 -128
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +20 -63
- pulumi_alicloud/vpn/ipsec_server.py +2 -2
- pulumi_alicloud/vpn/outputs.py +1963 -998
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743571220.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
pulumi_alicloud/arms/outputs.py
CHANGED
|
@@ -3639,20 +3639,20 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3639
3639
|
vpc_id: str,
|
|
3640
3640
|
vswitch_id: str):
|
|
3641
3641
|
"""
|
|
3642
|
-
:param str auth_token: The token
|
|
3642
|
+
:param str auth_token: (Available since v1.214.0) The authorization token. **Note:** `auth_token` takes effect only if `enable_details` is set to `true`.
|
|
3643
3643
|
:param str cluster_id: The ID of the cluster.
|
|
3644
3644
|
:param str cluster_name: The name of the cluster.
|
|
3645
3645
|
:param str cluster_type: The type of the cluster.
|
|
3646
3646
|
:param str grafana_instance_id: The ID of the Grafana workspace.
|
|
3647
|
-
:param str http_api_inter_url:
|
|
3648
|
-
:param str http_api_intra_url:
|
|
3647
|
+
:param str http_api_inter_url: (Available since v1.214.0) The public URL for the HTTP API. **Note:** `http_api_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3648
|
+
:param str http_api_intra_url: (Available since v1.214.0) The internal URL for the HTTP API. **Note:** `http_api_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3649
3649
|
:param str id: The ID of the Prometheus.
|
|
3650
|
-
:param str push_gate_way_inter_url:
|
|
3651
|
-
:param str push_gate_way_intra_url:
|
|
3652
|
-
:param str remote_read_inter_url:
|
|
3653
|
-
:param str remote_read_intra_url:
|
|
3654
|
-
:param str remote_write_inter_url:
|
|
3655
|
-
:param str remote_write_intra_url:
|
|
3650
|
+
:param str push_gate_way_inter_url: (Available since v1.214.0) The public URL for Pushgateway. **Note:** `push_gate_way_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3651
|
+
:param str push_gate_way_intra_url: (Available since v1.214.0) The internal URL for Pushgateway. **Note:** `push_gate_way_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3652
|
+
:param str remote_read_inter_url: (Available since v1.214.0) The public URL for remote read. **Note:** `remote_read_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3653
|
+
:param str remote_read_intra_url: (Available since v1.214.0) The internal URL for remote read. **Note:** `remote_read_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3654
|
+
:param str remote_write_inter_url: (Available since v1.214.0) The public URL for remote write. **Note:** `remote_write_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3655
|
+
:param str remote_write_intra_url: (Available since v1.214.0) The internal URL for remote write. **Note:** `remote_write_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3656
3656
|
:param str resource_group_id: The ID of the resource group.
|
|
3657
3657
|
:param str security_group_id: The ID of the security group.
|
|
3658
3658
|
:param str sub_clusters_json: The child instance json string of the globalView instance.
|
|
@@ -3685,7 +3685,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3685
3685
|
@pulumi.getter(name="authToken")
|
|
3686
3686
|
def auth_token(self) -> str:
|
|
3687
3687
|
"""
|
|
3688
|
-
The token
|
|
3688
|
+
(Available since v1.214.0) The authorization token. **Note:** `auth_token` takes effect only if `enable_details` is set to `true`.
|
|
3689
3689
|
"""
|
|
3690
3690
|
return pulumi.get(self, "auth_token")
|
|
3691
3691
|
|
|
@@ -3725,7 +3725,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3725
3725
|
@pulumi.getter(name="httpApiInterUrl")
|
|
3726
3726
|
def http_api_inter_url(self) -> str:
|
|
3727
3727
|
"""
|
|
3728
|
-
|
|
3728
|
+
(Available since v1.214.0) The public URL for the HTTP API. **Note:** `http_api_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3729
3729
|
"""
|
|
3730
3730
|
return pulumi.get(self, "http_api_inter_url")
|
|
3731
3731
|
|
|
@@ -3733,7 +3733,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3733
3733
|
@pulumi.getter(name="httpApiIntraUrl")
|
|
3734
3734
|
def http_api_intra_url(self) -> str:
|
|
3735
3735
|
"""
|
|
3736
|
-
|
|
3736
|
+
(Available since v1.214.0) The internal URL for the HTTP API. **Note:** `http_api_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3737
3737
|
"""
|
|
3738
3738
|
return pulumi.get(self, "http_api_intra_url")
|
|
3739
3739
|
|
|
@@ -3749,7 +3749,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3749
3749
|
@pulumi.getter(name="pushGateWayInterUrl")
|
|
3750
3750
|
def push_gate_way_inter_url(self) -> str:
|
|
3751
3751
|
"""
|
|
3752
|
-
|
|
3752
|
+
(Available since v1.214.0) The public URL for Pushgateway. **Note:** `push_gate_way_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3753
3753
|
"""
|
|
3754
3754
|
return pulumi.get(self, "push_gate_way_inter_url")
|
|
3755
3755
|
|
|
@@ -3757,7 +3757,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3757
3757
|
@pulumi.getter(name="pushGateWayIntraUrl")
|
|
3758
3758
|
def push_gate_way_intra_url(self) -> str:
|
|
3759
3759
|
"""
|
|
3760
|
-
|
|
3760
|
+
(Available since v1.214.0) The internal URL for Pushgateway. **Note:** `push_gate_way_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3761
3761
|
"""
|
|
3762
3762
|
return pulumi.get(self, "push_gate_way_intra_url")
|
|
3763
3763
|
|
|
@@ -3765,7 +3765,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3765
3765
|
@pulumi.getter(name="remoteReadInterUrl")
|
|
3766
3766
|
def remote_read_inter_url(self) -> str:
|
|
3767
3767
|
"""
|
|
3768
|
-
|
|
3768
|
+
(Available since v1.214.0) The public URL for remote read. **Note:** `remote_read_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3769
3769
|
"""
|
|
3770
3770
|
return pulumi.get(self, "remote_read_inter_url")
|
|
3771
3771
|
|
|
@@ -3773,7 +3773,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3773
3773
|
@pulumi.getter(name="remoteReadIntraUrl")
|
|
3774
3774
|
def remote_read_intra_url(self) -> str:
|
|
3775
3775
|
"""
|
|
3776
|
-
|
|
3776
|
+
(Available since v1.214.0) The internal URL for remote read. **Note:** `remote_read_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3777
3777
|
"""
|
|
3778
3778
|
return pulumi.get(self, "remote_read_intra_url")
|
|
3779
3779
|
|
|
@@ -3781,7 +3781,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3781
3781
|
@pulumi.getter(name="remoteWriteInterUrl")
|
|
3782
3782
|
def remote_write_inter_url(self) -> str:
|
|
3783
3783
|
"""
|
|
3784
|
-
|
|
3784
|
+
(Available since v1.214.0) The public URL for remote write. **Note:** `remote_write_inter_url` takes effect only if `enable_details` is set to `true`.
|
|
3785
3785
|
"""
|
|
3786
3786
|
return pulumi.get(self, "remote_write_inter_url")
|
|
3787
3787
|
|
|
@@ -3789,7 +3789,7 @@ class GetPrometheusPrometheiResult(dict):
|
|
|
3789
3789
|
@pulumi.getter(name="remoteWriteIntraUrl")
|
|
3790
3790
|
def remote_write_intra_url(self) -> str:
|
|
3791
3791
|
"""
|
|
3792
|
-
|
|
3792
|
+
(Available since v1.214.0) The internal URL for remote write. **Note:** `remote_write_intra_url` takes effect only if `enable_details` is set to `true`.
|
|
3793
3793
|
"""
|
|
3794
3794
|
return pulumi.get(self, "remote_write_intra_url")
|
|
3795
3795
|
|
|
@@ -400,7 +400,7 @@ class PrometheusAlertRule(pulumi.CustomResource):
|
|
|
400
400
|
"""
|
|
401
401
|
Provides a Application Real-Time Monitoring Service (ARMS) Prometheus Alert Rule resource.
|
|
402
402
|
|
|
403
|
-
For information about Application Real-Time Monitoring Service (ARMS) Prometheus Alert Rule and how to use it, see [What is Prometheus Alert Rule](https://www.alibabacloud.com/help/en/
|
|
403
|
+
For information about Application Real-Time Monitoring Service (ARMS) Prometheus Alert Rule and how to use it, see [What is Prometheus Alert Rule](https://www.alibabacloud.com/help/en/arms/prometheus-monitoring/api-arms-2019-08-08-createprometheusalertrule).
|
|
404
404
|
|
|
405
405
|
> **NOTE:** Available since v1.136.0.
|
|
406
406
|
|
|
@@ -463,7 +463,7 @@ class PrometheusAlertRule(pulumi.CustomResource):
|
|
|
463
463
|
"""
|
|
464
464
|
Provides a Application Real-Time Monitoring Service (ARMS) Prometheus Alert Rule resource.
|
|
465
465
|
|
|
466
|
-
For information about Application Real-Time Monitoring Service (ARMS) Prometheus Alert Rule and how to use it, see [What is Prometheus Alert Rule](https://www.alibabacloud.com/help/en/
|
|
466
|
+
For information about Application Real-Time Monitoring Service (ARMS) Prometheus Alert Rule and how to use it, see [What is Prometheus Alert Rule](https://www.alibabacloud.com/help/en/arms/prometheus-monitoring/api-arms-2019-08-08-createprometheusalertrule).
|
|
467
467
|
|
|
468
468
|
> **NOTE:** Available since v1.136.0.
|
|
469
469
|
|
|
@@ -186,7 +186,7 @@ class PrometheusMonitoring(pulumi.CustomResource):
|
|
|
186
186
|
"""
|
|
187
187
|
Provides a ARMS Prometheus Monitoring resource. Including serviceMonitor, podMonitor, customJob, probe and other four types of monitoring.
|
|
188
188
|
|
|
189
|
-
For information about ARMS Prometheus Monitoring and how to use it, see [What is Prometheus Monitoring](https://www.alibabacloud.com/help/en/arms/
|
|
189
|
+
For information about ARMS Prometheus Monitoring and how to use it, see [What is Prometheus Monitoring](https://www.alibabacloud.com/help/en/arms/prometheus-monitoring/api-arms-2019-08-08-createprometheusmonitoring).
|
|
190
190
|
|
|
191
191
|
> **NOTE:** Available since v1.209.0.
|
|
192
192
|
|
|
@@ -214,7 +214,7 @@ class PrometheusMonitoring(pulumi.CustomResource):
|
|
|
214
214
|
"""
|
|
215
215
|
Provides a ARMS Prometheus Monitoring resource. Including serviceMonitor, podMonitor, customJob, probe and other four types of monitoring.
|
|
216
216
|
|
|
217
|
-
For information about ARMS Prometheus Monitoring and how to use it, see [What is Prometheus Monitoring](https://www.alibabacloud.com/help/en/arms/
|
|
217
|
+
For information about ARMS Prometheus Monitoring and how to use it, see [What is Prometheus Monitoring](https://www.alibabacloud.com/help/en/arms/prometheus-monitoring/api-arms-2019-08-08-createprometheusmonitoring).
|
|
218
218
|
|
|
219
219
|
> **NOTE:** Available since v1.209.0.
|
|
220
220
|
|
|
@@ -388,7 +388,7 @@ class DomainNew(pulumi.CustomResource):
|
|
|
388
388
|
|
|
389
389
|
CDN domain name.
|
|
390
390
|
|
|
391
|
-
For information about CDN Domain and how to use it, see [What is Domain](https://www.alibabacloud.com/help/en/
|
|
391
|
+
For information about CDN Domain and how to use it, see [What is Domain](https://www.alibabacloud.com/help/en/cdn/developer-reference/api-cdn-2018-05-10-addcdndomain).
|
|
392
392
|
|
|
393
393
|
> **NOTE:** Available since v1.34.0.
|
|
394
394
|
|
|
@@ -449,7 +449,7 @@ class DomainNew(pulumi.CustomResource):
|
|
|
449
449
|
|
|
450
450
|
CDN domain name.
|
|
451
451
|
|
|
452
|
-
For information about CDN Domain and how to use it, see [What is Domain](https://www.alibabacloud.com/help/en/
|
|
452
|
+
For information about CDN Domain and how to use it, see [What is Domain](https://www.alibabacloud.com/help/en/cdn/developer-reference/api-cdn-2018-05-10-addcdndomain).
|
|
453
453
|
|
|
454
454
|
> **NOTE:** Available since v1.34.0.
|
|
455
455
|
|
pulumi_alicloud/cen/_inputs.py
CHANGED
|
@@ -329,7 +329,8 @@ if not MYPY:
|
|
|
329
329
|
class TransitRouterVpnAttachmentZoneArgsDict(TypedDict):
|
|
330
330
|
zone_id: pulumi.Input[str]
|
|
331
331
|
"""
|
|
332
|
-
The
|
|
332
|
+
The zone ID of the read-only instance.
|
|
333
|
+
You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
333
334
|
"""
|
|
334
335
|
elif False:
|
|
335
336
|
TransitRouterVpnAttachmentZoneArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -339,7 +340,8 @@ class TransitRouterVpnAttachmentZoneArgs:
|
|
|
339
340
|
def __init__(__self__, *,
|
|
340
341
|
zone_id: pulumi.Input[str]):
|
|
341
342
|
"""
|
|
342
|
-
:param pulumi.Input[str] zone_id: The
|
|
343
|
+
:param pulumi.Input[str] zone_id: The zone ID of the read-only instance.
|
|
344
|
+
You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
343
345
|
"""
|
|
344
346
|
pulumi.set(__self__, "zone_id", zone_id)
|
|
345
347
|
|
|
@@ -347,7 +349,8 @@ class TransitRouterVpnAttachmentZoneArgs:
|
|
|
347
349
|
@pulumi.getter(name="zoneId")
|
|
348
350
|
def zone_id(self) -> pulumi.Input[str]:
|
|
349
351
|
"""
|
|
350
|
-
The
|
|
352
|
+
The zone ID of the read-only instance.
|
|
353
|
+
You can call the [ListTransitRouterAvailableResource](https://www.alibabacloud.com/help/en/doc-detail/261356.html) operation to query the most recent zone list.
|
|
351
354
|
"""
|
|
352
355
|
return pulumi.get(self, "zone_id")
|
|
353
356
|
|
|
@@ -27,7 +27,7 @@ class GetTransitRouterVpnAttachmentsResult:
|
|
|
27
27
|
"""
|
|
28
28
|
A collection of values returned by getTransitRouterVpnAttachments.
|
|
29
29
|
"""
|
|
30
|
-
def __init__(__self__, attachments=None, cen_id=None, id=None, ids=None, name_regex=None, names=None, output_file=None, status=None, transit_router_id=None):
|
|
30
|
+
def __init__(__self__, attachments=None, cen_id=None, id=None, ids=None, name_regex=None, names=None, output_file=None, status=None, tags=None, transit_router_attachment_id=None, transit_router_id=None):
|
|
31
31
|
if attachments and not isinstance(attachments, list):
|
|
32
32
|
raise TypeError("Expected argument 'attachments' to be a list")
|
|
33
33
|
pulumi.set(__self__, "attachments", attachments)
|
|
@@ -52,6 +52,12 @@ class GetTransitRouterVpnAttachmentsResult:
|
|
|
52
52
|
if status and not isinstance(status, str):
|
|
53
53
|
raise TypeError("Expected argument 'status' to be a str")
|
|
54
54
|
pulumi.set(__self__, "status", status)
|
|
55
|
+
if tags and not isinstance(tags, dict):
|
|
56
|
+
raise TypeError("Expected argument 'tags' to be a dict")
|
|
57
|
+
pulumi.set(__self__, "tags", tags)
|
|
58
|
+
if transit_router_attachment_id and not isinstance(transit_router_attachment_id, str):
|
|
59
|
+
raise TypeError("Expected argument 'transit_router_attachment_id' to be a str")
|
|
60
|
+
pulumi.set(__self__, "transit_router_attachment_id", transit_router_attachment_id)
|
|
55
61
|
if transit_router_id and not isinstance(transit_router_id, str):
|
|
56
62
|
raise TypeError("Expected argument 'transit_router_id' to be a str")
|
|
57
63
|
pulumi.set(__self__, "transit_router_id", transit_router_id)
|
|
@@ -59,11 +65,17 @@ class GetTransitRouterVpnAttachmentsResult:
|
|
|
59
65
|
@property
|
|
60
66
|
@pulumi.getter
|
|
61
67
|
def attachments(self) -> Sequence['outputs.GetTransitRouterVpnAttachmentsAttachmentResult']:
|
|
68
|
+
"""
|
|
69
|
+
A list of Transit Router Vpn Attachment Entries. Each element contains the following attributes:
|
|
70
|
+
"""
|
|
62
71
|
return pulumi.get(self, "attachments")
|
|
63
72
|
|
|
64
73
|
@property
|
|
65
74
|
@pulumi.getter(name="cenId")
|
|
66
|
-
def cen_id(self) -> str:
|
|
75
|
+
def cen_id(self) -> Optional[str]:
|
|
76
|
+
"""
|
|
77
|
+
The ID of the Cloud Enterprise Network (CEN) instance.
|
|
78
|
+
"""
|
|
67
79
|
return pulumi.get(self, "cen_id")
|
|
68
80
|
|
|
69
81
|
@property
|
|
@@ -77,6 +89,9 @@ class GetTransitRouterVpnAttachmentsResult:
|
|
|
77
89
|
@property
|
|
78
90
|
@pulumi.getter
|
|
79
91
|
def ids(self) -> Sequence[str]:
|
|
92
|
+
"""
|
|
93
|
+
A list of Transit Router Vpn Attachment IDs.
|
|
94
|
+
"""
|
|
80
95
|
return pulumi.get(self, "ids")
|
|
81
96
|
|
|
82
97
|
@property
|
|
@@ -87,6 +102,9 @@ class GetTransitRouterVpnAttachmentsResult:
|
|
|
87
102
|
@property
|
|
88
103
|
@pulumi.getter
|
|
89
104
|
def names(self) -> Sequence[str]:
|
|
105
|
+
"""
|
|
106
|
+
A list of name of Transit Router Vpn Attachments.
|
|
107
|
+
"""
|
|
90
108
|
return pulumi.get(self, "names")
|
|
91
109
|
|
|
92
110
|
@property
|
|
@@ -97,11 +115,33 @@ class GetTransitRouterVpnAttachmentsResult:
|
|
|
97
115
|
@property
|
|
98
116
|
@pulumi.getter
|
|
99
117
|
def status(self) -> Optional[str]:
|
|
118
|
+
"""
|
|
119
|
+
Status
|
|
120
|
+
"""
|
|
100
121
|
return pulumi.get(self, "status")
|
|
101
122
|
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def tags(self) -> Optional[Mapping[str, str]]:
|
|
126
|
+
"""
|
|
127
|
+
The tag of the resource
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "tags")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter(name="transitRouterAttachmentId")
|
|
133
|
+
def transit_router_attachment_id(self) -> Optional[str]:
|
|
134
|
+
"""
|
|
135
|
+
The ID of the VPN attachment.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "transit_router_attachment_id")
|
|
138
|
+
|
|
102
139
|
@property
|
|
103
140
|
@pulumi.getter(name="transitRouterId")
|
|
104
141
|
def transit_router_id(self) -> Optional[str]:
|
|
142
|
+
"""
|
|
143
|
+
The ID of the transit router.
|
|
144
|
+
"""
|
|
105
145
|
return pulumi.get(self, "transit_router_id")
|
|
106
146
|
|
|
107
147
|
|
|
@@ -119,6 +159,8 @@ class AwaitableGetTransitRouterVpnAttachmentsResult(GetTransitRouterVpnAttachmen
|
|
|
119
159
|
names=self.names,
|
|
120
160
|
output_file=self.output_file,
|
|
121
161
|
status=self.status,
|
|
162
|
+
tags=self.tags,
|
|
163
|
+
transit_router_attachment_id=self.transit_router_attachment_id,
|
|
122
164
|
transit_router_id=self.transit_router_id)
|
|
123
165
|
|
|
124
166
|
|
|
@@ -127,31 +169,62 @@ def get_transit_router_vpn_attachments(cen_id: Optional[str] = None,
|
|
|
127
169
|
name_regex: Optional[str] = None,
|
|
128
170
|
output_file: Optional[str] = None,
|
|
129
171
|
status: Optional[str] = None,
|
|
172
|
+
tags: Optional[Mapping[str, str]] = None,
|
|
173
|
+
transit_router_attachment_id: Optional[str] = None,
|
|
130
174
|
transit_router_id: Optional[str] = None,
|
|
131
175
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTransitRouterVpnAttachmentsResult:
|
|
132
176
|
"""
|
|
133
|
-
This data source provides
|
|
177
|
+
This data source provides Cen Transit Router Vpn Attachment available to the user.[What is Transit Router Vpn Attachment](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouterVpnAttachment)
|
|
134
178
|
|
|
135
|
-
> **NOTE:** Available
|
|
179
|
+
> **NOTE:** Available since v1.245.0.
|
|
136
180
|
|
|
137
181
|
## Example Usage
|
|
138
182
|
|
|
139
|
-
Basic Usage
|
|
140
|
-
|
|
141
183
|
```python
|
|
142
184
|
import pulumi
|
|
143
185
|
import pulumi_alicloud as alicloud
|
|
144
186
|
|
|
145
|
-
|
|
146
|
-
|
|
187
|
+
config = pulumi.Config()
|
|
188
|
+
name = config.get("name")
|
|
189
|
+
if name is None:
|
|
190
|
+
name = "terraform-example"
|
|
191
|
+
defaultbp_r5_uk = alicloud.cen.Instance("defaultbpR5Uk", cen_instance_name="example-vpn-attachment")
|
|
192
|
+
default_m8_zo6_h = alicloud.cen.TransitRouter("defaultM8Zo6H", cen_id=defaultbp_r5_uk.id)
|
|
193
|
+
defaultu_uty_cv = alicloud.cen.TransitRouterCidr("defaultuUtyCv",
|
|
194
|
+
cidr="192.168.10.0/24",
|
|
195
|
+
transit_router_id=default_m8_zo6_h.transit_router_id)
|
|
196
|
+
default_meo_c_iz = alicloud.vpn.CustomerGateway("defaultMeoCIz",
|
|
197
|
+
ip_address="0.0.0.0",
|
|
198
|
+
customer_gateway_name="example-vpn-attachment")
|
|
199
|
+
defaultvr_pzdh = alicloud.vpn.GatewayVpnAttachment("defaultvrPzdh",
|
|
200
|
+
customer_gateway_id=default_meo_c_iz.id,
|
|
201
|
+
vpn_attachment_name="example-vpn-attachment",
|
|
202
|
+
local_subnet="10.0.1.0/24",
|
|
203
|
+
remote_subnet="10.0.2.0/24")
|
|
204
|
+
default_transit_router_vpn_attachment = alicloud.cen.TransitRouterVpnAttachment("default",
|
|
205
|
+
vpn_owner_id=default_m8_zo6_h.id,
|
|
206
|
+
cen_id=default_m8_zo6_h.id,
|
|
207
|
+
transit_router_attachment_description="example-vpn-attachment",
|
|
208
|
+
transit_router_id=default_m8_zo6_h.transit_router_id,
|
|
209
|
+
vpn_id=defaultvr_pzdh.id,
|
|
210
|
+
auto_publish_route_enabled=False,
|
|
211
|
+
charge_type="POSTPAY",
|
|
212
|
+
transit_router_attachment_name="example-vpn-attachment")
|
|
213
|
+
default = alicloud.cen.get_transit_router_vpn_attachments_output(ids=[default_transit_router_vpn_attachment.id],
|
|
214
|
+
cen_id=default_m8_zo6_h.id,
|
|
215
|
+
transit_router_id=default_m8_zo6_h.transit_router_id)
|
|
216
|
+
pulumi.export("alicloudCenTransitRouterVpnAttachmentExampleId", default.attachments[0].id)
|
|
147
217
|
```
|
|
148
218
|
|
|
149
219
|
|
|
150
|
-
:param str cen_id: The
|
|
220
|
+
:param str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
|
|
151
221
|
:param Sequence[str] ids: A list of Transit Router Vpn Attachment IDs.
|
|
222
|
+
:param str name_regex: A regex string to filter results by Group Metric Rule name.
|
|
152
223
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
153
224
|
:param str status: The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
|
|
154
|
-
:param str
|
|
225
|
+
:param Mapping[str, str] tags: The tag of the resource
|
|
226
|
+
:param str transit_router_attachment_id: The ID of the VPN attachment.
|
|
227
|
+
:param str transit_router_id: The ID of the transit router.
|
|
155
228
|
"""
|
|
156
229
|
__args__ = dict()
|
|
157
230
|
__args__['cenId'] = cen_id
|
|
@@ -159,6 +232,8 @@ def get_transit_router_vpn_attachments(cen_id: Optional[str] = None,
|
|
|
159
232
|
__args__['nameRegex'] = name_regex
|
|
160
233
|
__args__['outputFile'] = output_file
|
|
161
234
|
__args__['status'] = status
|
|
235
|
+
__args__['tags'] = tags
|
|
236
|
+
__args__['transitRouterAttachmentId'] = transit_router_attachment_id
|
|
162
237
|
__args__['transitRouterId'] = transit_router_id
|
|
163
238
|
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
164
239
|
__ret__ = pulumi.runtime.invoke('alicloud:cen/getTransitRouterVpnAttachments:getTransitRouterVpnAttachments', __args__, opts=opts, typ=GetTransitRouterVpnAttachmentsResult).value
|
|
@@ -172,37 +247,70 @@ def get_transit_router_vpn_attachments(cen_id: Optional[str] = None,
|
|
|
172
247
|
names=pulumi.get(__ret__, 'names'),
|
|
173
248
|
output_file=pulumi.get(__ret__, 'output_file'),
|
|
174
249
|
status=pulumi.get(__ret__, 'status'),
|
|
250
|
+
tags=pulumi.get(__ret__, 'tags'),
|
|
251
|
+
transit_router_attachment_id=pulumi.get(__ret__, 'transit_router_attachment_id'),
|
|
175
252
|
transit_router_id=pulumi.get(__ret__, 'transit_router_id'))
|
|
176
|
-
def get_transit_router_vpn_attachments_output(cen_id: Optional[pulumi.Input[str]] = None,
|
|
253
|
+
def get_transit_router_vpn_attachments_output(cen_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
177
254
|
ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = None,
|
|
178
255
|
name_regex: Optional[pulumi.Input[Optional[str]]] = None,
|
|
179
256
|
output_file: Optional[pulumi.Input[Optional[str]]] = None,
|
|
180
257
|
status: Optional[pulumi.Input[Optional[str]]] = None,
|
|
258
|
+
tags: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
|
|
259
|
+
transit_router_attachment_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
181
260
|
transit_router_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
182
261
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTransitRouterVpnAttachmentsResult]:
|
|
183
262
|
"""
|
|
184
|
-
This data source provides
|
|
263
|
+
This data source provides Cen Transit Router Vpn Attachment available to the user.[What is Transit Router Vpn Attachment](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouterVpnAttachment)
|
|
185
264
|
|
|
186
|
-
> **NOTE:** Available
|
|
265
|
+
> **NOTE:** Available since v1.245.0.
|
|
187
266
|
|
|
188
267
|
## Example Usage
|
|
189
268
|
|
|
190
|
-
Basic Usage
|
|
191
|
-
|
|
192
269
|
```python
|
|
193
270
|
import pulumi
|
|
194
271
|
import pulumi_alicloud as alicloud
|
|
195
272
|
|
|
196
|
-
|
|
197
|
-
|
|
273
|
+
config = pulumi.Config()
|
|
274
|
+
name = config.get("name")
|
|
275
|
+
if name is None:
|
|
276
|
+
name = "terraform-example"
|
|
277
|
+
defaultbp_r5_uk = alicloud.cen.Instance("defaultbpR5Uk", cen_instance_name="example-vpn-attachment")
|
|
278
|
+
default_m8_zo6_h = alicloud.cen.TransitRouter("defaultM8Zo6H", cen_id=defaultbp_r5_uk.id)
|
|
279
|
+
defaultu_uty_cv = alicloud.cen.TransitRouterCidr("defaultuUtyCv",
|
|
280
|
+
cidr="192.168.10.0/24",
|
|
281
|
+
transit_router_id=default_m8_zo6_h.transit_router_id)
|
|
282
|
+
default_meo_c_iz = alicloud.vpn.CustomerGateway("defaultMeoCIz",
|
|
283
|
+
ip_address="0.0.0.0",
|
|
284
|
+
customer_gateway_name="example-vpn-attachment")
|
|
285
|
+
defaultvr_pzdh = alicloud.vpn.GatewayVpnAttachment("defaultvrPzdh",
|
|
286
|
+
customer_gateway_id=default_meo_c_iz.id,
|
|
287
|
+
vpn_attachment_name="example-vpn-attachment",
|
|
288
|
+
local_subnet="10.0.1.0/24",
|
|
289
|
+
remote_subnet="10.0.2.0/24")
|
|
290
|
+
default_transit_router_vpn_attachment = alicloud.cen.TransitRouterVpnAttachment("default",
|
|
291
|
+
vpn_owner_id=default_m8_zo6_h.id,
|
|
292
|
+
cen_id=default_m8_zo6_h.id,
|
|
293
|
+
transit_router_attachment_description="example-vpn-attachment",
|
|
294
|
+
transit_router_id=default_m8_zo6_h.transit_router_id,
|
|
295
|
+
vpn_id=defaultvr_pzdh.id,
|
|
296
|
+
auto_publish_route_enabled=False,
|
|
297
|
+
charge_type="POSTPAY",
|
|
298
|
+
transit_router_attachment_name="example-vpn-attachment")
|
|
299
|
+
default = alicloud.cen.get_transit_router_vpn_attachments_output(ids=[default_transit_router_vpn_attachment.id],
|
|
300
|
+
cen_id=default_m8_zo6_h.id,
|
|
301
|
+
transit_router_id=default_m8_zo6_h.transit_router_id)
|
|
302
|
+
pulumi.export("alicloudCenTransitRouterVpnAttachmentExampleId", default.attachments[0].id)
|
|
198
303
|
```
|
|
199
304
|
|
|
200
305
|
|
|
201
|
-
:param str cen_id: The
|
|
306
|
+
:param str cen_id: The ID of the Cloud Enterprise Network (CEN) instance.
|
|
202
307
|
:param Sequence[str] ids: A list of Transit Router Vpn Attachment IDs.
|
|
308
|
+
:param str name_regex: A regex string to filter results by Group Metric Rule name.
|
|
203
309
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
204
310
|
:param str status: The Status of Transit Router Vpn Attachment. Valid Value: `Attached`, `Attaching`, `Detaching`.
|
|
205
|
-
:param str
|
|
311
|
+
:param Mapping[str, str] tags: The tag of the resource
|
|
312
|
+
:param str transit_router_attachment_id: The ID of the VPN attachment.
|
|
313
|
+
:param str transit_router_id: The ID of the transit router.
|
|
206
314
|
"""
|
|
207
315
|
__args__ = dict()
|
|
208
316
|
__args__['cenId'] = cen_id
|
|
@@ -210,6 +318,8 @@ def get_transit_router_vpn_attachments_output(cen_id: Optional[pulumi.Input[str]
|
|
|
210
318
|
__args__['nameRegex'] = name_regex
|
|
211
319
|
__args__['outputFile'] = output_file
|
|
212
320
|
__args__['status'] = status
|
|
321
|
+
__args__['tags'] = tags
|
|
322
|
+
__args__['transitRouterAttachmentId'] = transit_router_attachment_id
|
|
213
323
|
__args__['transitRouterId'] = transit_router_id
|
|
214
324
|
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
|
215
325
|
__ret__ = pulumi.runtime.invoke_output('alicloud:cen/getTransitRouterVpnAttachments:getTransitRouterVpnAttachments', __args__, opts=opts, typ=GetTransitRouterVpnAttachmentsResult)
|
|
@@ -222,4 +332,6 @@ def get_transit_router_vpn_attachments_output(cen_id: Optional[pulumi.Input[str]
|
|
|
222
332
|
names=pulumi.get(__response__, 'names'),
|
|
223
333
|
output_file=pulumi.get(__response__, 'output_file'),
|
|
224
334
|
status=pulumi.get(__response__, 'status'),
|
|
335
|
+
tags=pulumi.get(__response__, 'tags'),
|
|
336
|
+
transit_router_attachment_id=pulumi.get(__response__, 'transit_router_attachment_id'),
|
|
225
337
|
transit_router_id=pulumi.get(__response__, 'transit_router_id')))
|