pulumi-alicloud 3.72.0a1735837979__py3-none-any.whl → 3.72.0a1735848496__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 +75 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/outputs.py +90 -36
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/RECORD +129 -114
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.72.0a1735837979.dist-info → pulumi_alicloud-3.72.0a1735848496.dist-info}/top_level.txt +0 -0
|
@@ -199,7 +199,7 @@ def get_vpc_firewalls(ids: Optional[Sequence[str]] = None,
|
|
|
199
199
|
"""
|
|
200
200
|
This data source provides Cloud Firewall Vpc Firewall available to the user.[What is Vpc Firewall](https://help.aliyun.com/document_detail/342932.html)
|
|
201
201
|
|
|
202
|
-
> **NOTE:** Available
|
|
202
|
+
> **NOTE:** Available since v1.194.0.
|
|
203
203
|
|
|
204
204
|
## Example Usage
|
|
205
205
|
|
|
@@ -268,7 +268,7 @@ def get_vpc_firewalls_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]
|
|
|
268
268
|
"""
|
|
269
269
|
This data source provides Cloud Firewall Vpc Firewall available to the user.[What is Vpc Firewall](https://help.aliyun.com/document_detail/342932.html)
|
|
270
270
|
|
|
271
|
-
> **NOTE:** Available
|
|
271
|
+
> **NOTE:** Available since v1.194.0.
|
|
272
272
|
|
|
273
273
|
## Example Usage
|
|
274
274
|
|
|
@@ -1041,7 +1041,7 @@ class Instance(pulumi.CustomResource):
|
|
|
1041
1041
|
|
|
1042
1042
|
@property
|
|
1043
1043
|
@pulumi.getter(name="fwVpcNumber")
|
|
1044
|
-
def fw_vpc_number(self) -> pulumi.Output[
|
|
1044
|
+
def fw_vpc_number(self) -> pulumi.Output[int]:
|
|
1045
1045
|
"""
|
|
1046
1046
|
The number of protected VPCs. It will be ignored when `spec = "premium_version"`. Valid values between 2 and 500.
|
|
1047
1047
|
"""
|
|
@@ -1438,6 +1438,7 @@ class GetInstanceMembersMemberResult(dict):
|
|
|
1438
1438
|
status: str):
|
|
1439
1439
|
"""
|
|
1440
1440
|
:param int create_time: When the cloud firewall member account was added.> use second-level timestamp format.
|
|
1441
|
+
:param str id: The instance id.
|
|
1441
1442
|
:param str member_desc: Remarks of cloud firewall member accounts.
|
|
1442
1443
|
:param str member_display_name: The name of the cloud firewall member account.
|
|
1443
1444
|
:param str member_uid: The UID of the cloud firewall member account.
|
|
@@ -1463,6 +1464,9 @@ class GetInstanceMembersMemberResult(dict):
|
|
|
1463
1464
|
@property
|
|
1464
1465
|
@pulumi.getter
|
|
1465
1466
|
def id(self) -> str:
|
|
1467
|
+
"""
|
|
1468
|
+
The instance id.
|
|
1469
|
+
"""
|
|
1466
1470
|
return pulumi.get(self, "id")
|
|
1467
1471
|
|
|
1468
1472
|
@property
|
|
@@ -1975,7 +1979,7 @@ class GetVpcFirewallControlPoliciesPolicyResult(dict):
|
|
|
1975
1979
|
source_type: str,
|
|
1976
1980
|
vpc_firewall_id: str):
|
|
1977
1981
|
"""
|
|
1978
|
-
:param str acl_action:
|
|
1982
|
+
:param str acl_action: The action that Cloud Firewall performs on the traffic. Valid values: `accept`, `drop`, `log`.
|
|
1979
1983
|
:param str acl_uuid: Access control over VPC firewalls strategy unique identifier.
|
|
1980
1984
|
:param str application_id: Policy specifies the application ID.
|
|
1981
1985
|
:param str application_name: Access control over VPC firewalls policies support the application types.
|
|
@@ -1994,11 +1998,15 @@ class GetVpcFirewallControlPoliciesPolicyResult(dict):
|
|
|
1994
1998
|
:param int order: Access control over VPC firewalls policies will go into effect of priority. The priority value starts from 1, the smaller the priority number, the higher the priority. -1 represents the lowest priority.
|
|
1995
1999
|
:param str proto: Access control over VPC firewalls strategy access traffic of the protocol type.
|
|
1996
2000
|
:param bool release: The enabled status of the access control policy. The policy is enabled by default after it is created. Value:
|
|
2001
|
+
- **true**: Enable access control policies
|
|
2002
|
+
- **false**: does not enable access control policies.
|
|
1997
2003
|
:param str source: Access control over VPC firewalls strategy in the source address.
|
|
1998
2004
|
:param Sequence[str] source_group_cidrs: SOURCE address of the address list.
|
|
1999
2005
|
:param str source_group_type: The source address type in the access control policy. Unique value: **ip**. The IP address book contains one or more IP address segments.
|
|
2000
2006
|
:param str source_type: Access control over VPC firewalls policy source address type.
|
|
2001
|
-
:param str vpc_firewall_id: The ID of the VPC firewall instance.
|
|
2007
|
+
:param str vpc_firewall_id: The ID of the VPC firewall instance. Value:
|
|
2008
|
+
- When the VPC firewall protects traffic between two VPCs connected through the cloud enterprise network, the policy group ID uses the cloud enterprise network instance ID.
|
|
2009
|
+
- When the VPC firewall protects traffic between two VPCs connected through the express connection, the policy group ID uses the ID of the VPC firewall instance.
|
|
2002
2010
|
"""
|
|
2003
2011
|
pulumi.set(__self__, "acl_action", acl_action)
|
|
2004
2012
|
pulumi.set(__self__, "acl_uuid", acl_uuid)
|
|
@@ -2029,7 +2037,7 @@ class GetVpcFirewallControlPoliciesPolicyResult(dict):
|
|
|
2029
2037
|
@pulumi.getter(name="aclAction")
|
|
2030
2038
|
def acl_action(self) -> str:
|
|
2031
2039
|
"""
|
|
2032
|
-
|
|
2040
|
+
The action that Cloud Firewall performs on the traffic. Valid values: `accept`, `drop`, `log`.
|
|
2033
2041
|
"""
|
|
2034
2042
|
return pulumi.get(self, "acl_action")
|
|
2035
2043
|
|
|
@@ -2174,6 +2182,8 @@ class GetVpcFirewallControlPoliciesPolicyResult(dict):
|
|
|
2174
2182
|
def release(self) -> bool:
|
|
2175
2183
|
"""
|
|
2176
2184
|
The enabled status of the access control policy. The policy is enabled by default after it is created. Value:
|
|
2185
|
+
- **true**: Enable access control policies
|
|
2186
|
+
- **false**: does not enable access control policies.
|
|
2177
2187
|
"""
|
|
2178
2188
|
return pulumi.get(self, "release")
|
|
2179
2189
|
|
|
@@ -2213,7 +2223,9 @@ class GetVpcFirewallControlPoliciesPolicyResult(dict):
|
|
|
2213
2223
|
@pulumi.getter(name="vpcFirewallId")
|
|
2214
2224
|
def vpc_firewall_id(self) -> str:
|
|
2215
2225
|
"""
|
|
2216
|
-
The ID of the VPC firewall instance.
|
|
2226
|
+
The ID of the VPC firewall instance. Value:
|
|
2227
|
+
- When the VPC firewall protects traffic between two VPCs connected through the cloud enterprise network, the policy group ID uses the cloud enterprise network instance ID.
|
|
2228
|
+
- When the VPC firewall protects traffic between two VPCs connected through the express connection, the policy group ID uses the ID of the VPC firewall instance.
|
|
2217
2229
|
"""
|
|
2218
2230
|
return pulumi.get(self, "vpc_firewall_id")
|
|
2219
2231
|
|