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
|
@@ -30,13 +30,20 @@ class ServerGroupServerAttachmentArgs:
|
|
|
30
30
|
The set of arguments for constructing a ServerGroupServerAttachment resource.
|
|
31
31
|
:param pulumi.Input[str] server_group_id: The ID of the server group.
|
|
32
32
|
:param pulumi.Input[str] server_id: The ID of the server.
|
|
33
|
-
|
|
34
|
-
- If the server group type is
|
|
35
|
-
|
|
36
|
-
:param pulumi.Input[str]
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
|
|
34
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
35
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
36
|
+
:param pulumi.Input[str] server_type: The type of the backend server. Valid values:
|
|
37
|
+
|
|
38
|
+
- `Ecs`: ECS instance
|
|
39
|
+
- `Eni`: ENI
|
|
40
|
+
- `Eci`: an elastic container instance
|
|
41
|
+
- `Ip`: an IP address
|
|
42
|
+
:param pulumi.Input[str] description: The description of the servers.
|
|
43
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
44
|
+
:param pulumi.Input[int] port: The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
45
|
+
:param pulumi.Input[str] server_ip: The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
46
|
+
:param pulumi.Input[int] weight: The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
40
47
|
"""
|
|
41
48
|
pulumi.set(__self__, "server_group_id", server_group_id)
|
|
42
49
|
pulumi.set(__self__, "server_id", server_id)
|
|
@@ -67,8 +74,9 @@ class ServerGroupServerAttachmentArgs:
|
|
|
67
74
|
def server_id(self) -> pulumi.Input[str]:
|
|
68
75
|
"""
|
|
69
76
|
The ID of the server.
|
|
70
|
-
|
|
71
|
-
- If the server group type is
|
|
77
|
+
|
|
78
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
79
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
72
80
|
"""
|
|
73
81
|
return pulumi.get(self, "server_id")
|
|
74
82
|
|
|
@@ -80,7 +88,12 @@ class ServerGroupServerAttachmentArgs:
|
|
|
80
88
|
@pulumi.getter(name="serverType")
|
|
81
89
|
def server_type(self) -> pulumi.Input[str]:
|
|
82
90
|
"""
|
|
83
|
-
The type of the backend server. Valid values:
|
|
91
|
+
The type of the backend server. Valid values:
|
|
92
|
+
|
|
93
|
+
- `Ecs`: ECS instance
|
|
94
|
+
- `Eni`: ENI
|
|
95
|
+
- `Eci`: an elastic container instance
|
|
96
|
+
- `Ip`: an IP address
|
|
84
97
|
"""
|
|
85
98
|
return pulumi.get(self, "server_type")
|
|
86
99
|
|
|
@@ -92,7 +105,8 @@ class ServerGroupServerAttachmentArgs:
|
|
|
92
105
|
@pulumi.getter
|
|
93
106
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
94
107
|
"""
|
|
95
|
-
The description of the servers.
|
|
108
|
+
The description of the servers.
|
|
109
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
96
110
|
"""
|
|
97
111
|
return pulumi.get(self, "description")
|
|
98
112
|
|
|
@@ -104,7 +118,7 @@ class ServerGroupServerAttachmentArgs:
|
|
|
104
118
|
@pulumi.getter
|
|
105
119
|
def port(self) -> Optional[pulumi.Input[int]]:
|
|
106
120
|
"""
|
|
107
|
-
The port used by the backend server. Valid values: 1 to 65535
|
|
121
|
+
The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
108
122
|
"""
|
|
109
123
|
return pulumi.get(self, "port")
|
|
110
124
|
|
|
@@ -116,7 +130,7 @@ class ServerGroupServerAttachmentArgs:
|
|
|
116
130
|
@pulumi.getter(name="serverIp")
|
|
117
131
|
def server_ip(self) -> Optional[pulumi.Input[str]]:
|
|
118
132
|
"""
|
|
119
|
-
The IP address of the server. If the server group type is Ip
|
|
133
|
+
The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
120
134
|
"""
|
|
121
135
|
return pulumi.get(self, "server_ip")
|
|
122
136
|
|
|
@@ -128,7 +142,7 @@ class ServerGroupServerAttachmentArgs:
|
|
|
128
142
|
@pulumi.getter
|
|
129
143
|
def weight(self) -> Optional[pulumi.Input[int]]:
|
|
130
144
|
"""
|
|
131
|
-
The weight of the backend server. Valid values: 0 to 100
|
|
145
|
+
The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
132
146
|
"""
|
|
133
147
|
return pulumi.get(self, "weight")
|
|
134
148
|
|
|
@@ -151,17 +165,24 @@ class _ServerGroupServerAttachmentState:
|
|
|
151
165
|
zone_id: Optional[pulumi.Input[str]] = None):
|
|
152
166
|
"""
|
|
153
167
|
Input properties used for looking up and filtering ServerGroupServerAttachment resources.
|
|
154
|
-
:param pulumi.Input[str] description: The description of the servers.
|
|
155
|
-
|
|
168
|
+
:param pulumi.Input[str] description: The description of the servers.
|
|
169
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
170
|
+
:param pulumi.Input[int] port: The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
156
171
|
:param pulumi.Input[str] server_group_id: The ID of the server group.
|
|
157
172
|
:param pulumi.Input[str] server_id: The ID of the server.
|
|
158
|
-
|
|
159
|
-
- If the server group type is
|
|
160
|
-
|
|
161
|
-
:param pulumi.Input[str]
|
|
162
|
-
:param pulumi.Input[str]
|
|
163
|
-
|
|
164
|
-
|
|
173
|
+
|
|
174
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
175
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
176
|
+
:param pulumi.Input[str] server_ip: The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
177
|
+
:param pulumi.Input[str] server_type: The type of the backend server. Valid values:
|
|
178
|
+
|
|
179
|
+
- `Ecs`: ECS instance
|
|
180
|
+
- `Eni`: ENI
|
|
181
|
+
- `Eci`: an elastic container instance
|
|
182
|
+
- `Ip`: an IP address
|
|
183
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
184
|
+
:param pulumi.Input[int] weight: The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
185
|
+
:param pulumi.Input[str] zone_id: The zone ID of the server.
|
|
165
186
|
"""
|
|
166
187
|
if description is not None:
|
|
167
188
|
pulumi.set(__self__, "description", description)
|
|
@@ -186,7 +207,8 @@ class _ServerGroupServerAttachmentState:
|
|
|
186
207
|
@pulumi.getter
|
|
187
208
|
def description(self) -> Optional[pulumi.Input[str]]:
|
|
188
209
|
"""
|
|
189
|
-
The description of the servers.
|
|
210
|
+
The description of the servers.
|
|
211
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
190
212
|
"""
|
|
191
213
|
return pulumi.get(self, "description")
|
|
192
214
|
|
|
@@ -198,7 +220,7 @@ class _ServerGroupServerAttachmentState:
|
|
|
198
220
|
@pulumi.getter
|
|
199
221
|
def port(self) -> Optional[pulumi.Input[int]]:
|
|
200
222
|
"""
|
|
201
|
-
The port used by the backend server. Valid values: 1 to 65535
|
|
223
|
+
The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
202
224
|
"""
|
|
203
225
|
return pulumi.get(self, "port")
|
|
204
226
|
|
|
@@ -223,8 +245,9 @@ class _ServerGroupServerAttachmentState:
|
|
|
223
245
|
def server_id(self) -> Optional[pulumi.Input[str]]:
|
|
224
246
|
"""
|
|
225
247
|
The ID of the server.
|
|
226
|
-
|
|
227
|
-
- If the server group type is
|
|
248
|
+
|
|
249
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
250
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
228
251
|
"""
|
|
229
252
|
return pulumi.get(self, "server_id")
|
|
230
253
|
|
|
@@ -236,7 +259,7 @@ class _ServerGroupServerAttachmentState:
|
|
|
236
259
|
@pulumi.getter(name="serverIp")
|
|
237
260
|
def server_ip(self) -> Optional[pulumi.Input[str]]:
|
|
238
261
|
"""
|
|
239
|
-
The IP address of the server. If the server group type is Ip
|
|
262
|
+
The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
240
263
|
"""
|
|
241
264
|
return pulumi.get(self, "server_ip")
|
|
242
265
|
|
|
@@ -248,7 +271,12 @@ class _ServerGroupServerAttachmentState:
|
|
|
248
271
|
@pulumi.getter(name="serverType")
|
|
249
272
|
def server_type(self) -> Optional[pulumi.Input[str]]:
|
|
250
273
|
"""
|
|
251
|
-
The type of the backend server. Valid values:
|
|
274
|
+
The type of the backend server. Valid values:
|
|
275
|
+
|
|
276
|
+
- `Ecs`: ECS instance
|
|
277
|
+
- `Eni`: ENI
|
|
278
|
+
- `Eci`: an elastic container instance
|
|
279
|
+
- `Ip`: an IP address
|
|
252
280
|
"""
|
|
253
281
|
return pulumi.get(self, "server_type")
|
|
254
282
|
|
|
@@ -260,7 +288,7 @@ class _ServerGroupServerAttachmentState:
|
|
|
260
288
|
@pulumi.getter
|
|
261
289
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
262
290
|
"""
|
|
263
|
-
The status of the resource
|
|
291
|
+
The status of the resource
|
|
264
292
|
"""
|
|
265
293
|
return pulumi.get(self, "status")
|
|
266
294
|
|
|
@@ -272,7 +300,7 @@ class _ServerGroupServerAttachmentState:
|
|
|
272
300
|
@pulumi.getter
|
|
273
301
|
def weight(self) -> Optional[pulumi.Input[int]]:
|
|
274
302
|
"""
|
|
275
|
-
The weight of the backend server. Valid values: 0 to 100
|
|
303
|
+
The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
276
304
|
"""
|
|
277
305
|
return pulumi.get(self, "weight")
|
|
278
306
|
|
|
@@ -284,7 +312,7 @@ class _ServerGroupServerAttachmentState:
|
|
|
284
312
|
@pulumi.getter(name="zoneId")
|
|
285
313
|
def zone_id(self) -> Optional[pulumi.Input[str]]:
|
|
286
314
|
"""
|
|
287
|
-
The
|
|
315
|
+
The zone ID of the server.
|
|
288
316
|
"""
|
|
289
317
|
return pulumi.get(self, "zone_id")
|
|
290
318
|
|
|
@@ -307,9 +335,11 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
307
335
|
weight: Optional[pulumi.Input[int]] = None,
|
|
308
336
|
__props__=None):
|
|
309
337
|
"""
|
|
310
|
-
Provides a NLB Server Group Server Attachment resource.
|
|
338
|
+
Provides a Network Load Balancer (NLB) Server Group Server Attachment resource.
|
|
311
339
|
|
|
312
|
-
|
|
340
|
+
Network Server Load Balancer.
|
|
341
|
+
|
|
342
|
+
For information about Network Load Balancer (NLB) Server Group Server Attachment and how to use it, see [What is Server Group Server Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/addserverstoservergroup-nlb).
|
|
313
343
|
|
|
314
344
|
> **NOTE:** Available since v1.192.0.
|
|
315
345
|
|
|
@@ -352,23 +382,30 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
352
382
|
|
|
353
383
|
## Import
|
|
354
384
|
|
|
355
|
-
NLB Server Group Server Attachment can be imported using the id, e.g.
|
|
385
|
+
Network Load Balancer (NLB) Server Group Server Attachment can be imported using the id, e.g.
|
|
356
386
|
|
|
357
387
|
```sh
|
|
358
|
-
$ pulumi import alicloud:nlb/serverGroupServerAttachment:ServerGroupServerAttachment example <server_group_id
|
|
388
|
+
$ pulumi import alicloud:nlb/serverGroupServerAttachment:ServerGroupServerAttachment example <server_group_id>_<server_id>_<server_ip>_<server_type>_<port>
|
|
359
389
|
```
|
|
360
390
|
|
|
361
391
|
:param str resource_name: The name of the resource.
|
|
362
392
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
363
|
-
:param pulumi.Input[str] description: The description of the servers.
|
|
364
|
-
|
|
393
|
+
:param pulumi.Input[str] description: The description of the servers.
|
|
394
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
395
|
+
:param pulumi.Input[int] port: The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
365
396
|
:param pulumi.Input[str] server_group_id: The ID of the server group.
|
|
366
397
|
:param pulumi.Input[str] server_id: The ID of the server.
|
|
367
|
-
|
|
368
|
-
- If the server group type is
|
|
369
|
-
|
|
370
|
-
:param pulumi.Input[str]
|
|
371
|
-
:param pulumi.Input[
|
|
398
|
+
|
|
399
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
400
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
401
|
+
:param pulumi.Input[str] server_ip: The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
402
|
+
:param pulumi.Input[str] server_type: The type of the backend server. Valid values:
|
|
403
|
+
|
|
404
|
+
- `Ecs`: ECS instance
|
|
405
|
+
- `Eni`: ENI
|
|
406
|
+
- `Eci`: an elastic container instance
|
|
407
|
+
- `Ip`: an IP address
|
|
408
|
+
:param pulumi.Input[int] weight: The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
372
409
|
"""
|
|
373
410
|
...
|
|
374
411
|
@overload
|
|
@@ -377,9 +414,11 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
377
414
|
args: ServerGroupServerAttachmentArgs,
|
|
378
415
|
opts: Optional[pulumi.ResourceOptions] = None):
|
|
379
416
|
"""
|
|
380
|
-
Provides a NLB Server Group Server Attachment resource.
|
|
417
|
+
Provides a Network Load Balancer (NLB) Server Group Server Attachment resource.
|
|
418
|
+
|
|
419
|
+
Network Server Load Balancer.
|
|
381
420
|
|
|
382
|
-
For information about NLB Server Group Server Attachment and how to use it, see [What is Server Group Server Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/addserverstoservergroup-nlb).
|
|
421
|
+
For information about Network Load Balancer (NLB) Server Group Server Attachment and how to use it, see [What is Server Group Server Attachment](https://www.alibabacloud.com/help/en/server-load-balancer/latest/addserverstoservergroup-nlb).
|
|
383
422
|
|
|
384
423
|
> **NOTE:** Available since v1.192.0.
|
|
385
424
|
|
|
@@ -422,10 +461,10 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
422
461
|
|
|
423
462
|
## Import
|
|
424
463
|
|
|
425
|
-
NLB Server Group Server Attachment can be imported using the id, e.g.
|
|
464
|
+
Network Load Balancer (NLB) Server Group Server Attachment can be imported using the id, e.g.
|
|
426
465
|
|
|
427
466
|
```sh
|
|
428
|
-
$ pulumi import alicloud:nlb/serverGroupServerAttachment:ServerGroupServerAttachment example <server_group_id
|
|
467
|
+
$ pulumi import alicloud:nlb/serverGroupServerAttachment:ServerGroupServerAttachment example <server_group_id>_<server_id>_<server_ip>_<server_type>_<port>
|
|
429
468
|
```
|
|
430
469
|
|
|
431
470
|
:param str resource_name: The name of the resource.
|
|
@@ -500,17 +539,24 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
500
539
|
:param str resource_name: The unique name of the resulting resource.
|
|
501
540
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
502
541
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
503
|
-
:param pulumi.Input[str] description: The description of the servers.
|
|
504
|
-
|
|
542
|
+
:param pulumi.Input[str] description: The description of the servers.
|
|
543
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
544
|
+
:param pulumi.Input[int] port: The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
505
545
|
:param pulumi.Input[str] server_group_id: The ID of the server group.
|
|
506
546
|
:param pulumi.Input[str] server_id: The ID of the server.
|
|
507
|
-
|
|
508
|
-
- If the server group type is
|
|
509
|
-
|
|
510
|
-
:param pulumi.Input[str]
|
|
511
|
-
:param pulumi.Input[str]
|
|
512
|
-
|
|
513
|
-
|
|
547
|
+
|
|
548
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
549
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
550
|
+
:param pulumi.Input[str] server_ip: The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
551
|
+
:param pulumi.Input[str] server_type: The type of the backend server. Valid values:
|
|
552
|
+
|
|
553
|
+
- `Ecs`: ECS instance
|
|
554
|
+
- `Eni`: ENI
|
|
555
|
+
- `Eci`: an elastic container instance
|
|
556
|
+
- `Ip`: an IP address
|
|
557
|
+
:param pulumi.Input[str] status: The status of the resource
|
|
558
|
+
:param pulumi.Input[int] weight: The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
559
|
+
:param pulumi.Input[str] zone_id: The zone ID of the server.
|
|
514
560
|
"""
|
|
515
561
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
516
562
|
|
|
@@ -531,7 +577,8 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
531
577
|
@pulumi.getter
|
|
532
578
|
def description(self) -> pulumi.Output[Optional[str]]:
|
|
533
579
|
"""
|
|
534
|
-
The description of the servers.
|
|
580
|
+
The description of the servers.
|
|
581
|
+
The description must be 2 to 256 characters in length, and can contain letters, digits, commas (,), periods (.), semicolons (;), forward slashes (/), at signs (@), underscores (\\_), and hyphens (-).
|
|
535
582
|
"""
|
|
536
583
|
return pulumi.get(self, "description")
|
|
537
584
|
|
|
@@ -539,7 +586,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
539
586
|
@pulumi.getter
|
|
540
587
|
def port(self) -> pulumi.Output[int]:
|
|
541
588
|
"""
|
|
542
|
-
The port used by the backend server. Valid values: 1 to 65535
|
|
589
|
+
The port that is used by the backend server. Valid values: `1` to `65535`.
|
|
543
590
|
"""
|
|
544
591
|
return pulumi.get(self, "port")
|
|
545
592
|
|
|
@@ -556,8 +603,9 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
556
603
|
def server_id(self) -> pulumi.Output[str]:
|
|
557
604
|
"""
|
|
558
605
|
The ID of the server.
|
|
559
|
-
|
|
560
|
-
- If the server group type is
|
|
606
|
+
|
|
607
|
+
- If the server group type is `Instance`, set the ServerId parameter to the ID of an Elastic Compute Service (ECS) instance, an elastic network interface (ENI), or an elastic container instance. These backend servers are specified by `Ecs`, `Eni`, or `Eci`.
|
|
608
|
+
- If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
561
609
|
"""
|
|
562
610
|
return pulumi.get(self, "server_id")
|
|
563
611
|
|
|
@@ -565,7 +613,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
565
613
|
@pulumi.getter(name="serverIp")
|
|
566
614
|
def server_ip(self) -> pulumi.Output[str]:
|
|
567
615
|
"""
|
|
568
|
-
The IP address of the server. If the server group type is Ip
|
|
616
|
+
The IP address of the server. If the server group type is `Ip`, set the ServerId parameter to an IP address.
|
|
569
617
|
"""
|
|
570
618
|
return pulumi.get(self, "server_ip")
|
|
571
619
|
|
|
@@ -573,7 +621,12 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
573
621
|
@pulumi.getter(name="serverType")
|
|
574
622
|
def server_type(self) -> pulumi.Output[str]:
|
|
575
623
|
"""
|
|
576
|
-
The type of the backend server. Valid values:
|
|
624
|
+
The type of the backend server. Valid values:
|
|
625
|
+
|
|
626
|
+
- `Ecs`: ECS instance
|
|
627
|
+
- `Eni`: ENI
|
|
628
|
+
- `Eci`: an elastic container instance
|
|
629
|
+
- `Ip`: an IP address
|
|
577
630
|
"""
|
|
578
631
|
return pulumi.get(self, "server_type")
|
|
579
632
|
|
|
@@ -581,7 +634,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
581
634
|
@pulumi.getter
|
|
582
635
|
def status(self) -> pulumi.Output[str]:
|
|
583
636
|
"""
|
|
584
|
-
The status of the resource
|
|
637
|
+
The status of the resource
|
|
585
638
|
"""
|
|
586
639
|
return pulumi.get(self, "status")
|
|
587
640
|
|
|
@@ -589,7 +642,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
589
642
|
@pulumi.getter
|
|
590
643
|
def weight(self) -> pulumi.Output[int]:
|
|
591
644
|
"""
|
|
592
|
-
The weight of the backend server. Valid values: 0 to 100
|
|
645
|
+
The weight of the backend server. Valid values: `0` to `100`. Default value: `100`. If the weight of a backend server is set to `0`, no requests are forwarded to the backend server.
|
|
593
646
|
"""
|
|
594
647
|
return pulumi.get(self, "weight")
|
|
595
648
|
|
|
@@ -597,7 +650,7 @@ class ServerGroupServerAttachment(pulumi.CustomResource):
|
|
|
597
650
|
@pulumi.getter(name="zoneId")
|
|
598
651
|
def zone_id(self) -> pulumi.Output[str]:
|
|
599
652
|
"""
|
|
600
|
-
The
|
|
653
|
+
The zone ID of the server.
|
|
601
654
|
"""
|
|
602
655
|
return pulumi.get(self, "zone_id")
|
|
603
656
|
|
pulumi_alicloud/oss/__init__.py
CHANGED
|
@@ -24,6 +24,7 @@ from .bucket_referer import *
|
|
|
24
24
|
from .bucket_replication import *
|
|
25
25
|
from .bucket_request_payment import *
|
|
26
26
|
from .bucket_server_side_encryption import *
|
|
27
|
+
from .bucket_style import *
|
|
27
28
|
from .bucket_transfer_acceleration import *
|
|
28
29
|
from .bucket_user_defined_log_fields import *
|
|
29
30
|
from .bucket_versioning import *
|
pulumi_alicloud/oss/_inputs.py
CHANGED
|
@@ -1763,6 +1763,10 @@ if not MYPY:
|
|
|
1763
1763
|
"""
|
|
1764
1764
|
The server-side encryption algorithm to use. Possible values: `AES256` and `KMS`.
|
|
1765
1765
|
"""
|
|
1766
|
+
kms_data_encryption: NotRequired[pulumi.Input[str]]
|
|
1767
|
+
"""
|
|
1768
|
+
The algorithm used to encrypt objects. If this element is not specified, objects are encrypted with AES256. This element is valid only when the value of SSEAlgorithm is set to KMS. Valid values: `SM4`.
|
|
1769
|
+
"""
|
|
1766
1770
|
kms_master_key_id: NotRequired[pulumi.Input[str]]
|
|
1767
1771
|
"""
|
|
1768
1772
|
The alibaba cloud KMS master key ID used for the SSE-KMS encryption.
|
|
@@ -1774,12 +1778,16 @@ elif False:
|
|
|
1774
1778
|
class BucketServerSideEncryptionRuleArgs:
|
|
1775
1779
|
def __init__(__self__, *,
|
|
1776
1780
|
sse_algorithm: pulumi.Input[str],
|
|
1781
|
+
kms_data_encryption: Optional[pulumi.Input[str]] = None,
|
|
1777
1782
|
kms_master_key_id: Optional[pulumi.Input[str]] = None):
|
|
1778
1783
|
"""
|
|
1779
1784
|
:param pulumi.Input[str] sse_algorithm: The server-side encryption algorithm to use. Possible values: `AES256` and `KMS`.
|
|
1785
|
+
:param pulumi.Input[str] kms_data_encryption: The algorithm used to encrypt objects. If this element is not specified, objects are encrypted with AES256. This element is valid only when the value of SSEAlgorithm is set to KMS. Valid values: `SM4`.
|
|
1780
1786
|
:param pulumi.Input[str] kms_master_key_id: The alibaba cloud KMS master key ID used for the SSE-KMS encryption.
|
|
1781
1787
|
"""
|
|
1782
1788
|
pulumi.set(__self__, "sse_algorithm", sse_algorithm)
|
|
1789
|
+
if kms_data_encryption is not None:
|
|
1790
|
+
pulumi.set(__self__, "kms_data_encryption", kms_data_encryption)
|
|
1783
1791
|
if kms_master_key_id is not None:
|
|
1784
1792
|
pulumi.set(__self__, "kms_master_key_id", kms_master_key_id)
|
|
1785
1793
|
|
|
@@ -1795,6 +1803,18 @@ class BucketServerSideEncryptionRuleArgs:
|
|
|
1795
1803
|
def sse_algorithm(self, value: pulumi.Input[str]):
|
|
1796
1804
|
pulumi.set(self, "sse_algorithm", value)
|
|
1797
1805
|
|
|
1806
|
+
@property
|
|
1807
|
+
@pulumi.getter(name="kmsDataEncryption")
|
|
1808
|
+
def kms_data_encryption(self) -> Optional[pulumi.Input[str]]:
|
|
1809
|
+
"""
|
|
1810
|
+
The algorithm used to encrypt objects. If this element is not specified, objects are encrypted with AES256. This element is valid only when the value of SSEAlgorithm is set to KMS. Valid values: `SM4`.
|
|
1811
|
+
"""
|
|
1812
|
+
return pulumi.get(self, "kms_data_encryption")
|
|
1813
|
+
|
|
1814
|
+
@kms_data_encryption.setter
|
|
1815
|
+
def kms_data_encryption(self, value: Optional[pulumi.Input[str]]):
|
|
1816
|
+
pulumi.set(self, "kms_data_encryption", value)
|
|
1817
|
+
|
|
1798
1818
|
@property
|
|
1799
1819
|
@pulumi.getter(name="kmsMasterKeyId")
|
|
1800
1820
|
def kms_master_key_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -231,7 +231,7 @@ class AccessPoint(pulumi.CustomResource):
|
|
|
231
231
|
|
|
232
232
|
You can create multiple Access points for buckets and configure different Access control permissions and network control policies for different Access points.
|
|
233
233
|
|
|
234
|
-
For information about OSS Access Point and how to use it, see [What is Access Point](https://www.alibabacloud.com/help/en/).
|
|
234
|
+
For information about OSS Access Point and how to use it, see [What is Access Point](https://www.alibabacloud.com/help/en/oss/developer-reference/createaccesspoint).
|
|
235
235
|
|
|
236
236
|
> **NOTE:** Available since v1.240.0.
|
|
237
237
|
|
|
@@ -289,7 +289,7 @@ class AccessPoint(pulumi.CustomResource):
|
|
|
289
289
|
|
|
290
290
|
You can create multiple Access points for buckets and configure different Access control permissions and network control policies for different Access points.
|
|
291
291
|
|
|
292
|
-
For information about OSS Access Point and how to use it, see [What is Access Point](https://www.alibabacloud.com/help/en/).
|
|
292
|
+
For information about OSS Access Point and how to use it, see [What is Access Point](https://www.alibabacloud.com/help/en/oss/developer-reference/createaccesspoint).
|
|
293
293
|
|
|
294
294
|
> **NOTE:** Available since v1.240.0.
|
|
295
295
|
|
|
@@ -257,7 +257,7 @@ class BucketCname(pulumi.CustomResource):
|
|
|
257
257
|
|
|
258
258
|
Customizing Bucket domains.
|
|
259
259
|
|
|
260
|
-
For information about OSS Bucket Cname and how to use it, see [What is Bucket Cname](https://www.alibabacloud.com/help/en/).
|
|
260
|
+
For information about OSS Bucket Cname and how to use it, see [What is Bucket Cname](https://www.alibabacloud.com/help/en/oss/developer-reference/putcname).
|
|
261
261
|
|
|
262
262
|
> **NOTE:** Available since v1.233.0.
|
|
263
263
|
|
|
@@ -321,7 +321,7 @@ class BucketCname(pulumi.CustomResource):
|
|
|
321
321
|
|
|
322
322
|
Customizing Bucket domains.
|
|
323
323
|
|
|
324
|
-
For information about OSS Bucket Cname and how to use it, see [What is Bucket Cname](https://www.alibabacloud.com/help/en/).
|
|
324
|
+
For information about OSS Bucket Cname and how to use it, see [What is Bucket Cname](https://www.alibabacloud.com/help/en/oss/developer-reference/putcname).
|
|
325
325
|
|
|
326
326
|
> **NOTE:** Available since v1.233.0.
|
|
327
327
|
|
|
@@ -140,7 +140,7 @@ class BucketCors(pulumi.CustomResource):
|
|
|
140
140
|
"""
|
|
141
141
|
Provides a OSS Bucket Cors resource. Cross-Origin Resource Sharing (CORS) allows web applications to access resources in other regions.
|
|
142
142
|
|
|
143
|
-
For information about OSS Bucket Cors and how to use it, see [What is Bucket Cors](https://www.alibabacloud.com/help/en/).
|
|
143
|
+
For information about OSS Bucket Cors and how to use it, see [What is Bucket Cors](https://www.alibabacloud.com/help/en/oss/developer-reference/putbucketcors).
|
|
144
144
|
|
|
145
145
|
> **NOTE:** Available since v1.223.0.
|
|
146
146
|
|
|
@@ -199,7 +199,7 @@ class BucketCors(pulumi.CustomResource):
|
|
|
199
199
|
"""
|
|
200
200
|
Provides a OSS Bucket Cors resource. Cross-Origin Resource Sharing (CORS) allows web applications to access resources in other regions.
|
|
201
201
|
|
|
202
|
-
For information about OSS Bucket Cors and how to use it, see [What is Bucket Cors](https://www.alibabacloud.com/help/en/).
|
|
202
|
+
For information about OSS Bucket Cors and how to use it, see [What is Bucket Cors](https://www.alibabacloud.com/help/en/oss/developer-reference/putbucketcors).
|
|
203
203
|
|
|
204
204
|
> **NOTE:** Available since v1.223.0.
|
|
205
205
|
|