pulumi-alicloud 3.76.0a1743484854__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.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/RECORD +237 -197
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.76.0a1743484854.dist-info → pulumi_alicloud-3.76.0a1744139894.dist-info}/top_level.txt +0 -0
|
@@ -20,31 +20,52 @@ __all__ = ['TransitRouteTableAggregationArgs', 'TransitRouteTableAggregation']
|
|
|
20
20
|
class TransitRouteTableAggregationArgs:
|
|
21
21
|
def __init__(__self__, *,
|
|
22
22
|
transit_route_table_aggregation_cidr: pulumi.Input[str],
|
|
23
|
-
transit_route_table_aggregation_scope: pulumi.Input[str],
|
|
24
23
|
transit_route_table_id: pulumi.Input[str],
|
|
25
24
|
transit_route_table_aggregation_description: Optional[pulumi.Input[str]] = None,
|
|
26
|
-
transit_route_table_aggregation_name: Optional[pulumi.Input[str]] = None
|
|
25
|
+
transit_route_table_aggregation_name: Optional[pulumi.Input[str]] = None,
|
|
26
|
+
transit_route_table_aggregation_scope: Optional[pulumi.Input[str]] = None,
|
|
27
|
+
transit_route_table_aggregation_scope_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
27
28
|
"""
|
|
28
29
|
The set of arguments for constructing a TransitRouteTableAggregation resource.
|
|
29
|
-
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
31
|
+
|
|
32
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
33
|
+
|
|
34
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
35
|
+
|
|
36
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
37
|
+
:param pulumi.Input[str] transit_route_table_id: The list of route table IDs of the Enterprise Edition transit router.
|
|
38
|
+
:param pulumi.Input[str] transit_route_table_aggregation_description: The list of propagation ranges of the aggregation route.
|
|
39
|
+
|
|
40
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
33
41
|
:param pulumi.Input[str] transit_route_table_aggregation_name: The name of the aggregate route.
|
|
42
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
43
|
+
:param pulumi.Input[str] transit_route_table_aggregation_scope: The scope of networks that you want to advertise the aggregate route.
|
|
44
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
45
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] transit_route_table_aggregation_scope_lists: Aggregation Route Scopes
|
|
34
46
|
"""
|
|
35
47
|
pulumi.set(__self__, "transit_route_table_aggregation_cidr", transit_route_table_aggregation_cidr)
|
|
36
|
-
pulumi.set(__self__, "transit_route_table_aggregation_scope", transit_route_table_aggregation_scope)
|
|
37
48
|
pulumi.set(__self__, "transit_route_table_id", transit_route_table_id)
|
|
38
49
|
if transit_route_table_aggregation_description is not None:
|
|
39
50
|
pulumi.set(__self__, "transit_route_table_aggregation_description", transit_route_table_aggregation_description)
|
|
40
51
|
if transit_route_table_aggregation_name is not None:
|
|
41
52
|
pulumi.set(__self__, "transit_route_table_aggregation_name", transit_route_table_aggregation_name)
|
|
53
|
+
if transit_route_table_aggregation_scope is not None:
|
|
54
|
+
pulumi.set(__self__, "transit_route_table_aggregation_scope", transit_route_table_aggregation_scope)
|
|
55
|
+
if transit_route_table_aggregation_scope_lists is not None:
|
|
56
|
+
pulumi.set(__self__, "transit_route_table_aggregation_scope_lists", transit_route_table_aggregation_scope_lists)
|
|
42
57
|
|
|
43
58
|
@property
|
|
44
59
|
@pulumi.getter(name="transitRouteTableAggregationCidr")
|
|
45
60
|
def transit_route_table_aggregation_cidr(self) -> pulumi.Input[str]:
|
|
46
61
|
"""
|
|
47
|
-
The destination CIDR block of the aggregate route.
|
|
62
|
+
The destination CIDR block of the aggregate route.
|
|
63
|
+
|
|
64
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
65
|
+
|
|
66
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
67
|
+
|
|
68
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
48
69
|
"""
|
|
49
70
|
return pulumi.get(self, "transit_route_table_aggregation_cidr")
|
|
50
71
|
|
|
@@ -52,23 +73,11 @@ class TransitRouteTableAggregationArgs:
|
|
|
52
73
|
def transit_route_table_aggregation_cidr(self, value: pulumi.Input[str]):
|
|
53
74
|
pulumi.set(self, "transit_route_table_aggregation_cidr", value)
|
|
54
75
|
|
|
55
|
-
@property
|
|
56
|
-
@pulumi.getter(name="transitRouteTableAggregationScope")
|
|
57
|
-
def transit_route_table_aggregation_scope(self) -> pulumi.Input[str]:
|
|
58
|
-
"""
|
|
59
|
-
The scope of networks that you want to advertise the aggregate route. Valid Value: `VPC`.
|
|
60
|
-
"""
|
|
61
|
-
return pulumi.get(self, "transit_route_table_aggregation_scope")
|
|
62
|
-
|
|
63
|
-
@transit_route_table_aggregation_scope.setter
|
|
64
|
-
def transit_route_table_aggregation_scope(self, value: pulumi.Input[str]):
|
|
65
|
-
pulumi.set(self, "transit_route_table_aggregation_scope", value)
|
|
66
|
-
|
|
67
76
|
@property
|
|
68
77
|
@pulumi.getter(name="transitRouteTableId")
|
|
69
78
|
def transit_route_table_id(self) -> pulumi.Input[str]:
|
|
70
79
|
"""
|
|
71
|
-
The
|
|
80
|
+
The list of route table IDs of the Enterprise Edition transit router.
|
|
72
81
|
"""
|
|
73
82
|
return pulumi.get(self, "transit_route_table_id")
|
|
74
83
|
|
|
@@ -80,7 +89,9 @@ class TransitRouteTableAggregationArgs:
|
|
|
80
89
|
@pulumi.getter(name="transitRouteTableAggregationDescription")
|
|
81
90
|
def transit_route_table_aggregation_description(self) -> Optional[pulumi.Input[str]]:
|
|
82
91
|
"""
|
|
83
|
-
The
|
|
92
|
+
The list of propagation ranges of the aggregation route.
|
|
93
|
+
|
|
94
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
84
95
|
"""
|
|
85
96
|
return pulumi.get(self, "transit_route_table_aggregation_description")
|
|
86
97
|
|
|
@@ -93,6 +104,7 @@ class TransitRouteTableAggregationArgs:
|
|
|
93
104
|
def transit_route_table_aggregation_name(self) -> Optional[pulumi.Input[str]]:
|
|
94
105
|
"""
|
|
95
106
|
The name of the aggregate route.
|
|
107
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
96
108
|
"""
|
|
97
109
|
return pulumi.get(self, "transit_route_table_aggregation_name")
|
|
98
110
|
|
|
@@ -100,6 +112,31 @@ class TransitRouteTableAggregationArgs:
|
|
|
100
112
|
def transit_route_table_aggregation_name(self, value: Optional[pulumi.Input[str]]):
|
|
101
113
|
pulumi.set(self, "transit_route_table_aggregation_name", value)
|
|
102
114
|
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="transitRouteTableAggregationScope")
|
|
117
|
+
def transit_route_table_aggregation_scope(self) -> Optional[pulumi.Input[str]]:
|
|
118
|
+
"""
|
|
119
|
+
The scope of networks that you want to advertise the aggregate route.
|
|
120
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "transit_route_table_aggregation_scope")
|
|
123
|
+
|
|
124
|
+
@transit_route_table_aggregation_scope.setter
|
|
125
|
+
def transit_route_table_aggregation_scope(self, value: Optional[pulumi.Input[str]]):
|
|
126
|
+
pulumi.set(self, "transit_route_table_aggregation_scope", value)
|
|
127
|
+
|
|
128
|
+
@property
|
|
129
|
+
@pulumi.getter(name="transitRouteTableAggregationScopeLists")
|
|
130
|
+
def transit_route_table_aggregation_scope_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
131
|
+
"""
|
|
132
|
+
Aggregation Route Scopes
|
|
133
|
+
"""
|
|
134
|
+
return pulumi.get(self, "transit_route_table_aggregation_scope_lists")
|
|
135
|
+
|
|
136
|
+
@transit_route_table_aggregation_scope_lists.setter
|
|
137
|
+
def transit_route_table_aggregation_scope_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
138
|
+
pulumi.set(self, "transit_route_table_aggregation_scope_lists", value)
|
|
139
|
+
|
|
103
140
|
|
|
104
141
|
@pulumi.input_type
|
|
105
142
|
class _TransitRouteTableAggregationState:
|
|
@@ -109,15 +146,27 @@ class _TransitRouteTableAggregationState:
|
|
|
109
146
|
transit_route_table_aggregation_description: Optional[pulumi.Input[str]] = None,
|
|
110
147
|
transit_route_table_aggregation_name: Optional[pulumi.Input[str]] = None,
|
|
111
148
|
transit_route_table_aggregation_scope: Optional[pulumi.Input[str]] = None,
|
|
149
|
+
transit_route_table_aggregation_scope_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
112
150
|
transit_route_table_id: Optional[pulumi.Input[str]] = None):
|
|
113
151
|
"""
|
|
114
152
|
Input properties used for looking up and filtering TransitRouteTableAggregation resources.
|
|
115
|
-
:param pulumi.Input[str] status: The status of the
|
|
116
|
-
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
117
|
-
|
|
153
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
154
|
+
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
155
|
+
|
|
156
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
157
|
+
|
|
158
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
159
|
+
|
|
160
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
161
|
+
:param pulumi.Input[str] transit_route_table_aggregation_description: The list of propagation ranges of the aggregation route.
|
|
162
|
+
|
|
163
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
118
164
|
:param pulumi.Input[str] transit_route_table_aggregation_name: The name of the aggregate route.
|
|
119
|
-
|
|
120
|
-
:param pulumi.Input[str]
|
|
165
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
166
|
+
:param pulumi.Input[str] transit_route_table_aggregation_scope: The scope of networks that you want to advertise the aggregate route.
|
|
167
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
168
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] transit_route_table_aggregation_scope_lists: Aggregation Route Scopes
|
|
169
|
+
:param pulumi.Input[str] transit_route_table_id: The list of route table IDs of the Enterprise Edition transit router.
|
|
121
170
|
"""
|
|
122
171
|
if status is not None:
|
|
123
172
|
pulumi.set(__self__, "status", status)
|
|
@@ -129,6 +178,8 @@ class _TransitRouteTableAggregationState:
|
|
|
129
178
|
pulumi.set(__self__, "transit_route_table_aggregation_name", transit_route_table_aggregation_name)
|
|
130
179
|
if transit_route_table_aggregation_scope is not None:
|
|
131
180
|
pulumi.set(__self__, "transit_route_table_aggregation_scope", transit_route_table_aggregation_scope)
|
|
181
|
+
if transit_route_table_aggregation_scope_lists is not None:
|
|
182
|
+
pulumi.set(__self__, "transit_route_table_aggregation_scope_lists", transit_route_table_aggregation_scope_lists)
|
|
132
183
|
if transit_route_table_id is not None:
|
|
133
184
|
pulumi.set(__self__, "transit_route_table_id", transit_route_table_id)
|
|
134
185
|
|
|
@@ -136,7 +187,7 @@ class _TransitRouteTableAggregationState:
|
|
|
136
187
|
@pulumi.getter
|
|
137
188
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
138
189
|
"""
|
|
139
|
-
The status of the
|
|
190
|
+
The status of the resource
|
|
140
191
|
"""
|
|
141
192
|
return pulumi.get(self, "status")
|
|
142
193
|
|
|
@@ -148,7 +199,13 @@ class _TransitRouteTableAggregationState:
|
|
|
148
199
|
@pulumi.getter(name="transitRouteTableAggregationCidr")
|
|
149
200
|
def transit_route_table_aggregation_cidr(self) -> Optional[pulumi.Input[str]]:
|
|
150
201
|
"""
|
|
151
|
-
The destination CIDR block of the aggregate route.
|
|
202
|
+
The destination CIDR block of the aggregate route.
|
|
203
|
+
|
|
204
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
205
|
+
|
|
206
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
207
|
+
|
|
208
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
152
209
|
"""
|
|
153
210
|
return pulumi.get(self, "transit_route_table_aggregation_cidr")
|
|
154
211
|
|
|
@@ -160,7 +217,9 @@ class _TransitRouteTableAggregationState:
|
|
|
160
217
|
@pulumi.getter(name="transitRouteTableAggregationDescription")
|
|
161
218
|
def transit_route_table_aggregation_description(self) -> Optional[pulumi.Input[str]]:
|
|
162
219
|
"""
|
|
163
|
-
The
|
|
220
|
+
The list of propagation ranges of the aggregation route.
|
|
221
|
+
|
|
222
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
164
223
|
"""
|
|
165
224
|
return pulumi.get(self, "transit_route_table_aggregation_description")
|
|
166
225
|
|
|
@@ -173,6 +232,7 @@ class _TransitRouteTableAggregationState:
|
|
|
173
232
|
def transit_route_table_aggregation_name(self) -> Optional[pulumi.Input[str]]:
|
|
174
233
|
"""
|
|
175
234
|
The name of the aggregate route.
|
|
235
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
176
236
|
"""
|
|
177
237
|
return pulumi.get(self, "transit_route_table_aggregation_name")
|
|
178
238
|
|
|
@@ -184,7 +244,8 @@ class _TransitRouteTableAggregationState:
|
|
|
184
244
|
@pulumi.getter(name="transitRouteTableAggregationScope")
|
|
185
245
|
def transit_route_table_aggregation_scope(self) -> Optional[pulumi.Input[str]]:
|
|
186
246
|
"""
|
|
187
|
-
The scope of networks that you want to advertise the aggregate route.
|
|
247
|
+
The scope of networks that you want to advertise the aggregate route.
|
|
248
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
188
249
|
"""
|
|
189
250
|
return pulumi.get(self, "transit_route_table_aggregation_scope")
|
|
190
251
|
|
|
@@ -192,11 +253,23 @@ class _TransitRouteTableAggregationState:
|
|
|
192
253
|
def transit_route_table_aggregation_scope(self, value: Optional[pulumi.Input[str]]):
|
|
193
254
|
pulumi.set(self, "transit_route_table_aggregation_scope", value)
|
|
194
255
|
|
|
256
|
+
@property
|
|
257
|
+
@pulumi.getter(name="transitRouteTableAggregationScopeLists")
|
|
258
|
+
def transit_route_table_aggregation_scope_lists(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
259
|
+
"""
|
|
260
|
+
Aggregation Route Scopes
|
|
261
|
+
"""
|
|
262
|
+
return pulumi.get(self, "transit_route_table_aggregation_scope_lists")
|
|
263
|
+
|
|
264
|
+
@transit_route_table_aggregation_scope_lists.setter
|
|
265
|
+
def transit_route_table_aggregation_scope_lists(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
266
|
+
pulumi.set(self, "transit_route_table_aggregation_scope_lists", value)
|
|
267
|
+
|
|
195
268
|
@property
|
|
196
269
|
@pulumi.getter(name="transitRouteTableId")
|
|
197
270
|
def transit_route_table_id(self) -> Optional[pulumi.Input[str]]:
|
|
198
271
|
"""
|
|
199
|
-
The
|
|
272
|
+
The list of route table IDs of the Enterprise Edition transit router.
|
|
200
273
|
"""
|
|
201
274
|
return pulumi.get(self, "transit_route_table_id")
|
|
202
275
|
|
|
@@ -214,14 +287,15 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
214
287
|
transit_route_table_aggregation_description: Optional[pulumi.Input[str]] = None,
|
|
215
288
|
transit_route_table_aggregation_name: Optional[pulumi.Input[str]] = None,
|
|
216
289
|
transit_route_table_aggregation_scope: Optional[pulumi.Input[str]] = None,
|
|
290
|
+
transit_route_table_aggregation_scope_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
217
291
|
transit_route_table_id: Optional[pulumi.Input[str]] = None,
|
|
218
292
|
__props__=None):
|
|
219
293
|
"""
|
|
220
294
|
Provides a Cloud Enterprise Network (CEN) Transit Route Table Aggregation resource.
|
|
221
295
|
|
|
222
|
-
For information about Cloud Enterprise Network (CEN) Transit Route Table Aggregation and how to use it, see [What is Transit Route Table Aggregation](https://
|
|
296
|
+
For information about Cloud Enterprise Network (CEN) Transit Route Table Aggregation and how to use it, see [What is Transit Route Table Aggregation](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouteTableAggregation).
|
|
223
297
|
|
|
224
|
-
> **NOTE:** Available since v1.
|
|
298
|
+
> **NOTE:** Available since v1.245.0.
|
|
225
299
|
|
|
226
300
|
## Example Usage
|
|
227
301
|
|
|
@@ -251,16 +325,27 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
251
325
|
Cloud Enterprise Network (CEN) Transit Route Table Aggregation can be imported using the id, e.g.
|
|
252
326
|
|
|
253
327
|
```sh
|
|
254
|
-
$ pulumi import alicloud:cen/transitRouteTableAggregation:TransitRouteTableAggregation example <transit_route_table_id
|
|
328
|
+
$ pulumi import alicloud:cen/transitRouteTableAggregation:TransitRouteTableAggregation example <transit_route_table_id>#<transit_route_table_aggregation_cidr>
|
|
255
329
|
```
|
|
256
330
|
|
|
257
331
|
:param str resource_name: The name of the resource.
|
|
258
332
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
259
|
-
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
260
|
-
|
|
333
|
+
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
334
|
+
|
|
335
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
336
|
+
|
|
337
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
338
|
+
|
|
339
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
340
|
+
:param pulumi.Input[str] transit_route_table_aggregation_description: The list of propagation ranges of the aggregation route.
|
|
341
|
+
|
|
342
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
261
343
|
:param pulumi.Input[str] transit_route_table_aggregation_name: The name of the aggregate route.
|
|
262
|
-
|
|
263
|
-
:param pulumi.Input[str]
|
|
344
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
345
|
+
:param pulumi.Input[str] transit_route_table_aggregation_scope: The scope of networks that you want to advertise the aggregate route.
|
|
346
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
347
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] transit_route_table_aggregation_scope_lists: Aggregation Route Scopes
|
|
348
|
+
:param pulumi.Input[str] transit_route_table_id: The list of route table IDs of the Enterprise Edition transit router.
|
|
264
349
|
"""
|
|
265
350
|
...
|
|
266
351
|
@overload
|
|
@@ -271,9 +356,9 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
271
356
|
"""
|
|
272
357
|
Provides a Cloud Enterprise Network (CEN) Transit Route Table Aggregation resource.
|
|
273
358
|
|
|
274
|
-
For information about Cloud Enterprise Network (CEN) Transit Route Table Aggregation and how to use it, see [What is Transit Route Table Aggregation](https://
|
|
359
|
+
For information about Cloud Enterprise Network (CEN) Transit Route Table Aggregation and how to use it, see [What is Transit Route Table Aggregation](https://next.api.alibabacloud.com/document/Cbn/2017-09-12/CreateTransitRouteTableAggregation).
|
|
275
360
|
|
|
276
|
-
> **NOTE:** Available since v1.
|
|
361
|
+
> **NOTE:** Available since v1.245.0.
|
|
277
362
|
|
|
278
363
|
## Example Usage
|
|
279
364
|
|
|
@@ -303,7 +388,7 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
303
388
|
Cloud Enterprise Network (CEN) Transit Route Table Aggregation can be imported using the id, e.g.
|
|
304
389
|
|
|
305
390
|
```sh
|
|
306
|
-
$ pulumi import alicloud:cen/transitRouteTableAggregation:TransitRouteTableAggregation example <transit_route_table_id
|
|
391
|
+
$ pulumi import alicloud:cen/transitRouteTableAggregation:TransitRouteTableAggregation example <transit_route_table_id>#<transit_route_table_aggregation_cidr>
|
|
307
392
|
```
|
|
308
393
|
|
|
309
394
|
:param str resource_name: The name of the resource.
|
|
@@ -325,6 +410,7 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
325
410
|
transit_route_table_aggregation_description: Optional[pulumi.Input[str]] = None,
|
|
326
411
|
transit_route_table_aggregation_name: Optional[pulumi.Input[str]] = None,
|
|
327
412
|
transit_route_table_aggregation_scope: Optional[pulumi.Input[str]] = None,
|
|
413
|
+
transit_route_table_aggregation_scope_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
328
414
|
transit_route_table_id: Optional[pulumi.Input[str]] = None,
|
|
329
415
|
__props__=None):
|
|
330
416
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -340,9 +426,8 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
340
426
|
__props__.__dict__["transit_route_table_aggregation_cidr"] = transit_route_table_aggregation_cidr
|
|
341
427
|
__props__.__dict__["transit_route_table_aggregation_description"] = transit_route_table_aggregation_description
|
|
342
428
|
__props__.__dict__["transit_route_table_aggregation_name"] = transit_route_table_aggregation_name
|
|
343
|
-
if transit_route_table_aggregation_scope is None and not opts.urn:
|
|
344
|
-
raise TypeError("Missing required property 'transit_route_table_aggregation_scope'")
|
|
345
429
|
__props__.__dict__["transit_route_table_aggregation_scope"] = transit_route_table_aggregation_scope
|
|
430
|
+
__props__.__dict__["transit_route_table_aggregation_scope_lists"] = transit_route_table_aggregation_scope_lists
|
|
346
431
|
if transit_route_table_id is None and not opts.urn:
|
|
347
432
|
raise TypeError("Missing required property 'transit_route_table_id'")
|
|
348
433
|
__props__.__dict__["transit_route_table_id"] = transit_route_table_id
|
|
@@ -362,6 +447,7 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
362
447
|
transit_route_table_aggregation_description: Optional[pulumi.Input[str]] = None,
|
|
363
448
|
transit_route_table_aggregation_name: Optional[pulumi.Input[str]] = None,
|
|
364
449
|
transit_route_table_aggregation_scope: Optional[pulumi.Input[str]] = None,
|
|
450
|
+
transit_route_table_aggregation_scope_lists: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
365
451
|
transit_route_table_id: Optional[pulumi.Input[str]] = None) -> 'TransitRouteTableAggregation':
|
|
366
452
|
"""
|
|
367
453
|
Get an existing TransitRouteTableAggregation resource's state with the given name, id, and optional extra
|
|
@@ -370,12 +456,23 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
370
456
|
:param str resource_name: The unique name of the resulting resource.
|
|
371
457
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
372
458
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
373
|
-
:param pulumi.Input[str] status: The status of the
|
|
374
|
-
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
375
|
-
|
|
459
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
460
|
+
:param pulumi.Input[str] transit_route_table_aggregation_cidr: The destination CIDR block of the aggregate route.
|
|
461
|
+
|
|
462
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
463
|
+
|
|
464
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
465
|
+
|
|
466
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
467
|
+
:param pulumi.Input[str] transit_route_table_aggregation_description: The list of propagation ranges of the aggregation route.
|
|
468
|
+
|
|
469
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
376
470
|
:param pulumi.Input[str] transit_route_table_aggregation_name: The name of the aggregate route.
|
|
377
|
-
|
|
378
|
-
:param pulumi.Input[str]
|
|
471
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
472
|
+
:param pulumi.Input[str] transit_route_table_aggregation_scope: The scope of networks that you want to advertise the aggregate route.
|
|
473
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
474
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] transit_route_table_aggregation_scope_lists: Aggregation Route Scopes
|
|
475
|
+
:param pulumi.Input[str] transit_route_table_id: The list of route table IDs of the Enterprise Edition transit router.
|
|
379
476
|
"""
|
|
380
477
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
381
478
|
|
|
@@ -386,6 +483,7 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
386
483
|
__props__.__dict__["transit_route_table_aggregation_description"] = transit_route_table_aggregation_description
|
|
387
484
|
__props__.__dict__["transit_route_table_aggregation_name"] = transit_route_table_aggregation_name
|
|
388
485
|
__props__.__dict__["transit_route_table_aggregation_scope"] = transit_route_table_aggregation_scope
|
|
486
|
+
__props__.__dict__["transit_route_table_aggregation_scope_lists"] = transit_route_table_aggregation_scope_lists
|
|
389
487
|
__props__.__dict__["transit_route_table_id"] = transit_route_table_id
|
|
390
488
|
return TransitRouteTableAggregation(resource_name, opts=opts, __props__=__props__)
|
|
391
489
|
|
|
@@ -393,7 +491,7 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
393
491
|
@pulumi.getter
|
|
394
492
|
def status(self) -> pulumi.Output[str]:
|
|
395
493
|
"""
|
|
396
|
-
The status of the
|
|
494
|
+
The status of the resource
|
|
397
495
|
"""
|
|
398
496
|
return pulumi.get(self, "status")
|
|
399
497
|
|
|
@@ -401,7 +499,13 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
401
499
|
@pulumi.getter(name="transitRouteTableAggregationCidr")
|
|
402
500
|
def transit_route_table_aggregation_cidr(self) -> pulumi.Output[str]:
|
|
403
501
|
"""
|
|
404
|
-
The destination CIDR block of the aggregate route.
|
|
502
|
+
The destination CIDR block of the aggregate route.
|
|
503
|
+
|
|
504
|
+
> **NOTE:** The following CIDR blocks are not supported:
|
|
505
|
+
|
|
506
|
+
> **NOTE:** * CIDR blocks that start with 0 or 100.64.
|
|
507
|
+
|
|
508
|
+
> **NOTE:** * Multicast CIDR blocks, including 224.0.0.1 to 239.255.255.254.
|
|
405
509
|
"""
|
|
406
510
|
return pulumi.get(self, "transit_route_table_aggregation_cidr")
|
|
407
511
|
|
|
@@ -409,7 +513,9 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
409
513
|
@pulumi.getter(name="transitRouteTableAggregationDescription")
|
|
410
514
|
def transit_route_table_aggregation_description(self) -> pulumi.Output[Optional[str]]:
|
|
411
515
|
"""
|
|
412
|
-
The
|
|
516
|
+
The list of propagation ranges of the aggregation route.
|
|
517
|
+
|
|
518
|
+
> **NOTE:** You must specify at least one of the following attributes: Aggregation Scope and Aggregate Scope List. We recommend that you specify the latter. The elements in the two attributes cannot be duplicate.
|
|
413
519
|
"""
|
|
414
520
|
return pulumi.get(self, "transit_route_table_aggregation_description")
|
|
415
521
|
|
|
@@ -418,22 +524,32 @@ class TransitRouteTableAggregation(pulumi.CustomResource):
|
|
|
418
524
|
def transit_route_table_aggregation_name(self) -> pulumi.Output[Optional[str]]:
|
|
419
525
|
"""
|
|
420
526
|
The name of the aggregate route.
|
|
527
|
+
The name can be empty or 1 to 128 characters in length, and cannot start with http:// or https://.
|
|
421
528
|
"""
|
|
422
529
|
return pulumi.get(self, "transit_route_table_aggregation_name")
|
|
423
530
|
|
|
424
531
|
@property
|
|
425
532
|
@pulumi.getter(name="transitRouteTableAggregationScope")
|
|
426
|
-
def transit_route_table_aggregation_scope(self) -> pulumi.Output[str]:
|
|
533
|
+
def transit_route_table_aggregation_scope(self) -> pulumi.Output[Optional[str]]:
|
|
427
534
|
"""
|
|
428
|
-
The scope of networks that you want to advertise the aggregate route.
|
|
535
|
+
The scope of networks that you want to advertise the aggregate route.
|
|
536
|
+
The valid value is `VPC`, which indicates that the aggregate route is advertised to all VPCs that have associated forwarding correlation with the Enterprise Edition transit router and have route synchronization enabled.
|
|
429
537
|
"""
|
|
430
538
|
return pulumi.get(self, "transit_route_table_aggregation_scope")
|
|
431
539
|
|
|
540
|
+
@property
|
|
541
|
+
@pulumi.getter(name="transitRouteTableAggregationScopeLists")
|
|
542
|
+
def transit_route_table_aggregation_scope_lists(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
543
|
+
"""
|
|
544
|
+
Aggregation Route Scopes
|
|
545
|
+
"""
|
|
546
|
+
return pulumi.get(self, "transit_route_table_aggregation_scope_lists")
|
|
547
|
+
|
|
432
548
|
@property
|
|
433
549
|
@pulumi.getter(name="transitRouteTableId")
|
|
434
550
|
def transit_route_table_id(self) -> pulumi.Output[str]:
|
|
435
551
|
"""
|
|
436
|
-
The
|
|
552
|
+
The list of route table IDs of the Enterprise Edition transit router.
|
|
437
553
|
"""
|
|
438
554
|
return pulumi.get(self, "transit_route_table_id")
|
|
439
555
|
|