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/ros/outputs.py
CHANGED
|
@@ -722,7 +722,12 @@ class GetStackInstancesInstanceResult(dict):
|
|
|
722
722
|
:param str stack_id: The ID of the stack corresponding to the stack instance.
|
|
723
723
|
:param str stack_instance_account_id: The account to which the stack instance belongs.
|
|
724
724
|
:param str stack_instance_region_id: The region of the stack instance.
|
|
725
|
-
:param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
725
|
+
:param str status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
726
|
+
* `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
|
|
727
|
+
* `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
|
|
728
|
+
* When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
|
|
729
|
+
* When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
|
|
730
|
+
* The create or update operation is not complete.
|
|
726
731
|
:param str status_reason: The reason why the stack is in its current state.
|
|
727
732
|
"""
|
|
728
733
|
pulumi.set(__self__, "id", id)
|
|
@@ -795,7 +800,12 @@ class GetStackInstancesInstanceResult(dict):
|
|
|
795
800
|
@pulumi.getter
|
|
796
801
|
def status(self) -> str:
|
|
797
802
|
"""
|
|
798
|
-
The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
803
|
+
The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
804
|
+
* `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
|
|
805
|
+
* `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
|
|
806
|
+
* When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
|
|
807
|
+
* When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
|
|
808
|
+
* The create or update operation is not complete.
|
|
799
809
|
"""
|
|
800
810
|
return pulumi.get(self, "status")
|
|
801
811
|
|
|
@@ -813,17 +823,27 @@ class GetStackInstancesInstanceParameterOverrideResult(dict):
|
|
|
813
823
|
def __init__(__self__, *,
|
|
814
824
|
parameter_key: str,
|
|
815
825
|
parameter_value: str):
|
|
826
|
+
"""
|
|
827
|
+
:param str parameter_key: The key of override parameter.
|
|
828
|
+
:param str parameter_value: The value of override parameter.
|
|
829
|
+
"""
|
|
816
830
|
pulumi.set(__self__, "parameter_key", parameter_key)
|
|
817
831
|
pulumi.set(__self__, "parameter_value", parameter_value)
|
|
818
832
|
|
|
819
833
|
@property
|
|
820
834
|
@pulumi.getter(name="parameterKey")
|
|
821
835
|
def parameter_key(self) -> str:
|
|
836
|
+
"""
|
|
837
|
+
The key of override parameter.
|
|
838
|
+
"""
|
|
822
839
|
return pulumi.get(self, "parameter_key")
|
|
823
840
|
|
|
824
841
|
@property
|
|
825
842
|
@pulumi.getter(name="parameterValue")
|
|
826
843
|
def parameter_value(self) -> str:
|
|
844
|
+
"""
|
|
845
|
+
The value of override parameter.
|
|
846
|
+
"""
|
|
827
847
|
return pulumi.get(self, "parameter_value")
|
|
828
848
|
|
|
829
849
|
|
|
@@ -1205,17 +1225,27 @@ class GetTemplateScratchesScratchPreferenceParameterResult(dict):
|
|
|
1205
1225
|
def __init__(__self__, *,
|
|
1206
1226
|
parameter_key: str,
|
|
1207
1227
|
parameter_value: str):
|
|
1228
|
+
"""
|
|
1229
|
+
:param str parameter_key: Priority parameter key.
|
|
1230
|
+
:param str parameter_value: Priority parameter value.
|
|
1231
|
+
"""
|
|
1208
1232
|
pulumi.set(__self__, "parameter_key", parameter_key)
|
|
1209
1233
|
pulumi.set(__self__, "parameter_value", parameter_value)
|
|
1210
1234
|
|
|
1211
1235
|
@property
|
|
1212
1236
|
@pulumi.getter(name="parameterKey")
|
|
1213
1237
|
def parameter_key(self) -> str:
|
|
1238
|
+
"""
|
|
1239
|
+
Priority parameter key.
|
|
1240
|
+
"""
|
|
1214
1241
|
return pulumi.get(self, "parameter_key")
|
|
1215
1242
|
|
|
1216
1243
|
@property
|
|
1217
1244
|
@pulumi.getter(name="parameterValue")
|
|
1218
1245
|
def parameter_value(self) -> str:
|
|
1246
|
+
"""
|
|
1247
|
+
Priority parameter value.
|
|
1248
|
+
"""
|
|
1219
1249
|
return pulumi.get(self, "parameter_value")
|
|
1220
1250
|
|
|
1221
1251
|
|
|
@@ -1224,17 +1254,27 @@ class GetTemplateScratchesScratchSourceResourceResult(dict):
|
|
|
1224
1254
|
def __init__(__self__, *,
|
|
1225
1255
|
resource_id: str,
|
|
1226
1256
|
resource_type: str):
|
|
1257
|
+
"""
|
|
1258
|
+
:param str resource_id: The ID of the Source Resource.
|
|
1259
|
+
:param str resource_type: The type of the Source resource.
|
|
1260
|
+
"""
|
|
1227
1261
|
pulumi.set(__self__, "resource_id", resource_id)
|
|
1228
1262
|
pulumi.set(__self__, "resource_type", resource_type)
|
|
1229
1263
|
|
|
1230
1264
|
@property
|
|
1231
1265
|
@pulumi.getter(name="resourceId")
|
|
1232
1266
|
def resource_id(self) -> str:
|
|
1267
|
+
"""
|
|
1268
|
+
The ID of the Source Resource.
|
|
1269
|
+
"""
|
|
1233
1270
|
return pulumi.get(self, "resource_id")
|
|
1234
1271
|
|
|
1235
1272
|
@property
|
|
1236
1273
|
@pulumi.getter(name="resourceType")
|
|
1237
1274
|
def resource_type(self) -> str:
|
|
1275
|
+
"""
|
|
1276
|
+
The type of the Source resource.
|
|
1277
|
+
"""
|
|
1238
1278
|
return pulumi.get(self, "resource_type")
|
|
1239
1279
|
|
|
1240
1280
|
|
|
@@ -1243,17 +1283,27 @@ class GetTemplateScratchesScratchSourceResourceGroupResult(dict):
|
|
|
1243
1283
|
def __init__(__self__, *,
|
|
1244
1284
|
resource_group_id: str,
|
|
1245
1285
|
resource_type_filters: Sequence[str]):
|
|
1286
|
+
"""
|
|
1287
|
+
:param str resource_group_id: The ID of the Source Resource Group.
|
|
1288
|
+
:param Sequence[str] resource_type_filters: Source resource type filter list.
|
|
1289
|
+
"""
|
|
1246
1290
|
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
1247
1291
|
pulumi.set(__self__, "resource_type_filters", resource_type_filters)
|
|
1248
1292
|
|
|
1249
1293
|
@property
|
|
1250
1294
|
@pulumi.getter(name="resourceGroupId")
|
|
1251
1295
|
def resource_group_id(self) -> str:
|
|
1296
|
+
"""
|
|
1297
|
+
The ID of the Source Resource Group.
|
|
1298
|
+
"""
|
|
1252
1299
|
return pulumi.get(self, "resource_group_id")
|
|
1253
1300
|
|
|
1254
1301
|
@property
|
|
1255
1302
|
@pulumi.getter(name="resourceTypeFilters")
|
|
1256
1303
|
def resource_type_filters(self) -> Sequence[str]:
|
|
1304
|
+
"""
|
|
1305
|
+
Source resource type filter list.
|
|
1306
|
+
"""
|
|
1257
1307
|
return pulumi.get(self, "resource_type_filters")
|
|
1258
1308
|
|
|
1259
1309
|
|
|
@@ -1262,17 +1312,27 @@ class GetTemplateScratchesScratchSourceTagResult(dict):
|
|
|
1262
1312
|
def __init__(__self__, *,
|
|
1263
1313
|
resource_tags: Mapping[str, Any],
|
|
1264
1314
|
resource_type_filters: Sequence[str]):
|
|
1315
|
+
"""
|
|
1316
|
+
:param Mapping[str, Any] resource_tags: Source label.
|
|
1317
|
+
:param Sequence[str] resource_type_filters: Source resource type filter list.
|
|
1318
|
+
"""
|
|
1265
1319
|
pulumi.set(__self__, "resource_tags", resource_tags)
|
|
1266
1320
|
pulumi.set(__self__, "resource_type_filters", resource_type_filters)
|
|
1267
1321
|
|
|
1268
1322
|
@property
|
|
1269
1323
|
@pulumi.getter(name="resourceTags")
|
|
1270
1324
|
def resource_tags(self) -> Mapping[str, Any]:
|
|
1325
|
+
"""
|
|
1326
|
+
Source label.
|
|
1327
|
+
"""
|
|
1271
1328
|
return pulumi.get(self, "resource_tags")
|
|
1272
1329
|
|
|
1273
1330
|
@property
|
|
1274
1331
|
@pulumi.getter(name="resourceTypeFilters")
|
|
1275
1332
|
def resource_type_filters(self) -> Sequence[str]:
|
|
1333
|
+
"""
|
|
1334
|
+
Source resource type filter list.
|
|
1335
|
+
"""
|
|
1276
1336
|
return pulumi.get(self, "resource_type_filters")
|
|
1277
1337
|
|
|
1278
1338
|
|
|
@@ -1280,11 +1340,17 @@ class GetTemplateScratchesScratchSourceTagResult(dict):
|
|
|
1280
1340
|
class GetTemplateScratchesScratchStackResult(dict):
|
|
1281
1341
|
def __init__(__self__, *,
|
|
1282
1342
|
stack_id: str):
|
|
1343
|
+
"""
|
|
1344
|
+
:param str stack_id: The ID of the Resource stack.
|
|
1345
|
+
"""
|
|
1283
1346
|
pulumi.set(__self__, "stack_id", stack_id)
|
|
1284
1347
|
|
|
1285
1348
|
@property
|
|
1286
1349
|
@pulumi.getter(name="stackId")
|
|
1287
1350
|
def stack_id(self) -> str:
|
|
1351
|
+
"""
|
|
1352
|
+
The ID of the Resource stack.
|
|
1353
|
+
"""
|
|
1288
1354
|
return pulumi.get(self, "stack_id")
|
|
1289
1355
|
|
|
1290
1356
|
|
|
@@ -31,6 +31,10 @@ class StackInstanceArgs:
|
|
|
31
31
|
:param pulumi.Input[str] stack_instance_region_id: The region of the stack instance.
|
|
32
32
|
:param pulumi.Input[str] operation_description: The operation description.
|
|
33
33
|
:param pulumi.Input[str] operation_preferences: The operation preferences. The operation settings. The following fields are supported:
|
|
34
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
35
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
36
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
37
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
34
38
|
:param pulumi.Input[Sequence[pulumi.Input['StackInstanceParameterOverrideArgs']]] parameter_overrides: ParameterOverrides. See the following `Block parameter_overrides`.
|
|
35
39
|
:param pulumi.Input[bool] retain_stacks: Specifies whether to retain the stack corresponding to the stack instance.Default value `false`. **NOTE:** When `retain_stacks` is `true`, the stack is retained. If the stack is retained, the corresponding stack is not deleted when the stack instance is deleted from the stack group.
|
|
36
40
|
:param pulumi.Input[str] timeout_in_minutes: The timeout period that is specified for the stack creation request. Default value: `60`. Unit: `minutes`.
|
|
@@ -102,6 +106,10 @@ class StackInstanceArgs:
|
|
|
102
106
|
def operation_preferences(self) -> Optional[pulumi.Input[str]]:
|
|
103
107
|
"""
|
|
104
108
|
The operation preferences. The operation settings. The following fields are supported:
|
|
109
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
110
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
111
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
112
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
105
113
|
"""
|
|
106
114
|
return pulumi.get(self, "operation_preferences")
|
|
107
115
|
|
|
@@ -162,12 +170,21 @@ class _StackInstanceState:
|
|
|
162
170
|
Input properties used for looking up and filtering StackInstance resources.
|
|
163
171
|
:param pulumi.Input[str] operation_description: The operation description.
|
|
164
172
|
:param pulumi.Input[str] operation_preferences: The operation preferences. The operation settings. The following fields are supported:
|
|
173
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
174
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
175
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
176
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
165
177
|
:param pulumi.Input[Sequence[pulumi.Input['StackInstanceParameterOverrideArgs']]] parameter_overrides: ParameterOverrides. See the following `Block parameter_overrides`.
|
|
166
178
|
:param pulumi.Input[bool] retain_stacks: Specifies whether to retain the stack corresponding to the stack instance.Default value `false`. **NOTE:** When `retain_stacks` is `true`, the stack is retained. If the stack is retained, the corresponding stack is not deleted when the stack instance is deleted from the stack group.
|
|
167
179
|
:param pulumi.Input[str] stack_group_name: The name of the stack group.
|
|
168
180
|
:param pulumi.Input[str] stack_instance_account_id: The account to which the stack instance belongs.
|
|
169
181
|
:param pulumi.Input[str] stack_instance_region_id: The region of the stack instance.
|
|
170
|
-
:param pulumi.Input[str] status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
182
|
+
:param pulumi.Input[str] status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
183
|
+
* `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
|
|
184
|
+
* `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
|
|
185
|
+
* When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
|
|
186
|
+
* When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
|
|
187
|
+
* The create or update operation is not complete.
|
|
171
188
|
:param pulumi.Input[str] timeout_in_minutes: The timeout period that is specified for the stack creation request. Default value: `60`. Unit: `minutes`.
|
|
172
189
|
"""
|
|
173
190
|
if operation_description is not None:
|
|
@@ -206,6 +223,10 @@ class _StackInstanceState:
|
|
|
206
223
|
def operation_preferences(self) -> Optional[pulumi.Input[str]]:
|
|
207
224
|
"""
|
|
208
225
|
The operation preferences. The operation settings. The following fields are supported:
|
|
226
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
227
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
228
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
229
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
209
230
|
"""
|
|
210
231
|
return pulumi.get(self, "operation_preferences")
|
|
211
232
|
|
|
@@ -277,7 +298,12 @@ class _StackInstanceState:
|
|
|
277
298
|
@pulumi.getter
|
|
278
299
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
279
300
|
"""
|
|
280
|
-
The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
301
|
+
The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
302
|
+
* `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
|
|
303
|
+
* `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
|
|
304
|
+
* When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
|
|
305
|
+
* When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
|
|
306
|
+
* The create or update operation is not complete.
|
|
281
307
|
"""
|
|
282
308
|
return pulumi.get(self, "status")
|
|
283
309
|
|
|
@@ -373,6 +399,10 @@ class StackInstance(pulumi.CustomResource):
|
|
|
373
399
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
374
400
|
:param pulumi.Input[str] operation_description: The operation description.
|
|
375
401
|
:param pulumi.Input[str] operation_preferences: The operation preferences. The operation settings. The following fields are supported:
|
|
402
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
403
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
404
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
405
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
376
406
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StackInstanceParameterOverrideArgs']]]] parameter_overrides: ParameterOverrides. See the following `Block parameter_overrides`.
|
|
377
407
|
:param pulumi.Input[bool] retain_stacks: Specifies whether to retain the stack corresponding to the stack instance.Default value `false`. **NOTE:** When `retain_stacks` is `true`, the stack is retained. If the stack is retained, the corresponding stack is not deleted when the stack instance is deleted from the stack group.
|
|
378
408
|
:param pulumi.Input[str] stack_group_name: The name of the stack group.
|
|
@@ -520,12 +550,21 @@ class StackInstance(pulumi.CustomResource):
|
|
|
520
550
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
521
551
|
:param pulumi.Input[str] operation_description: The operation description.
|
|
522
552
|
:param pulumi.Input[str] operation_preferences: The operation preferences. The operation settings. The following fields are supported:
|
|
553
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
554
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
555
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
556
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
523
557
|
:param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['StackInstanceParameterOverrideArgs']]]] parameter_overrides: ParameterOverrides. See the following `Block parameter_overrides`.
|
|
524
558
|
:param pulumi.Input[bool] retain_stacks: Specifies whether to retain the stack corresponding to the stack instance.Default value `false`. **NOTE:** When `retain_stacks` is `true`, the stack is retained. If the stack is retained, the corresponding stack is not deleted when the stack instance is deleted from the stack group.
|
|
525
559
|
:param pulumi.Input[str] stack_group_name: The name of the stack group.
|
|
526
560
|
:param pulumi.Input[str] stack_instance_account_id: The account to which the stack instance belongs.
|
|
527
561
|
:param pulumi.Input[str] stack_instance_region_id: The region of the stack instance.
|
|
528
|
-
:param pulumi.Input[str] status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
562
|
+
:param pulumi.Input[str] status: The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
563
|
+
* `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
|
|
564
|
+
* `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
|
|
565
|
+
* When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
|
|
566
|
+
* When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
|
|
567
|
+
* The create or update operation is not complete.
|
|
529
568
|
:param pulumi.Input[str] timeout_in_minutes: The timeout period that is specified for the stack creation request. Default value: `60`. Unit: `minutes`.
|
|
530
569
|
"""
|
|
531
570
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
@@ -556,6 +595,10 @@ class StackInstance(pulumi.CustomResource):
|
|
|
556
595
|
def operation_preferences(self) -> pulumi.Output[Optional[str]]:
|
|
557
596
|
"""
|
|
558
597
|
The operation preferences. The operation settings. The following fields are supported:
|
|
598
|
+
* `FailureToleranceCount` The maximum number of stack group operation failures that can occur. In a stack group operation, if the total number of failures does not exceed the FailureToleranceCount value, the operation succeeds. Otherwise, the operation fails. If the FailureToleranceCount parameter is not specified, the default value 0 is used. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `20`.
|
|
599
|
+
* `FailureTolerancePercentage`: The percentage of stack group operation failures that can occur. In a stack group operation, if the percentage of failures does not exceed the FailureTolerancePercentage value, the operation succeeds. Otherwise, the operation fails. You cannot specify both FailureToleranceCount and FailureTolerancePercentage. Valid values: `0` to `100`.
|
|
600
|
+
* `MaxConcurrentCount`: The maximum number of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `20`.
|
|
601
|
+
* `MaxConcurrentPercentage`: The maximum percentage of accounts within which to perform this operation at one time. You cannot specify both MaxConcurrentCount and MaxConcurrentPercentage. Valid values: `1` to `100`
|
|
559
602
|
"""
|
|
560
603
|
return pulumi.get(self, "operation_preferences")
|
|
561
604
|
|
|
@@ -603,7 +646,12 @@ class StackInstance(pulumi.CustomResource):
|
|
|
603
646
|
@pulumi.getter
|
|
604
647
|
def status(self) -> pulumi.Output[str]:
|
|
605
648
|
"""
|
|
606
|
-
The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
649
|
+
The status of the stack instance. Valid values: `CURRENT` or `OUTDATED`.
|
|
650
|
+
* `CURRENT`: The stack corresponding to the stack instance is up to date with the stack group.
|
|
651
|
+
* `OUTDATED`: The stack corresponding to the stack instance is not up to date with the stack group. The `OUTDATED` state has the following possible causes:
|
|
652
|
+
* When the CreateStackInstances operation is called to create stack instances, the corresponding stacks fail to be created.
|
|
653
|
+
* When the UpdateStackInstances or UpdateStackGroup operation is called to update stack instances, the corresponding stacks fail to be updated, or only some of the stack instances are updated.
|
|
654
|
+
* The create or update operation is not complete.
|
|
607
655
|
"""
|
|
608
656
|
return pulumi.get(self, "status")
|
|
609
657
|
|
|
@@ -141,7 +141,7 @@ def get_config_maps(ids: Optional[Sequence[str]] = None,
|
|
|
141
141
|
|
|
142
142
|
:param Sequence[str] ids: A list of Config Map IDs.
|
|
143
143
|
:param str name_regex: A regex string to filter results by Config Map name.
|
|
144
|
-
:param str namespace_id: The NamespaceId of Config Maps.
|
|
144
|
+
:param str namespace_id: The NamespaceId of Config Maps. The Id of Namespace.It can contain 2 to 32 characters.The value is in format {RegionId}:{namespace}.
|
|
145
145
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
146
146
|
"""
|
|
147
147
|
__args__ = dict()
|
|
@@ -205,7 +205,7 @@ def get_config_maps_output(ids: Optional[pulumi.Input[Optional[Sequence[str]]]]
|
|
|
205
205
|
|
|
206
206
|
:param Sequence[str] ids: A list of Config Map IDs.
|
|
207
207
|
:param str name_regex: A regex string to filter results by Config Map name.
|
|
208
|
-
:param str namespace_id: The NamespaceId of Config Maps.
|
|
208
|
+
:param str namespace_id: The NamespaceId of Config Maps. The Id of Namespace.It can contain 2 to 32 characters.The value is in format {RegionId}:{namespace}.
|
|
209
209
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
210
210
|
"""
|
|
211
211
|
...
|
|
@@ -103,7 +103,7 @@ def get_ingresses(enable_details: Optional[bool] = None,
|
|
|
103
103
|
|
|
104
104
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
105
105
|
:param Sequence[str] ids: A list of Ingress IDs.
|
|
106
|
-
:param str namespace_id: The Id of Namespace.It can contain 2 to 32 characters.The value is in format {RegionId}:{namespace}
|
|
106
|
+
:param str namespace_id: The Id of Namespace.It can contain 2 to 32 lowercase characters.The value is in format `{RegionId}:{namespace}`
|
|
107
107
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
108
108
|
"""
|
|
109
109
|
__args__ = dict()
|
|
@@ -137,7 +137,7 @@ def get_ingresses_output(enable_details: Optional[pulumi.Input[Optional[bool]]]
|
|
|
137
137
|
|
|
138
138
|
:param bool enable_details: Default to `false`. Set it to `true` can output more details about resource attributes.
|
|
139
139
|
:param Sequence[str] ids: A list of Ingress IDs.
|
|
140
|
-
:param str namespace_id: The Id of Namespace.It can contain 2 to 32 characters.The value is in format {RegionId}:{namespace}
|
|
140
|
+
:param str namespace_id: The Id of Namespace.It can contain 2 to 32 lowercase characters.The value is in format `{RegionId}:{namespace}`
|
|
141
141
|
:param str output_file: File name where to save data source results (after running `pulumi preview`).
|
|
142
142
|
"""
|
|
143
143
|
...
|