pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__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.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +244 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/ots/instance.py
CHANGED
|
@@ -25,11 +25,24 @@ class InstanceArgs:
|
|
|
25
25
|
"""
|
|
26
26
|
The set of arguments for constructing a Instance resource.
|
|
27
27
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
28
|
+
* `Any` - Allow all network to access the instance.
|
|
29
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
30
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
31
|
+
|
|
32
|
+
Default to "Any".
|
|
28
33
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
29
34
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
30
35
|
:param pulumi.Input[str] name: The name of the instance.
|
|
31
36
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
37
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
38
|
+
|
|
39
|
+
Default to ["TRUST_PROXY"].
|
|
32
40
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
41
|
+
* `CLASSIC` - Classic network.
|
|
42
|
+
* `VPC` - VPC network.
|
|
43
|
+
* `INTERNET` - Public internet.
|
|
44
|
+
|
|
45
|
+
Default to ["VPC", "CLASSIC"].
|
|
33
46
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
34
47
|
Default to Alibaba Cloud default resource group.
|
|
35
48
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -56,6 +69,11 @@ class InstanceArgs:
|
|
|
56
69
|
def accessed_by(self) -> Optional[pulumi.Input[str]]:
|
|
57
70
|
"""
|
|
58
71
|
The network limitation of accessing instance. Valid values:
|
|
72
|
+
* `Any` - Allow all network to access the instance.
|
|
73
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
74
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
75
|
+
|
|
76
|
+
Default to "Any".
|
|
59
77
|
"""
|
|
60
78
|
return pulumi.get(self, "accessed_by")
|
|
61
79
|
|
|
@@ -104,6 +122,9 @@ class InstanceArgs:
|
|
|
104
122
|
def network_source_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
105
123
|
"""
|
|
106
124
|
The set of request sources that are allowed access. Valid optional values:
|
|
125
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
126
|
+
|
|
127
|
+
Default to ["TRUST_PROXY"].
|
|
107
128
|
"""
|
|
108
129
|
return pulumi.get(self, "network_source_acls")
|
|
109
130
|
|
|
@@ -116,6 +137,11 @@ class InstanceArgs:
|
|
|
116
137
|
def network_type_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
117
138
|
"""
|
|
118
139
|
The set of network types that are allowed access. Valid optional values:
|
|
140
|
+
* `CLASSIC` - Classic network.
|
|
141
|
+
* `VPC` - VPC network.
|
|
142
|
+
* `INTERNET` - Public internet.
|
|
143
|
+
|
|
144
|
+
Default to ["VPC", "CLASSIC"].
|
|
119
145
|
"""
|
|
120
146
|
return pulumi.get(self, "network_type_acls")
|
|
121
147
|
|
|
@@ -163,11 +189,24 @@ class _InstanceState:
|
|
|
163
189
|
"""
|
|
164
190
|
Input properties used for looking up and filtering Instance resources.
|
|
165
191
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
192
|
+
* `Any` - Allow all network to access the instance.
|
|
193
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
194
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
195
|
+
|
|
196
|
+
Default to "Any".
|
|
166
197
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
167
198
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
168
199
|
:param pulumi.Input[str] name: The name of the instance.
|
|
169
200
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
201
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
202
|
+
|
|
203
|
+
Default to ["TRUST_PROXY"].
|
|
170
204
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
205
|
+
* `CLASSIC` - Classic network.
|
|
206
|
+
* `VPC` - VPC network.
|
|
207
|
+
* `INTERNET` - Public internet.
|
|
208
|
+
|
|
209
|
+
Default to ["VPC", "CLASSIC"].
|
|
171
210
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
172
211
|
Default to Alibaba Cloud default resource group.
|
|
173
212
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -194,6 +233,11 @@ class _InstanceState:
|
|
|
194
233
|
def accessed_by(self) -> Optional[pulumi.Input[str]]:
|
|
195
234
|
"""
|
|
196
235
|
The network limitation of accessing instance. Valid values:
|
|
236
|
+
* `Any` - Allow all network to access the instance.
|
|
237
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
238
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
239
|
+
|
|
240
|
+
Default to "Any".
|
|
197
241
|
"""
|
|
198
242
|
return pulumi.get(self, "accessed_by")
|
|
199
243
|
|
|
@@ -242,6 +286,9 @@ class _InstanceState:
|
|
|
242
286
|
def network_source_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
243
287
|
"""
|
|
244
288
|
The set of request sources that are allowed access. Valid optional values:
|
|
289
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
290
|
+
|
|
291
|
+
Default to ["TRUST_PROXY"].
|
|
245
292
|
"""
|
|
246
293
|
return pulumi.get(self, "network_source_acls")
|
|
247
294
|
|
|
@@ -254,6 +301,11 @@ class _InstanceState:
|
|
|
254
301
|
def network_type_acls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
255
302
|
"""
|
|
256
303
|
The set of network types that are allowed access. Valid optional values:
|
|
304
|
+
* `CLASSIC` - Classic network.
|
|
305
|
+
* `VPC` - VPC network.
|
|
306
|
+
* `INTERNET` - Public internet.
|
|
307
|
+
|
|
308
|
+
Default to ["VPC", "CLASSIC"].
|
|
257
309
|
"""
|
|
258
310
|
return pulumi.get(self, "network_type_acls")
|
|
259
311
|
|
|
@@ -342,11 +394,24 @@ class Instance(pulumi.CustomResource):
|
|
|
342
394
|
:param str resource_name: The name of the resource.
|
|
343
395
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
344
396
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
397
|
+
* `Any` - Allow all network to access the instance.
|
|
398
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
399
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
400
|
+
|
|
401
|
+
Default to "Any".
|
|
345
402
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
346
403
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
347
404
|
:param pulumi.Input[str] name: The name of the instance.
|
|
348
405
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
406
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
407
|
+
|
|
408
|
+
Default to ["TRUST_PROXY"].
|
|
349
409
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
410
|
+
* `CLASSIC` - Classic network.
|
|
411
|
+
* `VPC` - VPC network.
|
|
412
|
+
* `INTERNET` - Public internet.
|
|
413
|
+
|
|
414
|
+
Default to ["VPC", "CLASSIC"].
|
|
350
415
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
351
416
|
Default to Alibaba Cloud default resource group.
|
|
352
417
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -461,11 +526,24 @@ class Instance(pulumi.CustomResource):
|
|
|
461
526
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
462
527
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
463
528
|
:param pulumi.Input[str] accessed_by: The network limitation of accessing instance. Valid values:
|
|
529
|
+
* `Any` - Allow all network to access the instance.
|
|
530
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
531
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
532
|
+
|
|
533
|
+
Default to "Any".
|
|
464
534
|
:param pulumi.Input[str] description: The description of the instance. Currently, it does not support modifying.
|
|
465
535
|
:param pulumi.Input[str] instance_type: The type of instance. Valid values are "Capacity" and "HighPerformance". Default to "HighPerformance".
|
|
466
536
|
:param pulumi.Input[str] name: The name of the instance.
|
|
467
537
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_source_acls: The set of request sources that are allowed access. Valid optional values:
|
|
538
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
539
|
+
|
|
540
|
+
Default to ["TRUST_PROXY"].
|
|
468
541
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] network_type_acls: The set of network types that are allowed access. Valid optional values:
|
|
542
|
+
* `CLASSIC` - Classic network.
|
|
543
|
+
* `VPC` - VPC network.
|
|
544
|
+
* `INTERNET` - Public internet.
|
|
545
|
+
|
|
546
|
+
Default to ["VPC", "CLASSIC"].
|
|
469
547
|
:param pulumi.Input[str] resource_group_id: The resource group the instance belongs to.
|
|
470
548
|
Default to Alibaba Cloud default resource group.
|
|
471
549
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the instance.
|
|
@@ -489,6 +567,11 @@ class Instance(pulumi.CustomResource):
|
|
|
489
567
|
def accessed_by(self) -> pulumi.Output[str]:
|
|
490
568
|
"""
|
|
491
569
|
The network limitation of accessing instance. Valid values:
|
|
570
|
+
* `Any` - Allow all network to access the instance.
|
|
571
|
+
* `Vpc` - Only can the attached VPC allow to access the instance.
|
|
572
|
+
* `ConsoleOrVpc` - Allow web console or the attached VPC to access the instance.
|
|
573
|
+
|
|
574
|
+
Default to "Any".
|
|
492
575
|
"""
|
|
493
576
|
return pulumi.get(self, "accessed_by")
|
|
494
577
|
|
|
@@ -521,6 +604,9 @@ class Instance(pulumi.CustomResource):
|
|
|
521
604
|
def network_source_acls(self) -> pulumi.Output[Sequence[str]]:
|
|
522
605
|
"""
|
|
523
606
|
The set of request sources that are allowed access. Valid optional values:
|
|
607
|
+
* `TRUST_PROXY` - Trusted proxy, usually the Alibaba Cloud console.
|
|
608
|
+
|
|
609
|
+
Default to ["TRUST_PROXY"].
|
|
524
610
|
"""
|
|
525
611
|
return pulumi.get(self, "network_source_acls")
|
|
526
612
|
|
|
@@ -529,6 +615,11 @@ class Instance(pulumi.CustomResource):
|
|
|
529
615
|
def network_type_acls(self) -> pulumi.Output[Sequence[str]]:
|
|
530
616
|
"""
|
|
531
617
|
The set of network types that are allowed access. Valid optional values:
|
|
618
|
+
* `CLASSIC` - Classic network.
|
|
619
|
+
* `VPC` - VPC network.
|
|
620
|
+
* `INTERNET` - Public internet.
|
|
621
|
+
|
|
622
|
+
Default to ["VPC", "CLASSIC"].
|
|
532
623
|
"""
|
|
533
624
|
return pulumi.get(self, "network_type_acls")
|
|
534
625
|
|
|
@@ -137,7 +137,7 @@ def get_vpc_endpoint_connections(endpoint_id: Optional[str] = None,
|
|
|
137
137
|
:param int endpoint_owner_id: The endpoint owner id.
|
|
138
138
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
139
139
|
:param str service_id: The ID of the Vpc Endpoint Service.
|
|
140
|
-
:param str status: The status of Vpc Endpoint Connection.
|
|
140
|
+
:param str status: The status of Vpc Endpoint Connection. Valid Values: `Connected`, `Connecting`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting`, `Pending` and `ServiceDeleted`.
|
|
141
141
|
"""
|
|
142
142
|
__args__ = dict()
|
|
143
143
|
__args__['endpointId'] = endpoint_id
|
|
@@ -189,6 +189,6 @@ def get_vpc_endpoint_connections_output(endpoint_id: Optional[pulumi.Input[Optio
|
|
|
189
189
|
:param int endpoint_owner_id: The endpoint owner id.
|
|
190
190
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
191
191
|
:param str service_id: The ID of the Vpc Endpoint Service.
|
|
192
|
-
:param str status: The status of Vpc Endpoint Connection.
|
|
192
|
+
:param str status: The status of Vpc Endpoint Connection. Valid Values: `Connected`, `Connecting`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting`, `Pending` and `ServiceDeleted`.
|
|
193
193
|
"""
|
|
194
194
|
...
|
|
@@ -153,12 +153,12 @@ def get_vpc_endpoint_services(auto_accept_connection: Optional[bool] = None,
|
|
|
153
153
|
```
|
|
154
154
|
|
|
155
155
|
|
|
156
|
-
:param bool auto_accept_connection: Whether to automatically accept terminal node connections
|
|
156
|
+
:param bool auto_accept_connection: Whether to automatically accept terminal node connections.
|
|
157
157
|
:param Sequence[str] ids: A list of Vpc Endpoint Service IDs.
|
|
158
158
|
:param str name_regex: A regex string to filter results by Vpc Endpoint Service name.
|
|
159
159
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
160
|
-
:param str service_business_status: The business status of the terminal node service
|
|
161
|
-
:param str status: The Status of Vpc Endpoint Service.
|
|
160
|
+
:param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
|
|
161
|
+
:param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
|
|
162
162
|
:param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
|
|
163
163
|
"""
|
|
164
164
|
__args__ = dict()
|
|
@@ -213,12 +213,12 @@ def get_vpc_endpoint_services_output(auto_accept_connection: Optional[pulumi.Inp
|
|
|
213
213
|
```
|
|
214
214
|
|
|
215
215
|
|
|
216
|
-
:param bool auto_accept_connection: Whether to automatically accept terminal node connections
|
|
216
|
+
:param bool auto_accept_connection: Whether to automatically accept terminal node connections.
|
|
217
217
|
:param Sequence[str] ids: A list of Vpc Endpoint Service IDs.
|
|
218
218
|
:param str name_regex: A regex string to filter results by Vpc Endpoint Service name.
|
|
219
219
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
220
|
-
:param str service_business_status: The business status of the terminal node service
|
|
221
|
-
:param str status: The Status of Vpc Endpoint Service.
|
|
220
|
+
:param str service_business_status: The business status of the terminal node service. Valid Value: `Normal`, `FinancialLocked` and `SecurityLocked`.
|
|
221
|
+
:param str status: The Status of Vpc Endpoint Service. Valid Value: `Active`, `Creating`, `Deleted`, `Deleting` and `Pending`.
|
|
222
222
|
:param str vpc_endpoint_service_name: The name of Vpc Endpoint Service.
|
|
223
223
|
"""
|
|
224
224
|
...
|
|
@@ -114,7 +114,7 @@ def get_vpc_endpoint_zones(endpoint_id: Optional[str] = None,
|
|
|
114
114
|
|
|
115
115
|
:param str endpoint_id: The ID of the Vpc Endpoint.
|
|
116
116
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
117
|
-
:param str status: The Status of Vpc Endpoint Zone
|
|
117
|
+
:param str status: The Status of Vpc Endpoint Zone. Valid Values: `Connected`, `Connecting`, `Creating`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting` and `Wait`.
|
|
118
118
|
"""
|
|
119
119
|
__args__ = dict()
|
|
120
120
|
__args__['endpointId'] = endpoint_id
|
|
@@ -157,6 +157,6 @@ def get_vpc_endpoint_zones_output(endpoint_id: Optional[pulumi.Input[str]] = Non
|
|
|
157
157
|
|
|
158
158
|
:param str endpoint_id: The ID of the Vpc Endpoint.
|
|
159
159
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
160
|
-
:param str status: The Status of Vpc Endpoint Zone
|
|
160
|
+
:param str status: The Status of Vpc Endpoint Zone. Valid Values: `Connected`, `Connecting`, `Creating`, `Deleted`, `Deleting`, `Disconnected`, `Disconnecting` and `Wait`.
|
|
161
161
|
"""
|
|
162
162
|
...
|
|
@@ -181,7 +181,7 @@ def get_vpc_endpoints(connection_status: Optional[str] = None,
|
|
|
181
181
|
:param str service_name: The name of the terminal node service associated with the terminal node.
|
|
182
182
|
:param str status: The status of Vpc Endpoint.
|
|
183
183
|
:param str vpc_endpoint_name: The name of Vpc Endpoint.
|
|
184
|
-
:param str vpc_id: The private network to which the terminal node belongs
|
|
184
|
+
:param str vpc_id: The private network to which the terminal node belongs..
|
|
185
185
|
"""
|
|
186
186
|
__args__ = dict()
|
|
187
187
|
__args__['connectionStatus'] = connection_status
|
|
@@ -249,6 +249,6 @@ def get_vpc_endpoints_output(connection_status: Optional[pulumi.Input[Optional[s
|
|
|
249
249
|
:param str service_name: The name of the terminal node service associated with the terminal node.
|
|
250
250
|
:param str status: The status of Vpc Endpoint.
|
|
251
251
|
:param str vpc_endpoint_name: The name of Vpc Endpoint.
|
|
252
|
-
:param str vpc_id: The private network to which the terminal node belongs
|
|
252
|
+
:param str vpc_id: The private network to which the terminal node belongs..
|
|
253
253
|
"""
|
|
254
254
|
...
|
|
@@ -19,6 +19,7 @@ class VpcEndpointArgs:
|
|
|
19
19
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
20
20
|
endpoint_description: Optional[pulumi.Input[str]] = None,
|
|
21
21
|
endpoint_type: Optional[pulumi.Input[str]] = None,
|
|
22
|
+
policy_document: Optional[pulumi.Input[str]] = None,
|
|
22
23
|
protected_enabled: Optional[pulumi.Input[bool]] = None,
|
|
23
24
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
24
25
|
service_id: Optional[pulumi.Input[str]] = None,
|
|
@@ -34,7 +35,8 @@ class VpcEndpointArgs:
|
|
|
34
35
|
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
35
36
|
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
36
37
|
:param pulumi.Input[str] endpoint_description: The description of the endpoint.
|
|
37
|
-
:param pulumi.Input[str] endpoint_type: The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
38
|
+
:param pulumi.Input[str] endpoint_type: The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
39
|
+
:param pulumi.Input[str] policy_document: RAM access policies.
|
|
38
40
|
:param pulumi.Input[bool] protected_enabled: Specifies whether to enable user authentication. This parameter is available in Security Token Service (STS) mode. Valid values:
|
|
39
41
|
- **true**: enables user authentication. After user authentication is enabled, only the user who creates the endpoint can modify or delete the endpoint in STS mode.
|
|
40
42
|
- **false (default)**: disables user authentication.
|
|
@@ -53,6 +55,8 @@ class VpcEndpointArgs:
|
|
|
53
55
|
pulumi.set(__self__, "endpoint_description", endpoint_description)
|
|
54
56
|
if endpoint_type is not None:
|
|
55
57
|
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
58
|
+
if policy_document is not None:
|
|
59
|
+
pulumi.set(__self__, "policy_document", policy_document)
|
|
56
60
|
if protected_enabled is not None:
|
|
57
61
|
pulumi.set(__self__, "protected_enabled", protected_enabled)
|
|
58
62
|
if resource_group_id is not None:
|
|
@@ -122,7 +126,7 @@ class VpcEndpointArgs:
|
|
|
122
126
|
@pulumi.getter(name="endpointType")
|
|
123
127
|
def endpoint_type(self) -> Optional[pulumi.Input[str]]:
|
|
124
128
|
"""
|
|
125
|
-
The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
129
|
+
The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
126
130
|
"""
|
|
127
131
|
return pulumi.get(self, "endpoint_type")
|
|
128
132
|
|
|
@@ -130,6 +134,18 @@ class VpcEndpointArgs:
|
|
|
130
134
|
def endpoint_type(self, value: Optional[pulumi.Input[str]]):
|
|
131
135
|
pulumi.set(self, "endpoint_type", value)
|
|
132
136
|
|
|
137
|
+
@property
|
|
138
|
+
@pulumi.getter(name="policyDocument")
|
|
139
|
+
def policy_document(self) -> Optional[pulumi.Input[str]]:
|
|
140
|
+
"""
|
|
141
|
+
RAM access policies.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "policy_document")
|
|
144
|
+
|
|
145
|
+
@policy_document.setter
|
|
146
|
+
def policy_document(self, value: Optional[pulumi.Input[str]]):
|
|
147
|
+
pulumi.set(self, "policy_document", value)
|
|
148
|
+
|
|
133
149
|
@property
|
|
134
150
|
@pulumi.getter(name="protectedEnabled")
|
|
135
151
|
def protected_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -228,6 +244,7 @@ class _VpcEndpointState:
|
|
|
228
244
|
endpoint_description: Optional[pulumi.Input[str]] = None,
|
|
229
245
|
endpoint_domain: Optional[pulumi.Input[str]] = None,
|
|
230
246
|
endpoint_type: Optional[pulumi.Input[str]] = None,
|
|
247
|
+
policy_document: Optional[pulumi.Input[str]] = None,
|
|
231
248
|
protected_enabled: Optional[pulumi.Input[bool]] = None,
|
|
232
249
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
233
250
|
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -240,7 +257,7 @@ class _VpcEndpointState:
|
|
|
240
257
|
zone_private_ip_address_count: Optional[pulumi.Input[int]] = None):
|
|
241
258
|
"""
|
|
242
259
|
Input properties used for looking up and filtering VpcEndpoint resources.
|
|
243
|
-
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s.Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
260
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s. Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
244
261
|
:param pulumi.Input[str] connection_status: The state of the endpoint connection.
|
|
245
262
|
:param pulumi.Input[str] create_time: The time when the endpoint was created.
|
|
246
263
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
@@ -249,7 +266,8 @@ class _VpcEndpointState:
|
|
|
249
266
|
:param pulumi.Input[str] endpoint_business_status: The service state of the endpoint.
|
|
250
267
|
:param pulumi.Input[str] endpoint_description: The description of the endpoint.
|
|
251
268
|
:param pulumi.Input[str] endpoint_domain: The domain name of the endpoint.
|
|
252
|
-
:param pulumi.Input[str] endpoint_type: The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
269
|
+
:param pulumi.Input[str] endpoint_type: The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
270
|
+
:param pulumi.Input[str] policy_document: RAM access policies.
|
|
253
271
|
:param pulumi.Input[bool] protected_enabled: Specifies whether to enable user authentication. This parameter is available in Security Token Service (STS) mode. Valid values:
|
|
254
272
|
- **true**: enables user authentication. After user authentication is enabled, only the user who creates the endpoint can modify or delete the endpoint in STS mode.
|
|
255
273
|
- **false (default)**: disables user authentication.
|
|
@@ -279,6 +297,8 @@ class _VpcEndpointState:
|
|
|
279
297
|
pulumi.set(__self__, "endpoint_domain", endpoint_domain)
|
|
280
298
|
if endpoint_type is not None:
|
|
281
299
|
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
300
|
+
if policy_document is not None:
|
|
301
|
+
pulumi.set(__self__, "policy_document", policy_document)
|
|
282
302
|
if protected_enabled is not None:
|
|
283
303
|
pulumi.set(__self__, "protected_enabled", protected_enabled)
|
|
284
304
|
if resource_group_id is not None:
|
|
@@ -304,7 +324,7 @@ class _VpcEndpointState:
|
|
|
304
324
|
@pulumi.getter
|
|
305
325
|
def bandwidth(self) -> Optional[pulumi.Input[int]]:
|
|
306
326
|
"""
|
|
307
|
-
The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s.Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
327
|
+
The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s. Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
308
328
|
"""
|
|
309
329
|
return pulumi.get(self, "bandwidth")
|
|
310
330
|
|
|
@@ -390,7 +410,7 @@ class _VpcEndpointState:
|
|
|
390
410
|
@pulumi.getter(name="endpointType")
|
|
391
411
|
def endpoint_type(self) -> Optional[pulumi.Input[str]]:
|
|
392
412
|
"""
|
|
393
|
-
The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
413
|
+
The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
394
414
|
"""
|
|
395
415
|
return pulumi.get(self, "endpoint_type")
|
|
396
416
|
|
|
@@ -398,6 +418,18 @@ class _VpcEndpointState:
|
|
|
398
418
|
def endpoint_type(self, value: Optional[pulumi.Input[str]]):
|
|
399
419
|
pulumi.set(self, "endpoint_type", value)
|
|
400
420
|
|
|
421
|
+
@property
|
|
422
|
+
@pulumi.getter(name="policyDocument")
|
|
423
|
+
def policy_document(self) -> Optional[pulumi.Input[str]]:
|
|
424
|
+
"""
|
|
425
|
+
RAM access policies.
|
|
426
|
+
"""
|
|
427
|
+
return pulumi.get(self, "policy_document")
|
|
428
|
+
|
|
429
|
+
@policy_document.setter
|
|
430
|
+
def policy_document(self, value: Optional[pulumi.Input[str]]):
|
|
431
|
+
pulumi.set(self, "policy_document", value)
|
|
432
|
+
|
|
401
433
|
@property
|
|
402
434
|
@pulumi.getter(name="protectedEnabled")
|
|
403
435
|
def protected_enabled(self) -> Optional[pulumi.Input[bool]]:
|
|
@@ -529,6 +561,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
529
561
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
530
562
|
endpoint_description: Optional[pulumi.Input[str]] = None,
|
|
531
563
|
endpoint_type: Optional[pulumi.Input[str]] = None,
|
|
564
|
+
policy_document: Optional[pulumi.Input[str]] = None,
|
|
532
565
|
protected_enabled: Optional[pulumi.Input[bool]] = None,
|
|
533
566
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
534
567
|
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -552,27 +585,45 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
552
585
|
|
|
553
586
|
```python
|
|
554
587
|
import pulumi
|
|
588
|
+
import json
|
|
555
589
|
import pulumi_alicloud as alicloud
|
|
556
590
|
|
|
557
591
|
config = pulumi.Config()
|
|
558
592
|
name = config.get("name")
|
|
559
593
|
if name is None:
|
|
560
|
-
name = "
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
cidr_block="10.0.0.0/8")
|
|
568
|
-
example_security_group = alicloud.ecs.SecurityGroup("example",
|
|
594
|
+
name = "terraform-example"
|
|
595
|
+
default = alicloud.resourcemanager.get_resource_groups()
|
|
596
|
+
defaultb_fz_a4a = alicloud.vpc.Network("defaultbFzA4a",
|
|
597
|
+
description="example-terraform",
|
|
598
|
+
cidr_block="172.16.0.0/12",
|
|
599
|
+
vpc_name=name)
|
|
600
|
+
default1_ft_fr_p = alicloud.ecs.SecurityGroup("default1FTFrP",
|
|
569
601
|
name=name,
|
|
570
|
-
vpc_id=
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
602
|
+
vpc_id=defaultb_fz_a4a.id)
|
|
603
|
+
defaultjlj_y5_s = alicloud.ecs.SecurityGroup("defaultjljY5S",
|
|
604
|
+
name=name,
|
|
605
|
+
vpc_id=defaultb_fz_a4a.id)
|
|
606
|
+
default_vpc_endpoint = alicloud.privatelink.VpcEndpoint("default",
|
|
607
|
+
endpoint_description=name,
|
|
608
|
+
vpc_endpoint_name=name,
|
|
609
|
+
resource_group_id=default.ids[0],
|
|
610
|
+
endpoint_type="Interface",
|
|
611
|
+
vpc_id=defaultb_fz_a4a.id,
|
|
612
|
+
service_name="com.aliyuncs.privatelink.ap-southeast-5.oss",
|
|
613
|
+
dry_run=False,
|
|
614
|
+
zone_private_ip_address_count=1,
|
|
615
|
+
policy_document=json.dumps({
|
|
616
|
+
"Version": "1",
|
|
617
|
+
"Statement": [{
|
|
618
|
+
"Effect": "Allow",
|
|
619
|
+
"Action": ["*"],
|
|
620
|
+
"Resource": ["*"],
|
|
621
|
+
"Principal": "*",
|
|
622
|
+
}],
|
|
623
|
+
}),
|
|
624
|
+
security_group_ids=[default1_ft_fr_p.id],
|
|
625
|
+
service_id="epsrv-k1apjysze8u1l9t6uyg9",
|
|
626
|
+
protected_enabled=False)
|
|
576
627
|
```
|
|
577
628
|
|
|
578
629
|
## Import
|
|
@@ -589,7 +640,8 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
589
640
|
- **true**: performs only a dry run. The system checks the request for potential issues, including missing parameter values, incorrect request syntax, and service limits. If the request fails the dry run, an error message is returned. If the request passes the dry run, the DryRunOperation error code is returned.
|
|
590
641
|
- **false (default)**: performs a dry run and performs the actual request. If the request passes the dry run, a 2xx HTTP status code is returned and the operation is performed.
|
|
591
642
|
:param pulumi.Input[str] endpoint_description: The description of the endpoint.
|
|
592
|
-
:param pulumi.Input[str] endpoint_type: The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
643
|
+
:param pulumi.Input[str] endpoint_type: The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
644
|
+
:param pulumi.Input[str] policy_document: RAM access policies.
|
|
593
645
|
:param pulumi.Input[bool] protected_enabled: Specifies whether to enable user authentication. This parameter is available in Security Token Service (STS) mode. Valid values:
|
|
594
646
|
- **true**: enables user authentication. After user authentication is enabled, only the user who creates the endpoint can modify or delete the endpoint in STS mode.
|
|
595
647
|
- **false (default)**: disables user authentication.
|
|
@@ -621,27 +673,45 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
621
673
|
|
|
622
674
|
```python
|
|
623
675
|
import pulumi
|
|
676
|
+
import json
|
|
624
677
|
import pulumi_alicloud as alicloud
|
|
625
678
|
|
|
626
679
|
config = pulumi.Config()
|
|
627
680
|
name = config.get("name")
|
|
628
681
|
if name is None:
|
|
629
|
-
name = "
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
682
|
+
name = "terraform-example"
|
|
683
|
+
default = alicloud.resourcemanager.get_resource_groups()
|
|
684
|
+
defaultb_fz_a4a = alicloud.vpc.Network("defaultbFzA4a",
|
|
685
|
+
description="example-terraform",
|
|
686
|
+
cidr_block="172.16.0.0/12",
|
|
687
|
+
vpc_name=name)
|
|
688
|
+
default1_ft_fr_p = alicloud.ecs.SecurityGroup("default1FTFrP",
|
|
689
|
+
name=name,
|
|
690
|
+
vpc_id=defaultb_fz_a4a.id)
|
|
691
|
+
defaultjlj_y5_s = alicloud.ecs.SecurityGroup("defaultjljY5S",
|
|
638
692
|
name=name,
|
|
639
|
-
vpc_id=
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
693
|
+
vpc_id=defaultb_fz_a4a.id)
|
|
694
|
+
default_vpc_endpoint = alicloud.privatelink.VpcEndpoint("default",
|
|
695
|
+
endpoint_description=name,
|
|
696
|
+
vpc_endpoint_name=name,
|
|
697
|
+
resource_group_id=default.ids[0],
|
|
698
|
+
endpoint_type="Interface",
|
|
699
|
+
vpc_id=defaultb_fz_a4a.id,
|
|
700
|
+
service_name="com.aliyuncs.privatelink.ap-southeast-5.oss",
|
|
701
|
+
dry_run=False,
|
|
702
|
+
zone_private_ip_address_count=1,
|
|
703
|
+
policy_document=json.dumps({
|
|
704
|
+
"Version": "1",
|
|
705
|
+
"Statement": [{
|
|
706
|
+
"Effect": "Allow",
|
|
707
|
+
"Action": ["*"],
|
|
708
|
+
"Resource": ["*"],
|
|
709
|
+
"Principal": "*",
|
|
710
|
+
}],
|
|
711
|
+
}),
|
|
712
|
+
security_group_ids=[default1_ft_fr_p.id],
|
|
713
|
+
service_id="epsrv-k1apjysze8u1l9t6uyg9",
|
|
714
|
+
protected_enabled=False)
|
|
645
715
|
```
|
|
646
716
|
|
|
647
717
|
## Import
|
|
@@ -670,6 +740,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
670
740
|
dry_run: Optional[pulumi.Input[bool]] = None,
|
|
671
741
|
endpoint_description: Optional[pulumi.Input[str]] = None,
|
|
672
742
|
endpoint_type: Optional[pulumi.Input[str]] = None,
|
|
743
|
+
policy_document: Optional[pulumi.Input[str]] = None,
|
|
673
744
|
protected_enabled: Optional[pulumi.Input[bool]] = None,
|
|
674
745
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
675
746
|
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -691,6 +762,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
691
762
|
__props__.__dict__["dry_run"] = dry_run
|
|
692
763
|
__props__.__dict__["endpoint_description"] = endpoint_description
|
|
693
764
|
__props__.__dict__["endpoint_type"] = endpoint_type
|
|
765
|
+
__props__.__dict__["policy_document"] = policy_document
|
|
694
766
|
__props__.__dict__["protected_enabled"] = protected_enabled
|
|
695
767
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
696
768
|
if security_group_ids is None and not opts.urn:
|
|
@@ -728,6 +800,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
728
800
|
endpoint_description: Optional[pulumi.Input[str]] = None,
|
|
729
801
|
endpoint_domain: Optional[pulumi.Input[str]] = None,
|
|
730
802
|
endpoint_type: Optional[pulumi.Input[str]] = None,
|
|
803
|
+
policy_document: Optional[pulumi.Input[str]] = None,
|
|
731
804
|
protected_enabled: Optional[pulumi.Input[bool]] = None,
|
|
732
805
|
resource_group_id: Optional[pulumi.Input[str]] = None,
|
|
733
806
|
security_group_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
@@ -745,7 +818,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
745
818
|
:param str resource_name: The unique name of the resulting resource.
|
|
746
819
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
747
820
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
748
|
-
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s.Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
821
|
+
:param pulumi.Input[int] bandwidth: The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s. Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
749
822
|
:param pulumi.Input[str] connection_status: The state of the endpoint connection.
|
|
750
823
|
:param pulumi.Input[str] create_time: The time when the endpoint was created.
|
|
751
824
|
:param pulumi.Input[bool] dry_run: Specifies whether to perform only a dry run, without performing the actual request. Valid values:
|
|
@@ -754,7 +827,8 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
754
827
|
:param pulumi.Input[str] endpoint_business_status: The service state of the endpoint.
|
|
755
828
|
:param pulumi.Input[str] endpoint_description: The description of the endpoint.
|
|
756
829
|
:param pulumi.Input[str] endpoint_domain: The domain name of the endpoint.
|
|
757
|
-
:param pulumi.Input[str] endpoint_type: The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
830
|
+
:param pulumi.Input[str] endpoint_type: The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
831
|
+
:param pulumi.Input[str] policy_document: RAM access policies.
|
|
758
832
|
:param pulumi.Input[bool] protected_enabled: Specifies whether to enable user authentication. This parameter is available in Security Token Service (STS) mode. Valid values:
|
|
759
833
|
- **true**: enables user authentication. After user authentication is enabled, only the user who creates the endpoint can modify or delete the endpoint in STS mode.
|
|
760
834
|
- **false (default)**: disables user authentication.
|
|
@@ -780,6 +854,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
780
854
|
__props__.__dict__["endpoint_description"] = endpoint_description
|
|
781
855
|
__props__.__dict__["endpoint_domain"] = endpoint_domain
|
|
782
856
|
__props__.__dict__["endpoint_type"] = endpoint_type
|
|
857
|
+
__props__.__dict__["policy_document"] = policy_document
|
|
783
858
|
__props__.__dict__["protected_enabled"] = protected_enabled
|
|
784
859
|
__props__.__dict__["resource_group_id"] = resource_group_id
|
|
785
860
|
__props__.__dict__["security_group_ids"] = security_group_ids
|
|
@@ -796,7 +871,7 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
796
871
|
@pulumi.getter
|
|
797
872
|
def bandwidth(self) -> pulumi.Output[int]:
|
|
798
873
|
"""
|
|
799
|
-
The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s.Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
874
|
+
The bandwidth of the endpoint connection. 1024 to 10240. Unit: Mbit/s. Note: The bandwidth of an endpoint connection is in the range of 100 to 10,240 Mbit/s. The default bandwidth is 1,024 Mbit/s. When the endpoint is connected to the endpoint service, the default bandwidth is the minimum bandwidth. In this case, the connection bandwidth range is 1,024 to 10,240 Mbit/s.
|
|
800
875
|
"""
|
|
801
876
|
return pulumi.get(self, "bandwidth")
|
|
802
877
|
|
|
@@ -854,10 +929,18 @@ class VpcEndpoint(pulumi.CustomResource):
|
|
|
854
929
|
@pulumi.getter(name="endpointType")
|
|
855
930
|
def endpoint_type(self) -> pulumi.Output[str]:
|
|
856
931
|
"""
|
|
857
|
-
The endpoint type.Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
932
|
+
The endpoint type. Only the value: Interface, indicating the Interface endpoint. You can add the service resource types of Application Load Balancer (ALB), Classic Load Balancer (CLB), and Network Load Balancer (NLB).
|
|
858
933
|
"""
|
|
859
934
|
return pulumi.get(self, "endpoint_type")
|
|
860
935
|
|
|
936
|
+
@property
|
|
937
|
+
@pulumi.getter(name="policyDocument")
|
|
938
|
+
def policy_document(self) -> pulumi.Output[str]:
|
|
939
|
+
"""
|
|
940
|
+
RAM access policies.
|
|
941
|
+
"""
|
|
942
|
+
return pulumi.get(self, "policy_document")
|
|
943
|
+
|
|
861
944
|
@property
|
|
862
945
|
@pulumi.getter(name="protectedEnabled")
|
|
863
946
|
def protected_enabled(self) -> pulumi.Output[Optional[bool]]:
|