pulumi-alicloud 3.56.0a1715923185__py3-none-any.whl → 3.56.0a1716566612__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_alicloud/actiontrail/outputs.py +4 -0
- pulumi_alicloud/adb/db_cluster.py +14 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +2 -2
- pulumi_alicloud/alb/_inputs.py +34 -0
- pulumi_alicloud/alb/get_acls.py +2 -2
- pulumi_alicloud/alb/get_security_policies.py +4 -4
- pulumi_alicloud/alb/outputs.py +188 -10
- pulumi_alicloud/alb/rule.py +14 -0
- pulumi_alicloud/alb/server_group.py +21 -0
- pulumi_alicloud/amqp/get_instances.py +2 -2
- pulumi_alicloud/apigateway/get_log_configs.py +2 -2
- pulumi_alicloud/apigateway/get_plugins.py +6 -6
- pulumi_alicloud/arms/outputs.py +20 -0
- pulumi_alicloud/bastionhost/get_users.py +4 -4
- pulumi_alicloud/bastionhost/host.py +28 -7
- pulumi_alicloud/bastionhost/instance.py +14 -0
- pulumi_alicloud/cddc/get_dedicated_host_accounts.py +2 -2
- pulumi_alicloud/cddc/get_dedicated_host_groups.py +2 -2
- pulumi_alicloud/cddc/outputs.py +0 -6
- pulumi_alicloud/cdn/get_real_time_log_deliveries.py +0 -2
- pulumi_alicloud/cen/get_traffic_marking_policies.py +2 -4
- pulumi_alicloud/cen/get_transit_router_route_table_associations.py +8 -0
- pulumi_alicloud/cen/outputs.py +6 -0
- pulumi_alicloud/cen/transit_router_peer_attachment.py +14 -0
- pulumi_alicloud/cen/transit_router_prefix_list_association.py +28 -0
- pulumi_alicloud/cfg/aggregator.py +14 -0
- pulumi_alicloud/clickhouse/outputs.py +34 -4
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +12 -4
- pulumi_alicloud/cloudfirewall/instance.py +28 -0
- pulumi_alicloud/cloudsso/get_access_assignments.py +4 -4
- pulumi_alicloud/cloudsso/get_groups.py +2 -2
- pulumi_alicloud/cloudsso/outputs.py +104 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_block_volumes.py +2 -2
- pulumi_alicloud/cloudstoragegateway/get_gateway_cache_disks.py +2 -2
- pulumi_alicloud/cms/_inputs.py +16 -0
- pulumi_alicloud/cms/get_event_rules.py +2 -2
- pulumi_alicloud/cms/get_group_metric_rules.py +4 -4
- pulumi_alicloud/cms/get_hybrid_monitor_fc_tasks.py +2 -2
- pulumi_alicloud/cms/get_monitor_groups.py +2 -4
- pulumi_alicloud/cms/outputs.py +216 -0
- pulumi_alicloud/cr/get_chart_namespaces.py +2 -2
- pulumi_alicloud/cr/get_chart_repositories.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_policies.py +2 -2
- pulumi_alicloud/cr/get_endpoint_acl_service.py +2 -2
- pulumi_alicloud/cr/get_vpc_endpoint_linked_vpcs.py +4 -0
- pulumi_alicloud/cr/outputs.py +4 -0
- pulumi_alicloud/cr/vpc_endpoint_linked_vpc.py +14 -0
- pulumi_alicloud/cs/_inputs.py +244 -16
- pulumi_alicloud/cs/edge_kubernetes.py +29 -15
- pulumi_alicloud/cs/kubernetes.py +54 -7
- pulumi_alicloud/cs/managed_kubernetes.py +34 -0
- pulumi_alicloud/cs/node_pool.py +105 -0
- pulumi_alicloud/cs/outputs.py +266 -16
- pulumi_alicloud/databasefilesystem/get_snapshots.py +2 -2
- pulumi_alicloud/databasefilesystem/outputs.py +6 -0
- pulumi_alicloud/dbs/get_backup_plans.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +4 -4
- pulumi_alicloud/dcdn/outputs.py +10 -0
- pulumi_alicloud/ddos/domain_resource.py +21 -0
- pulumi_alicloud/ddos/get_ddos_bgp_ips.py +6 -2
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +2 -2
- pulumi_alicloud/dfs/outputs.py +10 -0
- pulumi_alicloud/directmail/get_mail_addresses.py +2 -2
- pulumi_alicloud/directmail/get_receivers.py +2 -2
- pulumi_alicloud/dns/_inputs.py +16 -0
- pulumi_alicloud/dns/get_access_strategies.py +6 -2
- pulumi_alicloud/dns/outputs.py +68 -2
- pulumi_alicloud/dns/record.py +4 -0
- pulumi_alicloud/dts/get_subscription_jobs.py +2 -4
- pulumi_alicloud/dts/get_synchronization_jobs.py +2 -2
- pulumi_alicloud/dts/instance.py +21 -0
- pulumi_alicloud/eais/get_instances.py +2 -2
- pulumi_alicloud/ebs/outputs.py +6 -0
- pulumi_alicloud/eci/get_container_groups.py +6 -8
- pulumi_alicloud/eci/get_virtual_nodes.py +6 -8
- pulumi_alicloud/eci/outputs.py +26 -26
- pulumi_alicloud/ecs/_inputs.py +63 -1
- pulumi_alicloud/ecs/disk.py +28 -7
- pulumi_alicloud/ecs/ecs_deployment_set.py +23 -9
- pulumi_alicloud/ecs/ecs_disk.py +28 -7
- pulumi_alicloud/ecs/ecs_instance_set.py +35 -0
- pulumi_alicloud/ecs/eip.py +68 -0
- pulumi_alicloud/ecs/eip_address.py +199 -7
- pulumi_alicloud/ecs/get_auto_snapshot_policies.py +2 -2
- pulumi_alicloud/ecs/get_commands.py +4 -4
- pulumi_alicloud/ecs/get_ecs_deployment_sets.py +2 -2
- pulumi_alicloud/ecs/get_ecs_image_components.py +10 -6
- pulumi_alicloud/ecs/get_ecs_key_pairs.py +2 -4
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +0 -2
- pulumi_alicloud/ecs/get_ecs_network_interface_permissions.py +2 -2
- pulumi_alicloud/ecs/get_ecs_snapshots.py +16 -16
- pulumi_alicloud/ecs/get_ecs_storage_capacity_units.py +2 -2
- pulumi_alicloud/ecs/get_eip_addresses.py +12 -12
- pulumi_alicloud/ecs/get_images.py +20 -4
- pulumi_alicloud/ecs/instance.py +222 -126
- pulumi_alicloud/ecs/outputs.py +217 -93
- pulumi_alicloud/eds/ad_connector_office_site.py +21 -0
- pulumi_alicloud/eds/get_ad_connector_office_sites.py +20 -2
- pulumi_alicloud/eds/get_desktop_types.py +4 -4
- pulumi_alicloud/eds/get_desktops.py +2 -4
- pulumi_alicloud/eds/get_images.py +2 -2
- pulumi_alicloud/eds/get_ram_directories.py +2 -2
- pulumi_alicloud/eds/get_simple_office_sites.py +2 -2
- pulumi_alicloud/eds/get_users.py +2 -2
- pulumi_alicloud/eds/outputs.py +58 -4
- pulumi_alicloud/ehpc/cluster.py +70 -0
- pulumi_alicloud/ehpc/outputs.py +112 -2
- pulumi_alicloud/eipanycast/get_anycast_eip_addresses.py +6 -6
- pulumi_alicloud/emr/get_clusters.py +8 -8
- pulumi_alicloud/emr/outputs.py +18 -32
- pulumi_alicloud/emrv2/get_clusters.py +4 -4
- pulumi_alicloud/ess/_inputs.py +2 -2
- pulumi_alicloud/ess/outputs.py +2 -2
- pulumi_alicloud/ess/scaling_group.py +7 -7
- pulumi_alicloud/eventbridge/_inputs.py +4 -0
- pulumi_alicloud/eventbridge/get_rules.py +2 -2
- pulumi_alicloud/eventbridge/outputs.py +4 -0
- pulumi_alicloud/expressconnect/get_access_points.py +2 -2
- pulumi_alicloud/expressconnect/get_physical_connections.py +2 -2
- pulumi_alicloud/expressconnect/get_virtual_border_routers.py +2 -2
- pulumi_alicloud/fnf/get_executions.py +2 -2
- pulumi_alicloud/ga/_inputs.py +12 -0
- pulumi_alicloud/ga/accelerator.py +49 -0
- pulumi_alicloud/ga/bandwidth_package.py +21 -0
- pulumi_alicloud/ga/custom_routing_endpoint.py +21 -0
- pulumi_alicloud/ga/endpoint_group.py +28 -0
- pulumi_alicloud/ga/get_accelerators.py +4 -0
- pulumi_alicloud/ga/get_acls.py +2 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +4 -4
- pulumi_alicloud/ga/get_ip_sets.py +2 -2
- pulumi_alicloud/ga/get_listeners.py +2 -2
- pulumi_alicloud/ga/listener.py +28 -0
- pulumi_alicloud/ga/outputs.py +14 -2
- pulumi_alicloud/gpdb/get_db_instance_plans.py +2 -2
- pulumi_alicloud/gpdb/get_instances.py +2 -4
- pulumi_alicloud/graphdatabase/outputs.py +14 -0
- pulumi_alicloud/hbr/_inputs.py +2 -0
- pulumi_alicloud/hbr/ecs_backup_plan.py +7 -0
- pulumi_alicloud/hbr/get_backup_jobs.py +4 -4
- pulumi_alicloud/hbr/get_hana_backup_plans.py +2 -4
- pulumi_alicloud/hbr/get_hana_instances.py +12 -4
- pulumi_alicloud/hbr/get_restore_jobs.py +10 -10
- pulumi_alicloud/hbr/get_snapshots.py +14 -14
- pulumi_alicloud/hbr/get_vaults.py +4 -0
- pulumi_alicloud/hbr/hana_backup_plan.py +21 -0
- pulumi_alicloud/hbr/nas_backup_plan.py +7 -0
- pulumi_alicloud/hbr/oss_backup_plan.py +7 -0
- pulumi_alicloud/hbr/ots_backup_plan.py +7 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/hbr/server_backup_plan.py +7 -0
- pulumi_alicloud/hbr/vault.py +14 -0
- pulumi_alicloud/imp/get_app_templates.py +2 -2
- pulumi_alicloud/kms/instance.py +218 -128
- pulumi_alicloud/kms/key.py +133 -21
- pulumi_alicloud/kms/secret.py +28 -0
- pulumi_alicloud/kvstore/account.py +21 -7
- pulumi_alicloud/kvstore/get_accounts.py +2 -2
- pulumi_alicloud/kvstore/instance.py +14 -0
- pulumi_alicloud/lindorm/get_instances.py +2 -2
- pulumi_alicloud/log/_inputs.py +28 -6
- pulumi_alicloud/log/get_projects.py +2 -2
- pulumi_alicloud/log/outputs.py +28 -6
- pulumi_alicloud/message/service_queue.py +100 -82
- pulumi_alicloud/message/service_subscription.py +14 -0
- pulumi_alicloud/mongodb/get_accounts.py +4 -4
- pulumi_alicloud/mongodb/get_audit_policies.py +2 -2
- pulumi_alicloud/mongodb/instance.py +56 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/mongodb/sharding_instance.py +21 -0
- pulumi_alicloud/mse/cluster.py +28 -0
- pulumi_alicloud/mse/outputs.py +34 -0
- pulumi_alicloud/nas/access_rule.py +38 -18
- pulumi_alicloud/nas/auto_snapshot_policy.py +111 -26
- pulumi_alicloud/nas/data_flow.py +14 -0
- pulumi_alicloud/nas/file_system.py +14 -0
- pulumi_alicloud/nas/get_data_flows.py +2 -2
- pulumi_alicloud/nas/get_file_systems.py +4 -0
- pulumi_alicloud/nas/get_filesets.py +2 -2
- pulumi_alicloud/nas/get_snapshots.py +2 -2
- pulumi_alicloud/nas/outputs.py +4 -0
- pulumi_alicloud/nlb/get_load_balancers.py +10 -12
- pulumi_alicloud/nlb/get_security_policies.py +2 -4
- pulumi_alicloud/nlb/get_server_groups.py +4 -6
- pulumi_alicloud/nlb/load_balancer.py +14 -0
- pulumi_alicloud/nlb/server_group.py +56 -7
- pulumi_alicloud/ocean/get_base_instances.py +4 -4
- pulumi_alicloud/oos/get_parameters.py +6 -6
- pulumi_alicloud/oos/get_patch_baselines.py +4 -4
- pulumi_alicloud/oos/get_secret_parameters.py +4 -4
- pulumi_alicloud/oos/parameter.py +28 -0
- pulumi_alicloud/oos/secret_parameter.py +28 -0
- pulumi_alicloud/ots/instance.py +91 -0
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +6 -6
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +2 -2
- pulumi_alicloud/privatelink/vpc_endpoint.py +124 -41
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/get_resolver_zones.py +2 -2
- pulumi_alicloud/quotas/_inputs.py +0 -10
- pulumi_alicloud/quotas/outputs.py +10 -10
- pulumi_alicloud/rds/get_accounts.py +2 -2
- pulumi_alicloud/rds/get_cross_region_backups.py +6 -2
- pulumi_alicloud/resourcemanager/get_control_policies.py +2 -2
- pulumi_alicloud/resourcemanager/get_control_policy_attachments.py +2 -2
- pulumi_alicloud/resourcemanager/get_delegated_administrators.py +2 -2
- pulumi_alicloud/resourcemanager/get_resource_shares.py +4 -4
- pulumi_alicloud/resourcemanager/shared_resource.py +35 -0
- pulumi_alicloud/ros/get_change_sets.py +2 -2
- pulumi_alicloud/ros/get_stack_groups.py +2 -2
- pulumi_alicloud/ros/get_stack_instances.py +12 -2
- pulumi_alicloud/ros/get_stacks.py +4 -4
- pulumi_alicloud/ros/get_templates.py +4 -4
- pulumi_alicloud/ros/outputs.py +68 -2
- pulumi_alicloud/ros/stack_instance.py +52 -4
- pulumi_alicloud/sae/get_config_maps.py +2 -2
- pulumi_alicloud/sae/get_ingresses.py +2 -2
- pulumi_alicloud/sae/outputs.py +274 -0
- pulumi_alicloud/scdn/get_domains.py +2 -2
- pulumi_alicloud/sddp/get_data_limits.py +4 -4
- pulumi_alicloud/sddp/get_rules.py +10 -10
- pulumi_alicloud/simpleapplicationserver/get_images.py +0 -8
- pulumi_alicloud/simpleapplicationserver/get_instances.py +4 -4
- pulumi_alicloud/simpleapplicationserver/get_server_disks.py +2 -2
- pulumi_alicloud/simpleapplicationserver/get_server_snapshots.py +2 -2
- pulumi_alicloud/simpleapplicationserver/snapshot.py +4 -4
- pulumi_alicloud/slb/get_tls_cipher_policies.py +2 -2
- pulumi_alicloud/tsdb/get_instances.py +2 -2
- pulumi_alicloud/videosurveillance/get_system_groups.py +2 -2
- pulumi_alicloud/vod/domain.py +14 -0
- pulumi_alicloud/vod/get_domains.py +4 -0
- pulumi_alicloud/vpc/get_bgp_groups.py +4 -4
- pulumi_alicloud/vpc/get_bgp_networks.py +4 -4
- pulumi_alicloud/vpc/get_bgp_peers.py +6 -6
- pulumi_alicloud/vpc/get_havips.py +2 -2
- pulumi_alicloud/vpc/get_ipv4_gateways.py +2 -2
- pulumi_alicloud/vpc/get_ipv6_addresses.py +6 -2
- pulumi_alicloud/vpc/get_ipv6_egress_rules.py +4 -4
- pulumi_alicloud/vpc/get_ipv6_gateways.py +2 -2
- pulumi_alicloud/vpc/get_nat_ip_cidrs.py +6 -6
- pulumi_alicloud/vpc/get_nat_ips.py +6 -6
- pulumi_alicloud/vpc/get_network_acls.py +4 -4
- pulumi_alicloud/vpc/get_peer_connections.py +2 -2
- pulumi_alicloud/vpc/get_public_ip_address_pools.py +6 -6
- pulumi_alicloud/vpc/get_traffic_mirror_filter_egress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filter_ingress_rules.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_filters.py +2 -2
- pulumi_alicloud/vpc/get_traffic_mirror_sessions.py +6 -6
- pulumi_alicloud/vpc/get_vpc_flow_logs.py +6 -6
- pulumi_alicloud/vpc/ha_vip.py +8 -0
- pulumi_alicloud/vpc/nat_gateway.py +14 -0
- pulumi_alicloud/vpc/outputs.py +14 -14
- pulumi_alicloud/vpc/route_entry.py +70 -0
- pulumi_alicloud/vpn/get_gateway_vpn_attachments.py +2 -2
- pulumi_alicloud/vpn/get_gateway_zones.py +16 -0
- pulumi_alicloud/vpn/outputs.py +4 -4
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/RECORD +260 -260
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/WHEEL +0 -0
- {pulumi_alicloud-3.56.0a1715923185.dist-info → pulumi_alicloud-3.56.0a1716566612.dist-info}/top_level.txt +0 -0
|
@@ -59,6 +59,8 @@ class LoadBalancerArgs:
|
|
|
59
59
|
:param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify protection. See `modification_protection_config` below.
|
|
60
60
|
:param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
|
|
61
61
|
:param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
62
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
63
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
62
64
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
63
65
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
|
|
64
66
|
:param pulumi.Input[Mapping[str, Any]] tags: List of labels.
|
|
@@ -278,6 +280,8 @@ class LoadBalancerArgs:
|
|
|
278
280
|
def modification_protection_status(self) -> Optional[pulumi.Input[str]]:
|
|
279
281
|
"""
|
|
280
282
|
Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
283
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
284
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
281
285
|
"""
|
|
282
286
|
return pulumi.get(self, "modification_protection_status")
|
|
283
287
|
|
|
@@ -373,6 +377,8 @@ class _LoadBalancerState:
|
|
|
373
377
|
:param pulumi.Input['LoadBalancerModificationProtectionConfigArgs'] modification_protection_config: Modify protection. See `modification_protection_config` below.
|
|
374
378
|
:param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
|
|
375
379
|
:param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
380
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
381
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
376
382
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
377
383
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
|
|
378
384
|
:param pulumi.Input[str] status: The status of the resource.
|
|
@@ -618,6 +624,8 @@ class _LoadBalancerState:
|
|
|
618
624
|
def modification_protection_status(self) -> Optional[pulumi.Input[str]]:
|
|
619
625
|
"""
|
|
620
626
|
Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
627
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
628
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
621
629
|
"""
|
|
622
630
|
return pulumi.get(self, "modification_protection_status")
|
|
623
631
|
|
|
@@ -810,6 +818,8 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
810
818
|
:param pulumi.Input[pulumi.InputType['LoadBalancerModificationProtectionConfigArgs']] modification_protection_config: Modify protection. See `modification_protection_config` below.
|
|
811
819
|
:param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
|
|
812
820
|
:param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
821
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
822
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
813
823
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
814
824
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
|
|
815
825
|
:param pulumi.Input[Mapping[str, Any]] tags: List of labels.
|
|
@@ -1020,6 +1030,8 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
1020
1030
|
:param pulumi.Input[pulumi.InputType['LoadBalancerModificationProtectionConfigArgs']] modification_protection_config: Modify protection. See `modification_protection_config` below.
|
|
1021
1031
|
:param pulumi.Input[str] modification_protection_reason: The reason why the configuration read-only mode is enabled. The `modification_protection_reason` takes effect only when `modification_protection_status` is set to `ConsoleProtection`.
|
|
1022
1032
|
:param pulumi.Input[str] modification_protection_status: Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
1033
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
1034
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
1023
1035
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group.
|
|
1024
1036
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] security_group_ids: The security group to which the network-based SLB instance belongs.
|
|
1025
1037
|
:param pulumi.Input[str] status: The status of the resource.
|
|
@@ -1188,6 +1200,8 @@ class LoadBalancer(pulumi.CustomResource):
|
|
|
1188
1200
|
def modification_protection_status(self) -> pulumi.Output[str]:
|
|
1189
1201
|
"""
|
|
1190
1202
|
Specifies whether to enable the configuration read-only mode. Default value: `NonProtection`. Valid values:
|
|
1203
|
+
- `NonProtection`: Does not enable the configuration read-only mode. You cannot set the `modification_protection_reason`. If the `modification_protection_reason` is set, the value is cleared.
|
|
1204
|
+
- `ConsoleProtection`: Enables the configuration read-only mode. You can set the `modification_protection_reason`.
|
|
1191
1205
|
"""
|
|
1192
1206
|
return pulumi.get(self, "modification_protection_status")
|
|
1193
1207
|
|
|
@@ -46,7 +46,14 @@ class ServerGroupArgs:
|
|
|
46
46
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
47
47
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
48
48
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
49
|
-
|
|
49
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
50
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
51
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
52
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
53
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
54
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
55
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
56
|
+
- `Ip`: allows you to specify IP addresses.
|
|
50
57
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
51
58
|
"""
|
|
52
59
|
pulumi.set(__self__, "server_group_name", server_group_name)
|
|
@@ -221,6 +228,11 @@ class ServerGroupArgs:
|
|
|
221
228
|
def scheduler(self) -> Optional[pulumi.Input[str]]:
|
|
222
229
|
"""
|
|
223
230
|
The routing algorithm. Valid values:
|
|
231
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
232
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
233
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
234
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
235
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
224
236
|
"""
|
|
225
237
|
return pulumi.get(self, "scheduler")
|
|
226
238
|
|
|
@@ -232,7 +244,9 @@ class ServerGroupArgs:
|
|
|
232
244
|
@pulumi.getter(name="serverGroupType")
|
|
233
245
|
def server_group_type(self) -> Optional[pulumi.Input[str]]:
|
|
234
246
|
"""
|
|
235
|
-
The type of the server group. Valid values:
|
|
247
|
+
The type of the server group. Valid values:
|
|
248
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
249
|
+
- `Ip`: allows you to specify IP addresses.
|
|
236
250
|
"""
|
|
237
251
|
return pulumi.get(self, "server_group_type")
|
|
238
252
|
|
|
@@ -283,8 +297,15 @@ class _ServerGroupState:
|
|
|
283
297
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
284
298
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
285
299
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
300
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
301
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
302
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
303
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
304
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
286
305
|
:param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
|
|
287
|
-
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
306
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
307
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
308
|
+
- `Ip`: allows you to specify IP addresses.
|
|
288
309
|
:param pulumi.Input[str] status: Server group status. Value:
|
|
289
310
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
290
311
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
|
|
@@ -441,6 +462,11 @@ class _ServerGroupState:
|
|
|
441
462
|
def scheduler(self) -> Optional[pulumi.Input[str]]:
|
|
442
463
|
"""
|
|
443
464
|
The routing algorithm. Valid values:
|
|
465
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
466
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
467
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
468
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
469
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
444
470
|
"""
|
|
445
471
|
return pulumi.get(self, "scheduler")
|
|
446
472
|
|
|
@@ -464,7 +490,9 @@ class _ServerGroupState:
|
|
|
464
490
|
@pulumi.getter(name="serverGroupType")
|
|
465
491
|
def server_group_type(self) -> Optional[pulumi.Input[str]]:
|
|
466
492
|
"""
|
|
467
|
-
The type of the server group. Valid values:
|
|
493
|
+
The type of the server group. Valid values:
|
|
494
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
495
|
+
- `Ip`: allows you to specify IP addresses.
|
|
468
496
|
"""
|
|
469
497
|
return pulumi.get(self, "server_group_type")
|
|
470
498
|
|
|
@@ -605,8 +633,15 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
605
633
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
606
634
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
607
635
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
636
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
637
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
638
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
639
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
640
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
608
641
|
:param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
|
|
609
|
-
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
642
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
643
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
644
|
+
- `Ip`: allows you to specify IP addresses.
|
|
610
645
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
611
646
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
|
|
612
647
|
|
|
@@ -779,8 +814,15 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
779
814
|
:param pulumi.Input[str] protocol: The backend protocol. Valid values: `TCP` (default), `UDP`, and `TCPSSL`.
|
|
780
815
|
:param pulumi.Input[str] resource_group_id: The ID of the resource group to which the security group belongs.
|
|
781
816
|
:param pulumi.Input[str] scheduler: The routing algorithm. Valid values:
|
|
817
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
818
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
819
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
820
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
821
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
782
822
|
:param pulumi.Input[str] server_group_name: The name of the server group. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
|
|
783
|
-
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
823
|
+
:param pulumi.Input[str] server_group_type: The type of the server group. Valid values:
|
|
824
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
825
|
+
- `Ip`: allows you to specify IP addresses.
|
|
784
826
|
:param pulumi.Input[str] status: Server group status. Value:
|
|
785
827
|
:param pulumi.Input[Mapping[str, Any]] tags: Label.
|
|
786
828
|
:param pulumi.Input[str] vpc_id: The ID of the VPC to which the server group belongs.
|
|
@@ -888,6 +930,11 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
888
930
|
def scheduler(self) -> pulumi.Output[str]:
|
|
889
931
|
"""
|
|
890
932
|
The routing algorithm. Valid values:
|
|
933
|
+
- `Wrr` (default): The Weighted Round Robin algorithm is used. Backend servers with higher weights receive more requests than backend servers with lower weights.
|
|
934
|
+
- `Rr`: The round-robin algorithm is used. Requests are forwarded to backend servers in sequence.
|
|
935
|
+
- `Sch`: Source IP hashing is used. Requests from the same source IP address are forwarded to the same backend server.
|
|
936
|
+
- `Tch`: Four-element hashing is used. It specifies consistent hashing that is based on four factors: source IP address, destination IP address, source port, and destination port. Requests that contain the same information based on the four factors are forwarded to the same backend server.
|
|
937
|
+
- `Qch`: QUIC ID hashing is used. Requests that contain the same QUIC ID are forwarded to the same backend server.
|
|
891
938
|
"""
|
|
892
939
|
return pulumi.get(self, "scheduler")
|
|
893
940
|
|
|
@@ -903,7 +950,9 @@ class ServerGroup(pulumi.CustomResource):
|
|
|
903
950
|
@pulumi.getter(name="serverGroupType")
|
|
904
951
|
def server_group_type(self) -> pulumi.Output[str]:
|
|
905
952
|
"""
|
|
906
|
-
The type of the server group. Valid values:
|
|
953
|
+
The type of the server group. Valid values:
|
|
954
|
+
- `Instance` (default): allows you to specify `Ecs`, `Ens`, or `Eci`.
|
|
955
|
+
- `Ip`: allows you to specify IP addresses.
|
|
907
956
|
"""
|
|
908
957
|
return pulumi.get(self, "server_group_type")
|
|
909
958
|
|
|
@@ -196,12 +196,12 @@ def get_base_instances(enable_details: Optional[bool] = None,
|
|
|
196
196
|
|
|
197
197
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
198
198
|
:param str instance_id: OceanBase cluster ID.
|
|
199
|
-
:param str instance_name: OceanBase cluster name.
|
|
199
|
+
:param str instance_name: OceanBase cluster name. The length is 1 to 20 English or Chinese characters. If this parameter is not specified, the default value is the InstanceId of the cluster.
|
|
200
200
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
201
201
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
202
202
|
:param str resource_group_id: The ID of the enterprise resource group to which the instance resides.
|
|
203
203
|
:param str search_key: The filter keyword for the query list.
|
|
204
|
-
:param str status: The status of the
|
|
204
|
+
:param str status: The status of the Instance. Value range: `PENDING_CREATE`, `ONLINE`, `TENANT_CREATING`, `TENANT_SPEC_MODIFYING`, `EXPANDING`, `REDUCING`, `SPEC_UPGRADING`, `DISK_UPGRADING`, `WHITE_LIST_MODIFYING`, `PARAMETER_MODIFYING`, `SSL_MODIFYING`, `PREPAID_EXPIRE_CLOSED`, `ARREARS_CLOSED`, `PENDING_DELETE`.
|
|
205
205
|
"""
|
|
206
206
|
__args__ = dict()
|
|
207
207
|
__args__['enableDetails'] = enable_details
|
|
@@ -270,11 +270,11 @@ def get_base_instances_output(enable_details: Optional[pulumi.Input[Optional[boo
|
|
|
270
270
|
|
|
271
271
|
:param Sequence[str] ids: A list of Instance IDs.
|
|
272
272
|
:param str instance_id: OceanBase cluster ID.
|
|
273
|
-
:param str instance_name: OceanBase cluster name.
|
|
273
|
+
:param str instance_name: OceanBase cluster name. The length is 1 to 20 English or Chinese characters. If this parameter is not specified, the default value is the InstanceId of the cluster.
|
|
274
274
|
:param str name_regex: A regex string to filter results by Instance name.
|
|
275
275
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
276
276
|
:param str resource_group_id: The ID of the enterprise resource group to which the instance resides.
|
|
277
277
|
:param str search_key: The filter keyword for the query list.
|
|
278
|
-
:param str status: The status of the
|
|
278
|
+
:param str status: The status of the Instance. Value range: `PENDING_CREATE`, `ONLINE`, `TENANT_CREATING`, `TENANT_SPEC_MODIFYING`, `EXPANDING`, `REDUCING`, `SPEC_UPGRADING`, `DISK_UPGRADING`, `WHITE_LIST_MODIFYING`, `PARAMETER_MODIFYING`, `SSL_MODIFYING`, `PREPAID_EXPIRE_CLOSED`, `ARREARS_CLOSED`, `PENDING_DELETE`.
|
|
279
279
|
"""
|
|
280
280
|
...
|
|
@@ -197,10 +197,10 @@ def get_parameters(enable_details: Optional[bool] = None,
|
|
|
197
197
|
:param Sequence[str] ids: A list of Parameter IDs. Its element value is same as Parameter Name.
|
|
198
198
|
:param str name_regex: A regex string to filter results by Parameter name.
|
|
199
199
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
200
|
-
:param str parameter_name: The name of the common parameter.
|
|
200
|
+
:param str parameter_name: The name of the common parameter. You can enter a keyword to query parameter names in fuzzy match mode.
|
|
201
201
|
:param str resource_group_id: The ID of the Resource Group.
|
|
202
|
-
:param Mapping[str, Any] tags:
|
|
203
|
-
:param str type: The data type of the common parameter.
|
|
202
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
203
|
+
:param str type: The data type of the common parameter. Valid values: `String` and `StringList`.
|
|
204
204
|
"""
|
|
205
205
|
__args__ = dict()
|
|
206
206
|
__args__['enableDetails'] = enable_details
|
|
@@ -277,9 +277,9 @@ def get_parameters_output(enable_details: Optional[pulumi.Input[Optional[bool]]]
|
|
|
277
277
|
:param Sequence[str] ids: A list of Parameter IDs. Its element value is same as Parameter Name.
|
|
278
278
|
:param str name_regex: A regex string to filter results by Parameter name.
|
|
279
279
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
280
|
-
:param str parameter_name: The name of the common parameter.
|
|
280
|
+
:param str parameter_name: The name of the common parameter. You can enter a keyword to query parameter names in fuzzy match mode.
|
|
281
281
|
:param str resource_group_id: The ID of the Resource Group.
|
|
282
|
-
:param Mapping[str, Any] tags:
|
|
283
|
-
:param str type: The data type of the common parameter.
|
|
282
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
283
|
+
:param str type: The data type of the common parameter. Valid values: `String` and `StringList`.
|
|
284
284
|
"""
|
|
285
285
|
...
|
|
@@ -133,9 +133,9 @@ def get_patch_baselines(enable_details: Optional[bool] = None,
|
|
|
133
133
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
134
134
|
:param Sequence[str] ids: A list of Patch Baseline IDs. Its element value is same as Patch Baseline Name.
|
|
135
135
|
:param str name_regex: A regex string to filter results by Patch Baseline name.
|
|
136
|
-
:param str operation_system: Operating system type.
|
|
136
|
+
:param str operation_system: Operating system type. Valid values: `AliyunLinux`, `Anolis`, `CentOS`, `Debian`, `RedhatEnterpriseLinux`, `Ubuntu`, `Windows`.
|
|
137
137
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
138
|
-
:param str share_type: Patch baseline sharing type.
|
|
138
|
+
:param str share_type: Patch baseline sharing type. Valid values: `Private`, `Public`.
|
|
139
139
|
"""
|
|
140
140
|
__args__ = dict()
|
|
141
141
|
__args__['enableDetails'] = enable_details
|
|
@@ -176,8 +176,8 @@ def get_patch_baselines_output(enable_details: Optional[pulumi.Input[Optional[bo
|
|
|
176
176
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
177
177
|
:param Sequence[str] ids: A list of Patch Baseline IDs. Its element value is same as Patch Baseline Name.
|
|
178
178
|
:param str name_regex: A regex string to filter results by Patch Baseline name.
|
|
179
|
-
:param str operation_system: Operating system type.
|
|
179
|
+
:param str operation_system: Operating system type. Valid values: `AliyunLinux`, `Anolis`, `CentOS`, `Debian`, `RedhatEnterpriseLinux`, `Ubuntu`, `Windows`.
|
|
180
180
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
181
|
-
:param str share_type: Patch baseline sharing type.
|
|
181
|
+
:param str share_type: Patch baseline sharing type. Valid values: `Private`, `Public`.
|
|
182
182
|
"""
|
|
183
183
|
...
|
|
@@ -165,8 +165,8 @@ def get_secret_parameters(enable_details: Optional[bool] = None,
|
|
|
165
165
|
:param str name_regex: A regex string to filter results by Secret Parameter name.
|
|
166
166
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
167
167
|
:param str resource_group_id: The ID of the Resource Group.
|
|
168
|
-
:param str secret_parameter_name: The name of the
|
|
169
|
-
:param Mapping[str, Any] tags:
|
|
168
|
+
:param str secret_parameter_name: The name of the secret parameter.
|
|
169
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
170
170
|
"""
|
|
171
171
|
__args__ = dict()
|
|
172
172
|
__args__['enableDetails'] = enable_details
|
|
@@ -218,7 +218,7 @@ def get_secret_parameters_output(enable_details: Optional[pulumi.Input[Optional[
|
|
|
218
218
|
:param str name_regex: A regex string to filter results by Secret Parameter name.
|
|
219
219
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
220
220
|
:param str resource_group_id: The ID of the Resource Group.
|
|
221
|
-
:param str secret_parameter_name: The name of the
|
|
222
|
-
:param Mapping[str, Any] tags:
|
|
221
|
+
:param str secret_parameter_name: The name of the secret parameter.
|
|
222
|
+
:param Mapping[str, Any] tags: A mapping of tags to assign to the resource.
|
|
223
223
|
"""
|
|
224
224
|
...
|
pulumi_alicloud/oos/parameter.py
CHANGED
|
@@ -27,6 +27,10 @@ class ParameterArgs:
|
|
|
27
27
|
:param pulumi.Input[str] type: The data type of the common parameter. Valid values: `String` and `StringList`.
|
|
28
28
|
:param pulumi.Input[str] value: The value of the common parameter. The value must be `1` to `4096` characters in length.
|
|
29
29
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
30
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
31
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
32
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
33
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
30
34
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
31
35
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
32
36
|
:param pulumi.Input[Mapping[str, Any]] tags: A mapping of tags to assign to the resource.
|
|
@@ -84,6 +88,10 @@ class ParameterArgs:
|
|
|
84
88
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
85
89
|
"""
|
|
86
90
|
The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
91
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
92
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
93
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
94
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
87
95
|
"""
|
|
88
96
|
return pulumi.get(self, "constraints")
|
|
89
97
|
|
|
@@ -141,6 +149,10 @@ class _ParameterState:
|
|
|
141
149
|
"""
|
|
142
150
|
Input properties used for looking up and filtering Parameter resources.
|
|
143
151
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
152
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
153
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
154
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
155
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
144
156
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
145
157
|
:param pulumi.Input[str] parameter_name: The name of the common parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
146
158
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -168,6 +180,10 @@ class _ParameterState:
|
|
|
168
180
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
169
181
|
"""
|
|
170
182
|
The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
183
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
184
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
185
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
186
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
171
187
|
"""
|
|
172
188
|
return pulumi.get(self, "constraints")
|
|
173
189
|
|
|
@@ -300,6 +316,10 @@ class Parameter(pulumi.CustomResource):
|
|
|
300
316
|
:param str resource_name: The name of the resource.
|
|
301
317
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
302
318
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
319
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
320
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
321
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
322
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
303
323
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
304
324
|
:param pulumi.Input[str] parameter_name: The name of the common parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
305
325
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -418,6 +438,10 @@ class Parameter(pulumi.CustomResource):
|
|
|
418
438
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
419
439
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
420
440
|
:param pulumi.Input[str] constraints: The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
441
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
442
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
443
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
444
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
421
445
|
:param pulumi.Input[str] description: The description of the common parameter. The description must be `1` to `200` characters in length.
|
|
422
446
|
:param pulumi.Input[str] parameter_name: The name of the common parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
423
447
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -443,6 +467,10 @@ class Parameter(pulumi.CustomResource):
|
|
|
443
467
|
def constraints(self) -> pulumi.Output[Optional[str]]:
|
|
444
468
|
"""
|
|
445
469
|
The constraints of the common parameter. This value follows the json format. By default, this parameter is null. Valid values:
|
|
470
|
+
* `AllowedValues`: The value that is allowed for the common parameter. It must be an array string.
|
|
471
|
+
* `AllowedPattern`: The pattern that is allowed for the common parameter. It must be a regular expression.
|
|
472
|
+
* `MinLength`: The minimum length of the common parameter.
|
|
473
|
+
* `MaxLength`: The maximum length of the common parameter.
|
|
446
474
|
"""
|
|
447
475
|
return pulumi.get(self, "constraints")
|
|
448
476
|
|
|
@@ -27,6 +27,10 @@ class SecretParameterArgs:
|
|
|
27
27
|
:param pulumi.Input[str] secret_parameter_name: The name of the encryption parameter. The name must be `2` to `180` characters in length, and can contain letters, digits, hyphens (-), forward slashes (/) and underscores (_). It cannot start with `ALIYUN`, `ACS`, `ALIBABA`, `ALICLOUD`, or `OOS`.
|
|
28
28
|
:param pulumi.Input[str] value: The value of the encryption parameter. The value must be `1` to `4096` characters in length.
|
|
29
29
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
30
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
31
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
32
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
33
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
30
34
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
31
35
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
32
36
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -77,6 +81,10 @@ class SecretParameterArgs:
|
|
|
77
81
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
78
82
|
"""
|
|
79
83
|
The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
84
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
85
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
86
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
87
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
80
88
|
"""
|
|
81
89
|
return pulumi.get(self, "constraints")
|
|
82
90
|
|
|
@@ -159,6 +167,10 @@ class _SecretParameterState:
|
|
|
159
167
|
"""
|
|
160
168
|
Input properties used for looking up and filtering SecretParameter resources.
|
|
161
169
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
170
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
171
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
172
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
173
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
162
174
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
163
175
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
164
176
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -189,6 +201,10 @@ class _SecretParameterState:
|
|
|
189
201
|
def constraints(self) -> Optional[pulumi.Input[str]]:
|
|
190
202
|
"""
|
|
191
203
|
The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
204
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
205
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
206
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
207
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
192
208
|
"""
|
|
193
209
|
return pulumi.get(self, "constraints")
|
|
194
210
|
|
|
@@ -339,6 +355,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
339
355
|
:param str resource_name: The name of the resource.
|
|
340
356
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
341
357
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
358
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
359
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
360
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
361
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
342
362
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
343
363
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
344
364
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -466,6 +486,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
466
486
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
467
487
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
468
488
|
:param pulumi.Input[str] constraints: The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
489
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
490
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
491
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
492
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
469
493
|
:param pulumi.Input[str] description: The description of the encryption parameter. The description must be `1` to `200` characters in length.
|
|
470
494
|
:param pulumi.Input[str] key_id: The Customer Master Key (CMK) of Key Management Service (KMS) that is used to encrypt the parameter.
|
|
471
495
|
:param pulumi.Input[str] resource_group_id: The ID of the Resource Group.
|
|
@@ -493,6 +517,10 @@ class SecretParameter(pulumi.CustomResource):
|
|
|
493
517
|
def constraints(self) -> pulumi.Output[Optional[str]]:
|
|
494
518
|
"""
|
|
495
519
|
The constraints of the encryption parameter. By default, this parameter is null. Valid values:
|
|
520
|
+
* `AllowedValues`: The value that is allowed for the encryption parameter. It must be an array string.
|
|
521
|
+
* `AllowedPattern`: The pattern that is allowed for the encryption parameter. It must be a regular expression.
|
|
522
|
+
* `MinLength`: The minimum length of the encryption parameter.
|
|
523
|
+
* `MaxLength`: The maximum length of the encryption parameter.
|
|
496
524
|
"""
|
|
497
525
|
return pulumi.get(self, "constraints")
|
|
498
526
|
|