pulumi-alicloud 3.71.0a1735362939__py3-none-any.whl → 3.72.0__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 +83 -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/ecs_snapshot.py +65 -9
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/get_instance_types.py +1 -1
- pulumi_alicloud/ecs/outputs.py +168 -37
- pulumi_alicloud/ecs/security_group.py +161 -81
- pulumi_alicloud/ecs/snapshot.py +40 -0
- pulumi_alicloud/eds/ram_directory.py +4 -0
- 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/expressconnect/__init__.py +1 -0
- pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
- 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/backup_policy.py +32 -24
- 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/polardb/cluster.py +47 -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/privatelink/vpc_endpoint.py +143 -69
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
- 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/redis/tair_instance.py +47 -0
- 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.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
|
@@ -38,6 +38,7 @@ class TairInstanceArgs:
|
|
|
38
38
|
node_type: Optional[pulumi.Input[str]] = None,
|
|
39
39
|
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
40
40
|
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
41
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
41
42
|
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
42
43
|
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
43
44
|
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
@@ -98,6 +99,7 @@ class TairInstanceArgs:
|
|
|
98
99
|
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
99
100
|
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
100
101
|
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
102
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
101
103
|
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
102
104
|
|
|
103
105
|
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
@@ -169,6 +171,8 @@ class TairInstanceArgs:
|
|
|
169
171
|
pulumi.set(__self__, "param_no_loose_sentinel_enabled", param_no_loose_sentinel_enabled)
|
|
170
172
|
if param_no_loose_sentinel_password_free_access is not None:
|
|
171
173
|
pulumi.set(__self__, "param_no_loose_sentinel_password_free_access", param_no_loose_sentinel_password_free_access)
|
|
174
|
+
if param_no_loose_sentinel_password_free_commands is not None:
|
|
175
|
+
pulumi.set(__self__, "param_no_loose_sentinel_password_free_commands", param_no_loose_sentinel_password_free_commands)
|
|
172
176
|
if param_repl_mode is not None:
|
|
173
177
|
pulumi.set(__self__, "param_repl_mode", param_repl_mode)
|
|
174
178
|
if param_semisync_repl_timeout is not None:
|
|
@@ -460,6 +464,18 @@ class TairInstanceArgs:
|
|
|
460
464
|
def param_no_loose_sentinel_password_free_access(self, value: Optional[pulumi.Input[str]]):
|
|
461
465
|
pulumi.set(self, "param_no_loose_sentinel_password_free_access", value)
|
|
462
466
|
|
|
467
|
+
@property
|
|
468
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeCommands")
|
|
469
|
+
def param_no_loose_sentinel_password_free_commands(self) -> Optional[pulumi.Input[str]]:
|
|
470
|
+
"""
|
|
471
|
+
After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
472
|
+
"""
|
|
473
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_commands")
|
|
474
|
+
|
|
475
|
+
@param_no_loose_sentinel_password_free_commands.setter
|
|
476
|
+
def param_no_loose_sentinel_password_free_commands(self, value: Optional[pulumi.Input[str]]):
|
|
477
|
+
pulumi.set(self, "param_no_loose_sentinel_password_free_commands", value)
|
|
478
|
+
|
|
463
479
|
@property
|
|
464
480
|
@pulumi.getter(name="paramReplMode")
|
|
465
481
|
def param_repl_mode(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -775,6 +791,7 @@ class _TairInstanceState:
|
|
|
775
791
|
node_type: Optional[pulumi.Input[str]] = None,
|
|
776
792
|
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
777
793
|
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
794
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
778
795
|
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
779
796
|
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
780
797
|
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
@@ -843,6 +860,7 @@ class _TairInstanceState:
|
|
|
843
860
|
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
844
861
|
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
845
862
|
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
863
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
846
864
|
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
847
865
|
|
|
848
866
|
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
@@ -929,6 +947,8 @@ class _TairInstanceState:
|
|
|
929
947
|
pulumi.set(__self__, "param_no_loose_sentinel_enabled", param_no_loose_sentinel_enabled)
|
|
930
948
|
if param_no_loose_sentinel_password_free_access is not None:
|
|
931
949
|
pulumi.set(__self__, "param_no_loose_sentinel_password_free_access", param_no_loose_sentinel_password_free_access)
|
|
950
|
+
if param_no_loose_sentinel_password_free_commands is not None:
|
|
951
|
+
pulumi.set(__self__, "param_no_loose_sentinel_password_free_commands", param_no_loose_sentinel_password_free_commands)
|
|
932
952
|
if param_repl_mode is not None:
|
|
933
953
|
pulumi.set(__self__, "param_repl_mode", param_repl_mode)
|
|
934
954
|
if param_semisync_repl_timeout is not None:
|
|
@@ -1256,6 +1276,18 @@ class _TairInstanceState:
|
|
|
1256
1276
|
def param_no_loose_sentinel_password_free_access(self, value: Optional[pulumi.Input[str]]):
|
|
1257
1277
|
pulumi.set(self, "param_no_loose_sentinel_password_free_access", value)
|
|
1258
1278
|
|
|
1279
|
+
@property
|
|
1280
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeCommands")
|
|
1281
|
+
def param_no_loose_sentinel_password_free_commands(self) -> Optional[pulumi.Input[str]]:
|
|
1282
|
+
"""
|
|
1283
|
+
After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
1284
|
+
"""
|
|
1285
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_commands")
|
|
1286
|
+
|
|
1287
|
+
@param_no_loose_sentinel_password_free_commands.setter
|
|
1288
|
+
def param_no_loose_sentinel_password_free_commands(self, value: Optional[pulumi.Input[str]]):
|
|
1289
|
+
pulumi.set(self, "param_no_loose_sentinel_password_free_commands", value)
|
|
1290
|
+
|
|
1259
1291
|
@property
|
|
1260
1292
|
@pulumi.getter(name="paramReplMode")
|
|
1261
1293
|
def param_repl_mode(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1640,6 +1672,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1640
1672
|
node_type: Optional[pulumi.Input[str]] = None,
|
|
1641
1673
|
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
1642
1674
|
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
1675
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
1643
1676
|
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
1644
1677
|
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
1645
1678
|
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1710,6 +1743,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1710
1743
|
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
1711
1744
|
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
1712
1745
|
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
1746
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
1713
1747
|
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
1714
1748
|
|
|
1715
1749
|
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
@@ -1797,6 +1831,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1797
1831
|
node_type: Optional[pulumi.Input[str]] = None,
|
|
1798
1832
|
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
1799
1833
|
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
1834
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
1800
1835
|
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
1801
1836
|
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
1802
1837
|
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1852,6 +1887,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1852
1887
|
__props__.__dict__["node_type"] = node_type
|
|
1853
1888
|
__props__.__dict__["param_no_loose_sentinel_enabled"] = param_no_loose_sentinel_enabled
|
|
1854
1889
|
__props__.__dict__["param_no_loose_sentinel_password_free_access"] = param_no_loose_sentinel_password_free_access
|
|
1890
|
+
__props__.__dict__["param_no_loose_sentinel_password_free_commands"] = param_no_loose_sentinel_password_free_commands
|
|
1855
1891
|
__props__.__dict__["param_repl_mode"] = param_repl_mode
|
|
1856
1892
|
__props__.__dict__["param_semisync_repl_timeout"] = param_semisync_repl_timeout
|
|
1857
1893
|
__props__.__dict__["param_sentinel_compat_enable"] = param_sentinel_compat_enable
|
|
@@ -1925,6 +1961,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1925
1961
|
node_type: Optional[pulumi.Input[str]] = None,
|
|
1926
1962
|
param_no_loose_sentinel_enabled: Optional[pulumi.Input[str]] = None,
|
|
1927
1963
|
param_no_loose_sentinel_password_free_access: Optional[pulumi.Input[str]] = None,
|
|
1964
|
+
param_no_loose_sentinel_password_free_commands: Optional[pulumi.Input[str]] = None,
|
|
1928
1965
|
param_repl_mode: Optional[pulumi.Input[str]] = None,
|
|
1929
1966
|
param_semisync_repl_timeout: Optional[pulumi.Input[str]] = None,
|
|
1930
1967
|
param_sentinel_compat_enable: Optional[pulumi.Input[str]] = None,
|
|
@@ -1998,6 +2035,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
1998
2035
|
:param pulumi.Input[str] node_type: The node type. For cloud-native instances, input MASTER_SLAVE (master-replica) or STAND_ALONE (standalone). For classic instances, input double (master-replica) or single (standalone).
|
|
1999
2036
|
:param pulumi.Input[str] param_no_loose_sentinel_enabled: sentinel compatibility mode, applicable to non-cluster instances. For more information about parameters, see yes or no in the https://www.alibabacloud.com/help/en/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance, valid values: yes, no. The default value is no.
|
|
2000
2037
|
:param pulumi.Input[str] param_no_loose_sentinel_password_free_access: Whether to allow Sentinel commands to be executed without secrets when Sentinel mode is enabled. Value: yes: enabled. After the command is enabled, you can directly run the Sentinel command in the VPC without enabling the password-free feature. no: the default value, disabled. For parameters, see https://help.aliyun.com/zh/redis/user-guide/use-the-sentinel-compatible-mode-to-connect-to-an-apsaradb-for-redis-instance
|
|
2038
|
+
:param pulumi.Input[str] param_no_loose_sentinel_password_free_commands: After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
2001
2039
|
:param pulumi.Input[str] param_repl_mode: The value is semisync or async. The default value is async.
|
|
2002
2040
|
|
|
2003
2041
|
The default data synchronization mode is asynchronous replication. To modify the data synchronization mode, refer to https://www.alibabacloud.com/help/en/redis/user-guide/modify-the-synchronization-mode-of-a-persistent-memory-optimized-instance 。
|
|
@@ -2067,6 +2105,7 @@ class TairInstance(pulumi.CustomResource):
|
|
|
2067
2105
|
__props__.__dict__["node_type"] = node_type
|
|
2068
2106
|
__props__.__dict__["param_no_loose_sentinel_enabled"] = param_no_loose_sentinel_enabled
|
|
2069
2107
|
__props__.__dict__["param_no_loose_sentinel_password_free_access"] = param_no_loose_sentinel_password_free_access
|
|
2108
|
+
__props__.__dict__["param_no_loose_sentinel_password_free_commands"] = param_no_loose_sentinel_password_free_commands
|
|
2070
2109
|
__props__.__dict__["param_repl_mode"] = param_repl_mode
|
|
2071
2110
|
__props__.__dict__["param_semisync_repl_timeout"] = param_semisync_repl_timeout
|
|
2072
2111
|
__props__.__dict__["param_sentinel_compat_enable"] = param_sentinel_compat_enable
|
|
@@ -2282,6 +2321,14 @@ class TairInstance(pulumi.CustomResource):
|
|
|
2282
2321
|
"""
|
|
2283
2322
|
return pulumi.get(self, "param_no_loose_sentinel_password_free_access")
|
|
2284
2323
|
|
|
2324
|
+
@property
|
|
2325
|
+
@pulumi.getter(name="paramNoLooseSentinelPasswordFreeCommands")
|
|
2326
|
+
def param_no_loose_sentinel_password_free_commands(self) -> pulumi.Output[str]:
|
|
2327
|
+
"""
|
|
2328
|
+
After sentinel mode and the# no_loose_sentinel-password-free-access parameter are enabled, you can use this parameter to add additional secret-free command lists (empty by default). After setting, you can execute the corresponding command on any connection without secret, please operate carefully. Commands are written in lowercase letters, and multiple commands are separated by commas (,). See https://help.aliyun.com/zh/redis/user-guide/parameter-support for details
|
|
2329
|
+
"""
|
|
2330
|
+
return pulumi.get(self, "param_no_loose_sentinel_password_free_commands")
|
|
2331
|
+
|
|
2285
2332
|
@property
|
|
2286
2333
|
@pulumi.getter(name="paramReplMode")
|
|
2287
2334
|
def param_repl_mode(self) -> pulumi.Output[str]:
|
|
@@ -23,8 +23,8 @@ class ControlPolicyAttachmentArgs:
|
|
|
23
23
|
target_id: pulumi.Input[str]):
|
|
24
24
|
"""
|
|
25
25
|
The set of arguments for constructing a ControlPolicyAttachment resource.
|
|
26
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
27
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
26
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
27
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
28
28
|
"""
|
|
29
29
|
pulumi.set(__self__, "policy_id", policy_id)
|
|
30
30
|
pulumi.set(__self__, "target_id", target_id)
|
|
@@ -33,7 +33,7 @@ class ControlPolicyAttachmentArgs:
|
|
|
33
33
|
@pulumi.getter(name="policyId")
|
|
34
34
|
def policy_id(self) -> pulumi.Input[str]:
|
|
35
35
|
"""
|
|
36
|
-
The ID of control policy.
|
|
36
|
+
The ID of the access control policy.
|
|
37
37
|
"""
|
|
38
38
|
return pulumi.get(self, "policy_id")
|
|
39
39
|
|
|
@@ -45,7 +45,7 @@ class ControlPolicyAttachmentArgs:
|
|
|
45
45
|
@pulumi.getter(name="targetId")
|
|
46
46
|
def target_id(self) -> pulumi.Input[str]:
|
|
47
47
|
"""
|
|
48
|
-
The ID of
|
|
48
|
+
The ID of the object to which you want to attach the access control policy.
|
|
49
49
|
"""
|
|
50
50
|
return pulumi.get(self, "target_id")
|
|
51
51
|
|
|
@@ -61,8 +61,8 @@ class _ControlPolicyAttachmentState:
|
|
|
61
61
|
target_id: Optional[pulumi.Input[str]] = None):
|
|
62
62
|
"""
|
|
63
63
|
Input properties used for looking up and filtering ControlPolicyAttachment resources.
|
|
64
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
65
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
64
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
65
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
66
66
|
"""
|
|
67
67
|
if policy_id is not None:
|
|
68
68
|
pulumi.set(__self__, "policy_id", policy_id)
|
|
@@ -73,7 +73,7 @@ class _ControlPolicyAttachmentState:
|
|
|
73
73
|
@pulumi.getter(name="policyId")
|
|
74
74
|
def policy_id(self) -> Optional[pulumi.Input[str]]:
|
|
75
75
|
"""
|
|
76
|
-
The ID of control policy.
|
|
76
|
+
The ID of the access control policy.
|
|
77
77
|
"""
|
|
78
78
|
return pulumi.get(self, "policy_id")
|
|
79
79
|
|
|
@@ -85,7 +85,7 @@ class _ControlPolicyAttachmentState:
|
|
|
85
85
|
@pulumi.getter(name="targetId")
|
|
86
86
|
def target_id(self) -> Optional[pulumi.Input[str]]:
|
|
87
87
|
"""
|
|
88
|
-
The ID of
|
|
88
|
+
The ID of the object to which you want to attach the access control policy.
|
|
89
89
|
"""
|
|
90
90
|
return pulumi.get(self, "target_id")
|
|
91
91
|
|
|
@@ -105,7 +105,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
105
105
|
"""
|
|
106
106
|
Provides a Resource Manager Control Policy Attachment resource.
|
|
107
107
|
|
|
108
|
-
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/
|
|
108
|
+
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/resource-directory/developer-reference/api-resourcemanager-2020-03-31-attachcontrolpolicy).
|
|
109
109
|
|
|
110
110
|
> **NOTE:** Available since v1.120.0.
|
|
111
111
|
|
|
@@ -121,11 +121,11 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
121
121
|
config = pulumi.Config()
|
|
122
122
|
name = config.get("name")
|
|
123
123
|
if name is None:
|
|
124
|
-
name = "
|
|
124
|
+
name = "terraform-example"
|
|
125
125
|
default = random.index.Integer("default",
|
|
126
126
|
min=10000,
|
|
127
127
|
max=99999)
|
|
128
|
-
|
|
128
|
+
default_control_policy = alicloud.resourcemanager.ControlPolicy("default",
|
|
129
129
|
control_policy_name=name,
|
|
130
130
|
description=name,
|
|
131
131
|
effect_scope="RAM",
|
|
@@ -145,10 +145,10 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
145
145
|
]
|
|
146
146
|
}
|
|
147
147
|
\"\"\")
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
policy_id=
|
|
151
|
-
target_id=
|
|
148
|
+
default_folder = alicloud.resourcemanager.Folder("default", folder_name=f"{name}-{default['result']}")
|
|
149
|
+
default_control_policy_attachment = alicloud.resourcemanager.ControlPolicyAttachment("default",
|
|
150
|
+
policy_id=default_control_policy.id,
|
|
151
|
+
target_id=default_folder.id)
|
|
152
152
|
```
|
|
153
153
|
|
|
154
154
|
## Import
|
|
@@ -161,8 +161,8 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
161
161
|
|
|
162
162
|
:param str resource_name: The name of the resource.
|
|
163
163
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
164
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
165
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
164
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
165
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
166
166
|
"""
|
|
167
167
|
...
|
|
168
168
|
@overload
|
|
@@ -173,7 +173,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
173
173
|
"""
|
|
174
174
|
Provides a Resource Manager Control Policy Attachment resource.
|
|
175
175
|
|
|
176
|
-
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/
|
|
176
|
+
For information about Resource Manager Control Policy Attachment and how to use it, see [What is Control Policy Attachment](https://www.alibabacloud.com/help/en/resource-management/resource-directory/developer-reference/api-resourcemanager-2020-03-31-attachcontrolpolicy).
|
|
177
177
|
|
|
178
178
|
> **NOTE:** Available since v1.120.0.
|
|
179
179
|
|
|
@@ -189,11 +189,11 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
189
189
|
config = pulumi.Config()
|
|
190
190
|
name = config.get("name")
|
|
191
191
|
if name is None:
|
|
192
|
-
name = "
|
|
192
|
+
name = "terraform-example"
|
|
193
193
|
default = random.index.Integer("default",
|
|
194
194
|
min=10000,
|
|
195
195
|
max=99999)
|
|
196
|
-
|
|
196
|
+
default_control_policy = alicloud.resourcemanager.ControlPolicy("default",
|
|
197
197
|
control_policy_name=name,
|
|
198
198
|
description=name,
|
|
199
199
|
effect_scope="RAM",
|
|
@@ -213,10 +213,10 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
213
213
|
]
|
|
214
214
|
}
|
|
215
215
|
\"\"\")
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
policy_id=
|
|
219
|
-
target_id=
|
|
216
|
+
default_folder = alicloud.resourcemanager.Folder("default", folder_name=f"{name}-{default['result']}")
|
|
217
|
+
default_control_policy_attachment = alicloud.resourcemanager.ControlPolicyAttachment("default",
|
|
218
|
+
policy_id=default_control_policy.id,
|
|
219
|
+
target_id=default_folder.id)
|
|
220
220
|
```
|
|
221
221
|
|
|
222
222
|
## Import
|
|
@@ -278,8 +278,8 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
278
278
|
:param str resource_name: The unique name of the resulting resource.
|
|
279
279
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
280
280
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
281
|
-
:param pulumi.Input[str] policy_id: The ID of control policy.
|
|
282
|
-
:param pulumi.Input[str] target_id: The ID of
|
|
281
|
+
:param pulumi.Input[str] policy_id: The ID of the access control policy.
|
|
282
|
+
:param pulumi.Input[str] target_id: The ID of the object to which you want to attach the access control policy.
|
|
283
283
|
"""
|
|
284
284
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
285
285
|
|
|
@@ -293,7 +293,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
293
293
|
@pulumi.getter(name="policyId")
|
|
294
294
|
def policy_id(self) -> pulumi.Output[str]:
|
|
295
295
|
"""
|
|
296
|
-
The ID of control policy.
|
|
296
|
+
The ID of the access control policy.
|
|
297
297
|
"""
|
|
298
298
|
return pulumi.get(self, "policy_id")
|
|
299
299
|
|
|
@@ -301,7 +301,7 @@ class ControlPolicyAttachment(pulumi.CustomResource):
|
|
|
301
301
|
@pulumi.getter(name="targetId")
|
|
302
302
|
def target_id(self) -> pulumi.Output[str]:
|
|
303
303
|
"""
|
|
304
|
-
The ID of
|
|
304
|
+
The ID of the object to which you want to attach the access control policy.
|
|
305
305
|
"""
|
|
306
306
|
return pulumi.get(self, "target_id")
|
|
307
307
|
|
|
@@ -32,6 +32,7 @@ class SharedResourceArgs:
|
|
|
32
32
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
33
33
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
34
34
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
35
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
35
36
|
"""
|
|
36
37
|
pulumi.set(__self__, "resource_id", resource_id)
|
|
37
38
|
pulumi.set(__self__, "resource_share_id", resource_share_id)
|
|
@@ -71,6 +72,7 @@ class SharedResourceArgs:
|
|
|
71
72
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
72
73
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
73
74
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
75
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
74
76
|
"""
|
|
75
77
|
return pulumi.get(self, "resource_type")
|
|
76
78
|
|
|
@@ -96,6 +98,7 @@ class _SharedResourceState:
|
|
|
96
98
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
97
99
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
98
100
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
101
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
99
102
|
:param pulumi.Input[str] status: The status of the Shared Resource.
|
|
100
103
|
"""
|
|
101
104
|
if resource_id is not None:
|
|
@@ -141,6 +144,7 @@ class _SharedResourceState:
|
|
|
141
144
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
142
145
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
143
146
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
147
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
144
148
|
"""
|
|
145
149
|
return pulumi.get(self, "resource_type")
|
|
146
150
|
|
|
@@ -223,6 +227,7 @@ class SharedResource(pulumi.CustomResource):
|
|
|
223
227
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
224
228
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
225
229
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
230
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
226
231
|
"""
|
|
227
232
|
...
|
|
228
233
|
@overload
|
|
@@ -339,6 +344,7 @@ class SharedResource(pulumi.CustomResource):
|
|
|
339
344
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
340
345
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
341
346
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
347
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
342
348
|
:param pulumi.Input[str] status: The status of the Shared Resource.
|
|
343
349
|
"""
|
|
344
350
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -377,6 +383,7 @@ class SharedResource(pulumi.CustomResource):
|
|
|
377
383
|
- The following types are added after v1.192.0: `PrefixList` and `Image`.
|
|
378
384
|
- The following types are added after v1.194.1: `PublicIpAddressPool`.
|
|
379
385
|
- The following types are added after v1.208.0: `KMSInstance`.
|
|
386
|
+
- The following types are added after v1.240.0: `Snapshot`.
|
|
380
387
|
"""
|
|
381
388
|
return pulumi.get(self, "resource_type")
|
|
382
389
|
|