pulumi-alicloud 3.56.0a1716440817__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 +116 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +116 -0
- 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 +14 -0
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +14 -0
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip_address.py +84 -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 +56 -0
- pulumi_alicloud/ecs/outputs.py +174 -92
- 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/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/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_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/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/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/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.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +247 -247
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1716440817.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
pulumi_alicloud/log/_inputs.py
CHANGED
|
@@ -1119,14 +1119,14 @@ class StoreIndexFieldSearchArgs:
|
|
|
1119
1119
|
token: Optional[pulumi.Input[str]] = None,
|
|
1120
1120
|
type: Optional[pulumi.Input[str]] = None):
|
|
1121
1121
|
"""
|
|
1122
|
-
:param pulumi.Input[str] name:
|
|
1123
|
-
:param pulumi.Input[str] alias: The alias of one field
|
|
1122
|
+
:param pulumi.Input[str] name: The field name, which is unique in the same log store.
|
|
1123
|
+
:param pulumi.Input[str] alias: The alias of one field
|
|
1124
1124
|
:param pulumi.Input[bool] case_sensitive: Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".
|
|
1125
1125
|
:param pulumi.Input[bool] enable_analytics: Whether to enable field analytics. Default to true.
|
|
1126
1126
|
:param pulumi.Input[bool] include_chinese: Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".
|
|
1127
1127
|
:param pulumi.Input[Sequence[pulumi.Input['StoreIndexFieldSearchJsonKeyArgs']]] json_keys: Use nested index when type is json
|
|
1128
1128
|
:param pulumi.Input[str] token: The string of several split words, like "\\r", "#". It is valid when "type" is "text" or "json".
|
|
1129
|
-
:param pulumi.Input[str] type: The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1129
|
+
:param pulumi.Input[str] type: The type of one field. Valid values: ["long", "text", "double", "json"]. Default to "long".
|
|
1130
1130
|
"""
|
|
1131
1131
|
pulumi.set(__self__, "name", name)
|
|
1132
1132
|
if alias is not None:
|
|
@@ -1148,7 +1148,7 @@ class StoreIndexFieldSearchArgs:
|
|
|
1148
1148
|
@pulumi.getter
|
|
1149
1149
|
def name(self) -> pulumi.Input[str]:
|
|
1150
1150
|
"""
|
|
1151
|
-
|
|
1151
|
+
The field name, which is unique in the same log store.
|
|
1152
1152
|
"""
|
|
1153
1153
|
return pulumi.get(self, "name")
|
|
1154
1154
|
|
|
@@ -1160,7 +1160,7 @@ class StoreIndexFieldSearchArgs:
|
|
|
1160
1160
|
@pulumi.getter
|
|
1161
1161
|
def alias(self) -> Optional[pulumi.Input[str]]:
|
|
1162
1162
|
"""
|
|
1163
|
-
The alias of one field
|
|
1163
|
+
The alias of one field
|
|
1164
1164
|
"""
|
|
1165
1165
|
return pulumi.get(self, "alias")
|
|
1166
1166
|
|
|
@@ -1232,7 +1232,7 @@ class StoreIndexFieldSearchArgs:
|
|
|
1232
1232
|
@pulumi.getter
|
|
1233
1233
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1234
1234
|
"""
|
|
1235
|
-
The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1235
|
+
The type of one field. Valid values: ["long", "text", "double", "json"]. Default to "long".
|
|
1236
1236
|
"""
|
|
1237
1237
|
return pulumi.get(self, "type")
|
|
1238
1238
|
|
|
@@ -1248,6 +1248,14 @@ class StoreIndexFieldSearchJsonKeyArgs:
|
|
|
1248
1248
|
alias: Optional[pulumi.Input[str]] = None,
|
|
1249
1249
|
doc_value: Optional[pulumi.Input[bool]] = None,
|
|
1250
1250
|
type: Optional[pulumi.Input[str]] = None):
|
|
1251
|
+
"""
|
|
1252
|
+
:param pulumi.Input[str] name: When using the json_keys field, this field is required.
|
|
1253
|
+
:param pulumi.Input[str] alias: The alias of one field.
|
|
1254
|
+
:param pulumi.Input[bool] doc_value: Whether to enable statistics. default to true.
|
|
1255
|
+
|
|
1256
|
+
> **Note:** At least one of the "full_text" and "field_search" should be specified.
|
|
1257
|
+
:param pulumi.Input[str] type: The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1258
|
+
"""
|
|
1251
1259
|
pulumi.set(__self__, "name", name)
|
|
1252
1260
|
if alias is not None:
|
|
1253
1261
|
pulumi.set(__self__, "alias", alias)
|
|
@@ -1259,6 +1267,9 @@ class StoreIndexFieldSearchJsonKeyArgs:
|
|
|
1259
1267
|
@property
|
|
1260
1268
|
@pulumi.getter
|
|
1261
1269
|
def name(self) -> pulumi.Input[str]:
|
|
1270
|
+
"""
|
|
1271
|
+
When using the json_keys field, this field is required.
|
|
1272
|
+
"""
|
|
1262
1273
|
return pulumi.get(self, "name")
|
|
1263
1274
|
|
|
1264
1275
|
@name.setter
|
|
@@ -1268,6 +1279,9 @@ class StoreIndexFieldSearchJsonKeyArgs:
|
|
|
1268
1279
|
@property
|
|
1269
1280
|
@pulumi.getter
|
|
1270
1281
|
def alias(self) -> Optional[pulumi.Input[str]]:
|
|
1282
|
+
"""
|
|
1283
|
+
The alias of one field.
|
|
1284
|
+
"""
|
|
1271
1285
|
return pulumi.get(self, "alias")
|
|
1272
1286
|
|
|
1273
1287
|
@alias.setter
|
|
@@ -1277,6 +1291,11 @@ class StoreIndexFieldSearchJsonKeyArgs:
|
|
|
1277
1291
|
@property
|
|
1278
1292
|
@pulumi.getter(name="docValue")
|
|
1279
1293
|
def doc_value(self) -> Optional[pulumi.Input[bool]]:
|
|
1294
|
+
"""
|
|
1295
|
+
Whether to enable statistics. default to true.
|
|
1296
|
+
|
|
1297
|
+
> **Note:** At least one of the "full_text" and "field_search" should be specified.
|
|
1298
|
+
"""
|
|
1280
1299
|
return pulumi.get(self, "doc_value")
|
|
1281
1300
|
|
|
1282
1301
|
@doc_value.setter
|
|
@@ -1286,6 +1305,9 @@ class StoreIndexFieldSearchJsonKeyArgs:
|
|
|
1286
1305
|
@property
|
|
1287
1306
|
@pulumi.getter
|
|
1288
1307
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1308
|
+
"""
|
|
1309
|
+
The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1310
|
+
"""
|
|
1289
1311
|
return pulumi.get(self, "type")
|
|
1290
1312
|
|
|
1291
1313
|
@type.setter
|
|
@@ -113,7 +113,7 @@ def get_projects(ids: Optional[Sequence[str]] = None,
|
|
|
113
113
|
:param Sequence[str] ids: A list of project IDs.
|
|
114
114
|
:param str name_regex: A regex string to filter results by project name.
|
|
115
115
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
116
|
-
:param str status: The status of project.
|
|
116
|
+
:param str status: The status of log project. Valid values `Normal` and `Disable`.
|
|
117
117
|
"""
|
|
118
118
|
__args__ = dict()
|
|
119
119
|
__args__['ids'] = ids
|
|
@@ -148,6 +148,6 @@ def get_projects_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]] = N
|
|
|
148
148
|
:param Sequence[str] ids: A list of project IDs.
|
|
149
149
|
:param str name_regex: A regex string to filter results by project name.
|
|
150
150
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
151
|
-
:param str status: The status of project.
|
|
151
|
+
:param str status: The status of log project. Valid values `Normal` and `Disable`.
|
|
152
152
|
"""
|
|
153
153
|
...
|
pulumi_alicloud/log/outputs.py
CHANGED
|
@@ -1058,14 +1058,14 @@ class StoreIndexFieldSearch(dict):
|
|
|
1058
1058
|
token: Optional[str] = None,
|
|
1059
1059
|
type: Optional[str] = None):
|
|
1060
1060
|
"""
|
|
1061
|
-
:param str name:
|
|
1062
|
-
:param str alias: The alias of one field
|
|
1061
|
+
:param str name: The field name, which is unique in the same log store.
|
|
1062
|
+
:param str alias: The alias of one field
|
|
1063
1063
|
:param bool case_sensitive: Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".
|
|
1064
1064
|
:param bool enable_analytics: Whether to enable field analytics. Default to true.
|
|
1065
1065
|
:param bool include_chinese: Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".
|
|
1066
1066
|
:param Sequence['StoreIndexFieldSearchJsonKeyArgs'] json_keys: Use nested index when type is json
|
|
1067
1067
|
:param str token: The string of several split words, like "\\r", "#". It is valid when "type" is "text" or "json".
|
|
1068
|
-
:param str type: The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1068
|
+
:param str type: The type of one field. Valid values: ["long", "text", "double", "json"]. Default to "long".
|
|
1069
1069
|
"""
|
|
1070
1070
|
pulumi.set(__self__, "name", name)
|
|
1071
1071
|
if alias is not None:
|
|
@@ -1087,7 +1087,7 @@ class StoreIndexFieldSearch(dict):
|
|
|
1087
1087
|
@pulumi.getter
|
|
1088
1088
|
def name(self) -> str:
|
|
1089
1089
|
"""
|
|
1090
|
-
|
|
1090
|
+
The field name, which is unique in the same log store.
|
|
1091
1091
|
"""
|
|
1092
1092
|
return pulumi.get(self, "name")
|
|
1093
1093
|
|
|
@@ -1095,7 +1095,7 @@ class StoreIndexFieldSearch(dict):
|
|
|
1095
1095
|
@pulumi.getter
|
|
1096
1096
|
def alias(self) -> Optional[str]:
|
|
1097
1097
|
"""
|
|
1098
|
-
The alias of one field
|
|
1098
|
+
The alias of one field
|
|
1099
1099
|
"""
|
|
1100
1100
|
return pulumi.get(self, "alias")
|
|
1101
1101
|
|
|
@@ -1143,7 +1143,7 @@ class StoreIndexFieldSearch(dict):
|
|
|
1143
1143
|
@pulumi.getter
|
|
1144
1144
|
def type(self) -> Optional[str]:
|
|
1145
1145
|
"""
|
|
1146
|
-
The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1146
|
+
The type of one field. Valid values: ["long", "text", "double", "json"]. Default to "long".
|
|
1147
1147
|
"""
|
|
1148
1148
|
return pulumi.get(self, "type")
|
|
1149
1149
|
|
|
@@ -1172,6 +1172,14 @@ class StoreIndexFieldSearchJsonKey(dict):
|
|
|
1172
1172
|
alias: Optional[str] = None,
|
|
1173
1173
|
doc_value: Optional[bool] = None,
|
|
1174
1174
|
type: Optional[str] = None):
|
|
1175
|
+
"""
|
|
1176
|
+
:param str name: When using the json_keys field, this field is required.
|
|
1177
|
+
:param str alias: The alias of one field.
|
|
1178
|
+
:param bool doc_value: Whether to enable statistics. default to true.
|
|
1179
|
+
|
|
1180
|
+
> **Note:** At least one of the "full_text" and "field_search" should be specified.
|
|
1181
|
+
:param str type: The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1182
|
+
"""
|
|
1175
1183
|
pulumi.set(__self__, "name", name)
|
|
1176
1184
|
if alias is not None:
|
|
1177
1185
|
pulumi.set(__self__, "alias", alias)
|
|
@@ -1183,21 +1191,35 @@ class StoreIndexFieldSearchJsonKey(dict):
|
|
|
1183
1191
|
@property
|
|
1184
1192
|
@pulumi.getter
|
|
1185
1193
|
def name(self) -> str:
|
|
1194
|
+
"""
|
|
1195
|
+
When using the json_keys field, this field is required.
|
|
1196
|
+
"""
|
|
1186
1197
|
return pulumi.get(self, "name")
|
|
1187
1198
|
|
|
1188
1199
|
@property
|
|
1189
1200
|
@pulumi.getter
|
|
1190
1201
|
def alias(self) -> Optional[str]:
|
|
1202
|
+
"""
|
|
1203
|
+
The alias of one field.
|
|
1204
|
+
"""
|
|
1191
1205
|
return pulumi.get(self, "alias")
|
|
1192
1206
|
|
|
1193
1207
|
@property
|
|
1194
1208
|
@pulumi.getter(name="docValue")
|
|
1195
1209
|
def doc_value(self) -> Optional[bool]:
|
|
1210
|
+
"""
|
|
1211
|
+
Whether to enable statistics. default to true.
|
|
1212
|
+
|
|
1213
|
+
> **Note:** At least one of the "full_text" and "field_search" should be specified.
|
|
1214
|
+
"""
|
|
1196
1215
|
return pulumi.get(self, "doc_value")
|
|
1197
1216
|
|
|
1198
1217
|
@property
|
|
1199
1218
|
@pulumi.getter
|
|
1200
1219
|
def type(self) -> Optional[str]:
|
|
1220
|
+
"""
|
|
1221
|
+
The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
|
|
1222
|
+
"""
|
|
1201
1223
|
return pulumi.get(self, "type")
|
|
1202
1224
|
|
|
1203
1225
|
|
|
@@ -33,6 +33,8 @@ class ServiceSubscriptionArgs:
|
|
|
33
33
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
34
34
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
35
35
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
36
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
37
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
36
38
|
"""
|
|
37
39
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
38
40
|
pulumi.set(__self__, "push_type", push_type)
|
|
@@ -125,6 +127,8 @@ class ServiceSubscriptionArgs:
|
|
|
125
127
|
def notify_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
126
128
|
"""
|
|
127
129
|
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
130
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
131
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
128
132
|
"""
|
|
129
133
|
return pulumi.get(self, "notify_strategy")
|
|
130
134
|
|
|
@@ -152,6 +156,8 @@ class _ServiceSubscriptionState:
|
|
|
152
156
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
153
157
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
154
158
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
159
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
160
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
155
161
|
:param pulumi.Input[str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
|
|
156
162
|
:param pulumi.Input[str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
157
163
|
:param pulumi.Input[str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
@@ -215,6 +221,8 @@ class _ServiceSubscriptionState:
|
|
|
215
221
|
def notify_strategy(self) -> Optional[pulumi.Input[str]]:
|
|
216
222
|
"""
|
|
217
223
|
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
224
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
225
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
218
226
|
"""
|
|
219
227
|
return pulumi.get(self, "notify_strategy")
|
|
220
228
|
|
|
@@ -322,6 +330,8 @@ class ServiceSubscription(pulumi.CustomResource):
|
|
|
322
330
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
323
331
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
324
332
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
333
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
334
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
325
335
|
:param pulumi.Input[str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
|
|
326
336
|
:param pulumi.Input[str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
327
337
|
:param pulumi.Input[str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
@@ -450,6 +460,8 @@ class ServiceSubscription(pulumi.CustomResource):
|
|
|
450
460
|
:param pulumi.Input[str] filter_tag: The tag that is used to filter messages. Only the messages that have the same tag can be pushed. A tag is a string that can be up to 16 characters in length. By default, no tag is specified to filter messages.
|
|
451
461
|
:param pulumi.Input[str] notify_content_format: The NotifyContentFormat attribute of Subscription. This attribute specifies the content format of the messages pushed to users. Valid values: `XML`, `JSON` and `SIMPLIFIED`. Default value: `XML`.
|
|
452
462
|
:param pulumi.Input[str] notify_strategy: The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
463
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
464
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
453
465
|
:param pulumi.Input[str] push_type: The Push type of Subscription. The Valid values: `http`, `queue`, `mpush`, `alisms` and `email`.
|
|
454
466
|
:param pulumi.Input[str] subscription_name: Two topics subscription on a single account in the same topic cannot have the same name. A topic subscription name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
455
467
|
:param pulumi.Input[str] topic_name: The topic which The subscription belongs to was named with the name. A topic name must start with an English letter or a digit, and can contain English letters, digits, and hyphens, with the length not exceeding 255 characters.
|
|
@@ -499,6 +511,8 @@ class ServiceSubscription(pulumi.CustomResource):
|
|
|
499
511
|
def notify_strategy(self) -> pulumi.Output[str]:
|
|
500
512
|
"""
|
|
501
513
|
The NotifyStrategy attribute of Subscription. This attribute specifies the retry strategy when message sending fails. Default value: `BACKOFF_RETRY`. Valid values:
|
|
514
|
+
- `BACKOFF_RETRY`: retries with a fixed backoff interval.
|
|
515
|
+
- `EXPONENTIAL_DECAY_RETRY`: retries with exponential backoff.
|
|
502
516
|
"""
|
|
503
517
|
return pulumi.get(self, "notify_strategy")
|
|
504
518
|
|
|
@@ -104,8 +104,8 @@ def get_accounts(account_name: Optional[str] = None,
|
|
|
104
104
|
```
|
|
105
105
|
|
|
106
106
|
|
|
107
|
-
:param str account_name: The name of the account.
|
|
108
|
-
:param str instance_id: The
|
|
107
|
+
:param str account_name: The name of the account. Valid values: `root`.
|
|
108
|
+
:param str instance_id: The ID of the instance.
|
|
109
109
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
110
110
|
"""
|
|
111
111
|
__args__ = dict()
|
|
@@ -147,8 +147,8 @@ def get_accounts_output(account_name: Optional[pulumi.Input[Optional[str]]] = No
|
|
|
147
147
|
```
|
|
148
148
|
|
|
149
149
|
|
|
150
|
-
:param str account_name: The name of the account.
|
|
151
|
-
:param str instance_id: The
|
|
150
|
+
:param str account_name: The name of the account. Valid values: `root`.
|
|
151
|
+
:param str instance_id: The ID of the instance.
|
|
152
152
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
153
153
|
"""
|
|
154
154
|
...
|
|
@@ -93,7 +93,7 @@ def get_audit_policies(db_instance_id: Optional[str] = None,
|
|
|
93
93
|
```
|
|
94
94
|
|
|
95
95
|
|
|
96
|
-
:param str db_instance_id: The
|
|
96
|
+
:param str db_instance_id: The id of the db instance.
|
|
97
97
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
98
98
|
"""
|
|
99
99
|
__args__ = dict()
|
|
@@ -131,7 +131,7 @@ def get_audit_policies_output(db_instance_id: Optional[pulumi.Input[str]] = None
|
|
|
131
131
|
```
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
:param str db_instance_id: The
|
|
134
|
+
:param str db_instance_id: The id of the db instance.
|
|
135
135
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
136
136
|
"""
|
|
137
137
|
...
|
|
@@ -85,6 +85,9 @@ class InstanceArgs:
|
|
|
85
85
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
86
86
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
87
87
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
88
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
89
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
90
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
88
91
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
89
92
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
90
93
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -95,7 +98,12 @@ class InstanceArgs:
|
|
|
95
98
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
96
99
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
97
100
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
101
|
+
- `Standard`: standard backup.
|
|
102
|
+
- `Flash `: single-digit second backup.
|
|
98
103
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
104
|
+
- `Open`: turn on SSL encryption.
|
|
105
|
+
- `Close`: turn off SSL encryption.
|
|
106
|
+
- `Update`: update SSL certificate.
|
|
99
107
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
100
108
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
101
109
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -458,6 +466,9 @@ class InstanceArgs:
|
|
|
458
466
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
459
467
|
"""
|
|
460
468
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
469
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
470
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
471
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
461
472
|
"""
|
|
462
473
|
return pulumi.get(self, "order_type")
|
|
463
474
|
|
|
@@ -578,6 +589,8 @@ class InstanceArgs:
|
|
|
578
589
|
def snapshot_backup_type(self) -> Optional[pulumi.Input[str]]:
|
|
579
590
|
"""
|
|
580
591
|
The snapshot backup type. Default value: `Standard`. Valid values:
|
|
592
|
+
- `Standard`: standard backup.
|
|
593
|
+
- `Flash `: single-digit second backup.
|
|
581
594
|
"""
|
|
582
595
|
return pulumi.get(self, "snapshot_backup_type")
|
|
583
596
|
|
|
@@ -590,6 +603,9 @@ class InstanceArgs:
|
|
|
590
603
|
def ssl_action(self) -> Optional[pulumi.Input[str]]:
|
|
591
604
|
"""
|
|
592
605
|
Actions performed on SSL functions. Valid values:
|
|
606
|
+
- `Open`: turn on SSL encryption.
|
|
607
|
+
- `Close`: turn off SSL encryption.
|
|
608
|
+
- `Update`: update SSL certificate.
|
|
593
609
|
"""
|
|
594
610
|
return pulumi.get(self, "ssl_action")
|
|
595
611
|
|
|
@@ -760,6 +776,9 @@ class _InstanceState:
|
|
|
760
776
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
761
777
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
762
778
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
779
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
780
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
781
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
763
782
|
:param pulumi.Input[Sequence[pulumi.Input['InstanceParameterArgs']]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
764
783
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
765
784
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -773,7 +792,12 @@ class _InstanceState:
|
|
|
773
792
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
774
793
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
775
794
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
795
|
+
- `Standard`: standard backup.
|
|
796
|
+
- `Flash `: single-digit second backup.
|
|
776
797
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
798
|
+
- `Open`: turn on SSL encryption.
|
|
799
|
+
- `Close`: turn off SSL encryption.
|
|
800
|
+
- `Update`: update SSL certificate.
|
|
777
801
|
:param pulumi.Input[str] ssl_status: Status of the SSL feature.
|
|
778
802
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
779
803
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
@@ -1148,6 +1172,9 @@ class _InstanceState:
|
|
|
1148
1172
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
1149
1173
|
"""
|
|
1150
1174
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1175
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1176
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1177
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1151
1178
|
"""
|
|
1152
1179
|
return pulumi.get(self, "order_type")
|
|
1153
1180
|
|
|
@@ -1304,6 +1331,8 @@ class _InstanceState:
|
|
|
1304
1331
|
def snapshot_backup_type(self) -> Optional[pulumi.Input[str]]:
|
|
1305
1332
|
"""
|
|
1306
1333
|
The snapshot backup type. Default value: `Standard`. Valid values:
|
|
1334
|
+
- `Standard`: standard backup.
|
|
1335
|
+
- `Flash `: single-digit second backup.
|
|
1307
1336
|
"""
|
|
1308
1337
|
return pulumi.get(self, "snapshot_backup_type")
|
|
1309
1338
|
|
|
@@ -1316,6 +1345,9 @@ class _InstanceState:
|
|
|
1316
1345
|
def ssl_action(self) -> Optional[pulumi.Input[str]]:
|
|
1317
1346
|
"""
|
|
1318
1347
|
Actions performed on SSL functions. Valid values:
|
|
1348
|
+
- `Open`: turn on SSL encryption.
|
|
1349
|
+
- `Close`: turn off SSL encryption.
|
|
1350
|
+
- `Update`: update SSL certificate.
|
|
1319
1351
|
"""
|
|
1320
1352
|
return pulumi.get(self, "ssl_action")
|
|
1321
1353
|
|
|
@@ -1561,6 +1593,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1561
1593
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
1562
1594
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
1563
1595
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1596
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1597
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1598
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1564
1599
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceParameterArgs']]]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
1565
1600
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1566
1601
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -1571,7 +1606,12 @@ class Instance(pulumi.CustomResource):
|
|
|
1571
1606
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
1572
1607
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
1573
1608
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
1609
|
+
- `Standard`: standard backup.
|
|
1610
|
+
- `Flash `: single-digit second backup.
|
|
1574
1611
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
1612
|
+
- `Open`: turn on SSL encryption.
|
|
1613
|
+
- `Close`: turn off SSL encryption.
|
|
1614
|
+
- `Update`: update SSL certificate.
|
|
1575
1615
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
1576
1616
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
1577
1617
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -1858,6 +1898,9 @@ class Instance(pulumi.CustomResource):
|
|
|
1858
1898
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
1859
1899
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic`, `VPC`.
|
|
1860
1900
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1901
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1902
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1903
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1861
1904
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['InstanceParameterArgs']]]] parameters: Set of parameters needs to be set after mongodb instance was launched. See `parameters` below.
|
|
1862
1905
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1863
1906
|
:param pulumi.Input[int] readonly_replicas: The number of read-only nodes in the replica set instance. Default value: 0. Valid values: 0 to 5.
|
|
@@ -1871,7 +1914,12 @@ class Instance(pulumi.CustomResource):
|
|
|
1871
1914
|
:param pulumi.Input[str] security_group_id: The Security Group ID of ECS.
|
|
1872
1915
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_ip_lists: List of IP addresses allowed to access all databases of an instance. The list contains up to 1,000 IP addresses, separated by commas. Supported formats include 0.0.0.0/0, 10.23.12.24 (IP), and 10.23.12.24/24 (Classless Inter-Domain Routing (CIDR) mode. /24 represents the length of the prefix in an IP address. The range of the prefix length is [1,32]).
|
|
1873
1916
|
:param pulumi.Input[str] snapshot_backup_type: The snapshot backup type. Default value: `Standard`. Valid values:
|
|
1917
|
+
- `Standard`: standard backup.
|
|
1918
|
+
- `Flash `: single-digit second backup.
|
|
1874
1919
|
:param pulumi.Input[str] ssl_action: Actions performed on SSL functions. Valid values:
|
|
1920
|
+
- `Open`: turn on SSL encryption.
|
|
1921
|
+
- `Close`: turn off SSL encryption.
|
|
1922
|
+
- `Update`: update SSL certificate.
|
|
1875
1923
|
:param pulumi.Input[str] ssl_status: Status of the SSL feature.
|
|
1876
1924
|
:param pulumi.Input[str] storage_engine: The storage engine of the instance. Default value: `WiredTiger`. Valid values: `WiredTiger`, `RocksDB`.
|
|
1877
1925
|
:param pulumi.Input[str] storage_type: The storage type of the instance. Valid values: `cloud_essd1`, `cloud_essd2`, `cloud_essd3`, `local_ssd`.
|
|
@@ -2118,6 +2166,9 @@ class Instance(pulumi.CustomResource):
|
|
|
2118
2166
|
def order_type(self) -> pulumi.Output[Optional[str]]:
|
|
2119
2167
|
"""
|
|
2120
2168
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
2169
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
2170
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
2171
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
2121
2172
|
"""
|
|
2122
2173
|
return pulumi.get(self, "order_type")
|
|
2123
2174
|
|
|
@@ -2222,6 +2273,8 @@ class Instance(pulumi.CustomResource):
|
|
|
2222
2273
|
def snapshot_backup_type(self) -> pulumi.Output[str]:
|
|
2223
2274
|
"""
|
|
2224
2275
|
The snapshot backup type. Default value: `Standard`. Valid values:
|
|
2276
|
+
- `Standard`: standard backup.
|
|
2277
|
+
- `Flash `: single-digit second backup.
|
|
2225
2278
|
"""
|
|
2226
2279
|
return pulumi.get(self, "snapshot_backup_type")
|
|
2227
2280
|
|
|
@@ -2230,6 +2283,9 @@ class Instance(pulumi.CustomResource):
|
|
|
2230
2283
|
def ssl_action(self) -> pulumi.Output[Optional[str]]:
|
|
2231
2284
|
"""
|
|
2232
2285
|
Actions performed on SSL functions. Valid values:
|
|
2286
|
+
- `Open`: turn on SSL encryption.
|
|
2287
|
+
- `Close`: turn off SSL encryption.
|
|
2288
|
+
- `Update`: update SSL certificate.
|
|
2233
2289
|
"""
|
|
2234
2290
|
return pulumi.get(self, "ssl_action")
|
|
2235
2291
|
|
|
@@ -1574,6 +1574,11 @@ class GetServerlessInstancesInstanceSecurityIpGroupResult(dict):
|
|
|
1574
1574
|
security_ip_group_attribute: str,
|
|
1575
1575
|
security_ip_group_name: str,
|
|
1576
1576
|
security_ip_list: str):
|
|
1577
|
+
"""
|
|
1578
|
+
:param str security_ip_group_attribute: The attribute of the IP whitelist. This parameter is empty by default.
|
|
1579
|
+
:param str security_ip_group_name: The name of the IP whitelist.
|
|
1580
|
+
:param str security_ip_list: The IP addresses in the whitelist.
|
|
1581
|
+
"""
|
|
1577
1582
|
pulumi.set(__self__, "security_ip_group_attribute", security_ip_group_attribute)
|
|
1578
1583
|
pulumi.set(__self__, "security_ip_group_name", security_ip_group_name)
|
|
1579
1584
|
pulumi.set(__self__, "security_ip_list", security_ip_list)
|
|
@@ -1581,16 +1586,25 @@ class GetServerlessInstancesInstanceSecurityIpGroupResult(dict):
|
|
|
1581
1586
|
@property
|
|
1582
1587
|
@pulumi.getter(name="securityIpGroupAttribute")
|
|
1583
1588
|
def security_ip_group_attribute(self) -> str:
|
|
1589
|
+
"""
|
|
1590
|
+
The attribute of the IP whitelist. This parameter is empty by default.
|
|
1591
|
+
"""
|
|
1584
1592
|
return pulumi.get(self, "security_ip_group_attribute")
|
|
1585
1593
|
|
|
1586
1594
|
@property
|
|
1587
1595
|
@pulumi.getter(name="securityIpGroupName")
|
|
1588
1596
|
def security_ip_group_name(self) -> str:
|
|
1597
|
+
"""
|
|
1598
|
+
The name of the IP whitelist.
|
|
1599
|
+
"""
|
|
1589
1600
|
return pulumi.get(self, "security_ip_group_name")
|
|
1590
1601
|
|
|
1591
1602
|
@property
|
|
1592
1603
|
@pulumi.getter(name="securityIpList")
|
|
1593
1604
|
def security_ip_list(self) -> str:
|
|
1605
|
+
"""
|
|
1606
|
+
The IP addresses in the whitelist.
|
|
1607
|
+
"""
|
|
1594
1608
|
return pulumi.get(self, "security_ip_list")
|
|
1595
1609
|
|
|
1596
1610
|
|
|
@@ -57,6 +57,9 @@ class ShardingInstanceArgs:
|
|
|
57
57
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
58
58
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
59
59
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
60
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
61
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
62
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
60
63
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
61
64
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
62
65
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -279,6 +282,9 @@ class ShardingInstanceArgs:
|
|
|
279
282
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
280
283
|
"""
|
|
281
284
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
285
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
286
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
287
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
282
288
|
"""
|
|
283
289
|
return pulumi.get(self, "order_type")
|
|
284
290
|
|
|
@@ -464,6 +470,9 @@ class _ShardingInstanceState:
|
|
|
464
470
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
465
471
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
466
472
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
473
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
474
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
475
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
467
476
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
468
477
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
469
478
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -681,6 +690,9 @@ class _ShardingInstanceState:
|
|
|
681
690
|
def order_type(self) -> Optional[pulumi.Input[str]]:
|
|
682
691
|
"""
|
|
683
692
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
693
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
694
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
695
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
684
696
|
"""
|
|
685
697
|
return pulumi.get(self, "order_type")
|
|
686
698
|
|
|
@@ -966,6 +978,9 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
966
978
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
967
979
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
968
980
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
981
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
982
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
983
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
969
984
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
970
985
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
971
986
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -1199,6 +1214,9 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1199
1214
|
:param pulumi.Input[str] name: The name of DB instance. It must be 2 to 256 characters in length.
|
|
1200
1215
|
:param pulumi.Input[str] network_type: The network type of the instance. Valid values:`Classic` or `VPC`.
|
|
1201
1216
|
:param pulumi.Input[str] order_type: The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1217
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1218
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1219
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1202
1220
|
:param pulumi.Input[int] period: The duration that you will buy DB instance (in month). It is valid when `instance_charge_type` is `PrePaid`. Default value: `1`. Valid values: [1~9], 12, 24, 36.
|
|
1203
1221
|
:param pulumi.Input[str] protocol_type: The type of the access protocol. Valid values: `mongodb` or `dynamodb`.
|
|
1204
1222
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -1347,6 +1365,9 @@ class ShardingInstance(pulumi.CustomResource):
|
|
|
1347
1365
|
def order_type(self) -> pulumi.Output[Optional[str]]:
|
|
1348
1366
|
"""
|
|
1349
1367
|
The type of configuration changes performed. Default value: `DOWNGRADE`. Valid values:
|
|
1368
|
+
- `UPGRADE`: The specifications are upgraded.
|
|
1369
|
+
- `DOWNGRADE`: The specifications are downgraded.
|
|
1370
|
+
**NOTE:** `order_type` is only applicable to instances when `instance_charge_type` is `PrePaid`.
|
|
1350
1371
|
"""
|
|
1351
1372
|
return pulumi.get(self, "order_type")
|
|
1352
1373
|
|