pulumi-alicloud 3.78.0a1747367664__py3-none-any.whl → 3.79.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-alicloud might be problematic. Click here for more details.

Files changed (48) hide show
  1. pulumi_alicloud/__init__.py +40 -0
  2. pulumi_alicloud/alb/_inputs.py +21 -105
  3. pulumi_alicloud/alb/get_load_balancers.py +169 -18
  4. pulumi_alicloud/alb/listener.py +28 -56
  5. pulumi_alicloud/alb/outputs.py +150 -105
  6. pulumi_alicloud/cs/_inputs.py +54 -0
  7. pulumi_alicloud/cs/get_kubernetes_version.py +4 -4
  8. pulumi_alicloud/cs/managed_kubernetes.py +129 -7
  9. pulumi_alicloud/cs/outputs.py +49 -0
  10. pulumi_alicloud/ecs/__init__.py +1 -0
  11. pulumi_alicloud/ecs/_inputs.py +40 -0
  12. pulumi_alicloud/ecs/get_dedicated_hosts.py +49 -22
  13. pulumi_alicloud/ecs/get_instances.py +4 -3
  14. pulumi_alicloud/ecs/instance.py +94 -0
  15. pulumi_alicloud/ecs/outputs.py +129 -39
  16. pulumi_alicloud/ecs/ram_role_attachment.py +406 -0
  17. pulumi_alicloud/eflo/__init__.py +1 -0
  18. pulumi_alicloud/eflo/vsc.py +433 -0
  19. pulumi_alicloud/elasticsearch/instance.py +7 -7
  20. pulumi_alicloud/ess/outputs.py +226 -4
  21. pulumi_alicloud/expressconnect/router_vpc_association.py +56 -49
  22. pulumi_alicloud/fc/__init__.py +1 -0
  23. pulumi_alicloud/fc/get_v3_triggers.py +277 -0
  24. pulumi_alicloud/fc/outputs.py +192 -0
  25. pulumi_alicloud/lindorm/__init__.py +1 -0
  26. pulumi_alicloud/lindorm/public_network.py +288 -0
  27. pulumi_alicloud/maxcompute/project.py +2 -4
  28. pulumi_alicloud/oos/get_parameters.py +72 -28
  29. pulumi_alicloud/oos/outputs.py +10 -10
  30. pulumi_alicloud/pai/__init__.py +1 -0
  31. pulumi_alicloud/pai/workspace_user_config.py +356 -0
  32. pulumi_alicloud/polardb/cluster.py +155 -0
  33. pulumi_alicloud/pulumi-plugin.json +1 -1
  34. pulumi_alicloud/pvtz/get_zone_records.py +66 -35
  35. pulumi_alicloud/pvtz/get_zones.py +49 -32
  36. pulumi_alicloud/pvtz/outputs.py +60 -56
  37. pulumi_alicloud/ram/policy.py +21 -35
  38. pulumi_alicloud/ram/role_attachment.py +6 -2
  39. pulumi_alicloud/rds/__init__.py +1 -0
  40. pulumi_alicloud/rds/db_proxy_public.py +512 -0
  41. pulumi_alicloud/rds/instance.py +35 -35
  42. pulumi_alicloud/sls/__init__.py +1 -0
  43. pulumi_alicloud/sls/get_alerts.py +463 -0
  44. pulumi_alicloud/sls/outputs.py +975 -0
  45. {pulumi_alicloud-3.78.0a1747367664.dist-info → pulumi_alicloud-3.79.0.dist-info}/METADATA +1 -1
  46. {pulumi_alicloud-3.78.0a1747367664.dist-info → pulumi_alicloud-3.79.0.dist-info}/RECORD +48 -41
  47. {pulumi_alicloud-3.78.0a1747367664.dist-info → pulumi_alicloud-3.79.0.dist-info}/WHEEL +1 -1
  48. {pulumi_alicloud-3.78.0a1747367664.dist-info → pulumi_alicloud-3.79.0.dist-info}/top_level.txt +0 -0
@@ -57,6 +57,9 @@ __all__ = [
57
57
  'GetScalingGroupsGroupResult',
58
58
  'GetScalingGroupsGroupLaunchTemplateOverrideResult',
59
59
  'GetScalingRulesRuleResult',
60
+ 'GetScalingRulesRuleHybridMetricResult',
61
+ 'GetScalingRulesRuleHybridMetricDimensionResult',
62
+ 'GetScalingRulesRuleStepAdjustmentResult',
60
63
  'GetScheduledTasksTaskResult',
61
64
  ]
62
65
 
@@ -4152,51 +4155,75 @@ class GetScalingRulesRuleResult(dict):
4152
4155
  adjustment_type: builtins.str,
4153
4156
  adjustment_value: builtins.int,
4154
4157
  cooldown: builtins.int,
4158
+ disable_scale_in: builtins.bool,
4159
+ estimated_instance_warmup: builtins.int,
4160
+ hybrid_metrics: Sequence['outputs.GetScalingRulesRuleHybridMetricResult'],
4161
+ hybrid_monitor_namespace: builtins.str,
4155
4162
  id: builtins.str,
4156
4163
  initial_max_size: builtins.int,
4157
4164
  metric_name: builtins.str,
4165
+ metric_type: builtins.str,
4158
4166
  min_adjustment_magnitude: builtins.int,
4159
4167
  name: builtins.str,
4160
4168
  predictive_scaling_mode: builtins.str,
4161
4169
  predictive_task_buffer_time: builtins.int,
4162
4170
  predictive_value_behavior: builtins.str,
4163
4171
  predictive_value_buffer: builtins.int,
4172
+ scale_in_evaluation_count: builtins.int,
4173
+ scale_out_evaluation_count: builtins.int,
4164
4174
  scaling_group_id: builtins.str,
4165
4175
  scaling_rule_ari: builtins.str,
4176
+ step_adjustments: Sequence['outputs.GetScalingRulesRuleStepAdjustmentResult'],
4166
4177
  target_value: builtins.float,
4167
4178
  type: builtins.str):
4168
4179
  """
4169
4180
  :param builtins.str adjustment_type: Adjustment type of the scaling rule.
4170
4181
  :param builtins.int adjustment_value: Adjustment value of the scaling rule.
4171
4182
  :param builtins.int cooldown: Cooldown time of the scaling rule.
4172
- :param builtins.str id: ID of the scaling rule.
4183
+ :param builtins.bool disable_scale_in: (Available since v1.250.0) Indicates whether scale-in is disabled. This parameter is available only if you set ScalingRuleType to TargetTrackingScalingRule. Valid values: true, false.
4184
+ :param builtins.int estimated_instance_warmup: (Available since v1.250.0) The warm-up period during which a series of preparation measures are taken on new instances. Auto Scaling does not monitor the metric data of instances that are being warmed up.
4185
+ :param Sequence['GetScalingRulesRuleHybridMetricArgs'] hybrid_metrics: (Available since v1.250.0) The Hybrid Cloud Monitoring metrics.
4186
+ :param builtins.str hybrid_monitor_namespace: (Available since v1.250.0) The ID of the Hybrid Cloud Monitoring namespace.
4187
+ :param builtins.str id: (Available since v1.250.0) The reference ID of the metric in the metric expression.
4173
4188
  :param builtins.int initial_max_size: (Available since v1.242.0) The maximum number of ECS instances that can be added to the scaling group.
4174
- :param builtins.str metric_name: (Available since v1.242.0) The predefined metric of the scaling rule.
4189
+ :param builtins.str metric_name: (Available since v1.250.0) The name of the Hybrid Cloud Monitoring metric.
4190
+ :param builtins.str metric_type: (Available since v1.250.0) The type of the event-triggered task that is associated with the scaling rule.
4175
4191
  :param builtins.int min_adjustment_magnitude: Min adjustment magnitude of scaling rule.
4176
4192
  :param builtins.str name: Name of the scaling rule.
4177
4193
  :param builtins.str predictive_scaling_mode: (Available since v1.242.0) The mode of the predictive scaling rule.
4178
4194
  :param builtins.int predictive_task_buffer_time: (Available since v1.242.0) The amount of buffer time before the prediction task is executed. By default, all prediction tasks that are automatically created by a predictive scaling rule are executed on the hour. You can set a buffer time to execute prediction tasks and prepare resources in advance.
4179
4195
  :param builtins.str predictive_value_behavior: (Available since v1.242.0) The action on the predicted maximum value.
4180
4196
  :param builtins.int predictive_value_buffer: (Available since v1.242.0) The ratio based on which the predicted value is increased if you set predictive_value_behavior to PredictiveValueOverrideMaxWithBuffer. If the predicted value that is increased by this ratio is greater than the initial maximum capacity, the increased value is used as the maximum value for prediction tasks.
4197
+ :param builtins.int scale_in_evaluation_count: (Available since v1.250.0) After you create a target tracking scaling rule, an event-triggered task is automatically created and associated with the scaling rule. This parameter defines the number of consecutive times the alert condition must be satisfied before the event-triggered task initiates a scale-in operation.
4198
+ :param builtins.int scale_out_evaluation_count: (Available since v1.250.0) After you create a target tracking scaling rule, an event-triggered task is automatically created and associated with the scaling rule. This parameter defines the number of consecutive times the alert condition must be satisfied before the event-triggered task initiates a scale-out operation.
4181
4199
  :param builtins.str scaling_group_id: Scaling group id the scaling rules belong to.
4182
4200
  :param builtins.str scaling_rule_ari: Ari of scaling rule.
4201
+ :param Sequence['GetScalingRulesRuleStepAdjustmentArgs'] step_adjustments: (Available since v1.250.0) The step adjustments of the step scaling rule.
4183
4202
  :param builtins.float target_value: (Available since v1.242.0) The target value of the metric.
4184
4203
  :param builtins.str type: Type of scaling rule.
4185
4204
  """
4186
4205
  pulumi.set(__self__, "adjustment_type", adjustment_type)
4187
4206
  pulumi.set(__self__, "adjustment_value", adjustment_value)
4188
4207
  pulumi.set(__self__, "cooldown", cooldown)
4208
+ pulumi.set(__self__, "disable_scale_in", disable_scale_in)
4209
+ pulumi.set(__self__, "estimated_instance_warmup", estimated_instance_warmup)
4210
+ pulumi.set(__self__, "hybrid_metrics", hybrid_metrics)
4211
+ pulumi.set(__self__, "hybrid_monitor_namespace", hybrid_monitor_namespace)
4189
4212
  pulumi.set(__self__, "id", id)
4190
4213
  pulumi.set(__self__, "initial_max_size", initial_max_size)
4191
4214
  pulumi.set(__self__, "metric_name", metric_name)
4215
+ pulumi.set(__self__, "metric_type", metric_type)
4192
4216
  pulumi.set(__self__, "min_adjustment_magnitude", min_adjustment_magnitude)
4193
4217
  pulumi.set(__self__, "name", name)
4194
4218
  pulumi.set(__self__, "predictive_scaling_mode", predictive_scaling_mode)
4195
4219
  pulumi.set(__self__, "predictive_task_buffer_time", predictive_task_buffer_time)
4196
4220
  pulumi.set(__self__, "predictive_value_behavior", predictive_value_behavior)
4197
4221
  pulumi.set(__self__, "predictive_value_buffer", predictive_value_buffer)
4222
+ pulumi.set(__self__, "scale_in_evaluation_count", scale_in_evaluation_count)
4223
+ pulumi.set(__self__, "scale_out_evaluation_count", scale_out_evaluation_count)
4198
4224
  pulumi.set(__self__, "scaling_group_id", scaling_group_id)
4199
4225
  pulumi.set(__self__, "scaling_rule_ari", scaling_rule_ari)
4226
+ pulumi.set(__self__, "step_adjustments", step_adjustments)
4200
4227
  pulumi.set(__self__, "target_value", target_value)
4201
4228
  pulumi.set(__self__, "type", type)
4202
4229
 
@@ -4224,11 +4251,43 @@ class GetScalingRulesRuleResult(dict):
4224
4251
  """
4225
4252
  return pulumi.get(self, "cooldown")
4226
4253
 
4254
+ @property
4255
+ @pulumi.getter(name="disableScaleIn")
4256
+ def disable_scale_in(self) -> builtins.bool:
4257
+ """
4258
+ (Available since v1.250.0) Indicates whether scale-in is disabled. This parameter is available only if you set ScalingRuleType to TargetTrackingScalingRule. Valid values: true, false.
4259
+ """
4260
+ return pulumi.get(self, "disable_scale_in")
4261
+
4262
+ @property
4263
+ @pulumi.getter(name="estimatedInstanceWarmup")
4264
+ def estimated_instance_warmup(self) -> builtins.int:
4265
+ """
4266
+ (Available since v1.250.0) The warm-up period during which a series of preparation measures are taken on new instances. Auto Scaling does not monitor the metric data of instances that are being warmed up.
4267
+ """
4268
+ return pulumi.get(self, "estimated_instance_warmup")
4269
+
4270
+ @property
4271
+ @pulumi.getter(name="hybridMetrics")
4272
+ def hybrid_metrics(self) -> Sequence['outputs.GetScalingRulesRuleHybridMetricResult']:
4273
+ """
4274
+ (Available since v1.250.0) The Hybrid Cloud Monitoring metrics.
4275
+ """
4276
+ return pulumi.get(self, "hybrid_metrics")
4277
+
4278
+ @property
4279
+ @pulumi.getter(name="hybridMonitorNamespace")
4280
+ def hybrid_monitor_namespace(self) -> builtins.str:
4281
+ """
4282
+ (Available since v1.250.0) The ID of the Hybrid Cloud Monitoring namespace.
4283
+ """
4284
+ return pulumi.get(self, "hybrid_monitor_namespace")
4285
+
4227
4286
  @property
4228
4287
  @pulumi.getter
4229
4288
  def id(self) -> builtins.str:
4230
4289
  """
4231
- ID of the scaling rule.
4290
+ (Available since v1.250.0) The reference ID of the metric in the metric expression.
4232
4291
  """
4233
4292
  return pulumi.get(self, "id")
4234
4293
 
@@ -4244,10 +4303,18 @@ class GetScalingRulesRuleResult(dict):
4244
4303
  @pulumi.getter(name="metricName")
4245
4304
  def metric_name(self) -> builtins.str:
4246
4305
  """
4247
- (Available since v1.242.0) The predefined metric of the scaling rule.
4306
+ (Available since v1.250.0) The name of the Hybrid Cloud Monitoring metric.
4248
4307
  """
4249
4308
  return pulumi.get(self, "metric_name")
4250
4309
 
4310
+ @property
4311
+ @pulumi.getter(name="metricType")
4312
+ def metric_type(self) -> builtins.str:
4313
+ """
4314
+ (Available since v1.250.0) The type of the event-triggered task that is associated with the scaling rule.
4315
+ """
4316
+ return pulumi.get(self, "metric_type")
4317
+
4251
4318
  @property
4252
4319
  @pulumi.getter(name="minAdjustmentMagnitude")
4253
4320
  def min_adjustment_magnitude(self) -> builtins.int:
@@ -4296,6 +4363,22 @@ class GetScalingRulesRuleResult(dict):
4296
4363
  """
4297
4364
  return pulumi.get(self, "predictive_value_buffer")
4298
4365
 
4366
+ @property
4367
+ @pulumi.getter(name="scaleInEvaluationCount")
4368
+ def scale_in_evaluation_count(self) -> builtins.int:
4369
+ """
4370
+ (Available since v1.250.0) After you create a target tracking scaling rule, an event-triggered task is automatically created and associated with the scaling rule. This parameter defines the number of consecutive times the alert condition must be satisfied before the event-triggered task initiates a scale-in operation.
4371
+ """
4372
+ return pulumi.get(self, "scale_in_evaluation_count")
4373
+
4374
+ @property
4375
+ @pulumi.getter(name="scaleOutEvaluationCount")
4376
+ def scale_out_evaluation_count(self) -> builtins.int:
4377
+ """
4378
+ (Available since v1.250.0) After you create a target tracking scaling rule, an event-triggered task is automatically created and associated with the scaling rule. This parameter defines the number of consecutive times the alert condition must be satisfied before the event-triggered task initiates a scale-out operation.
4379
+ """
4380
+ return pulumi.get(self, "scale_out_evaluation_count")
4381
+
4299
4382
  @property
4300
4383
  @pulumi.getter(name="scalingGroupId")
4301
4384
  def scaling_group_id(self) -> builtins.str:
@@ -4312,6 +4395,14 @@ class GetScalingRulesRuleResult(dict):
4312
4395
  """
4313
4396
  return pulumi.get(self, "scaling_rule_ari")
4314
4397
 
4398
+ @property
4399
+ @pulumi.getter(name="stepAdjustments")
4400
+ def step_adjustments(self) -> Sequence['outputs.GetScalingRulesRuleStepAdjustmentResult']:
4401
+ """
4402
+ (Available since v1.250.0) The step adjustments of the step scaling rule.
4403
+ """
4404
+ return pulumi.get(self, "step_adjustments")
4405
+
4315
4406
  @property
4316
4407
  @pulumi.getter(name="targetValue")
4317
4408
  def target_value(self) -> builtins.float:
@@ -4329,6 +4420,137 @@ class GetScalingRulesRuleResult(dict):
4329
4420
  return pulumi.get(self, "type")
4330
4421
 
4331
4422
 
4423
+ @pulumi.output_type
4424
+ class GetScalingRulesRuleHybridMetricResult(dict):
4425
+ def __init__(__self__, *,
4426
+ dimensions: Sequence['outputs.GetScalingRulesRuleHybridMetricDimensionResult'],
4427
+ expression: builtins.str,
4428
+ id: builtins.str,
4429
+ metric_name: builtins.str,
4430
+ statistic: builtins.str):
4431
+ """
4432
+ :param Sequence['GetScalingRulesRuleHybridMetricDimensionArgs'] dimensions: (Available since v1.250.0) The metric dimensions. You can use this parameter to specify the monitored resources.
4433
+ :param builtins.str expression: (Available since v1.250.0) The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression is written in Reverse Polish Notation (RPN) format and includes only the following operators: +, -, *, /.
4434
+ :param builtins.str id: (Available since v1.250.0) The reference ID of the metric in the metric expression.
4435
+ :param builtins.str metric_name: (Available since v1.250.0) The name of the Hybrid Cloud Monitoring metric.
4436
+ :param builtins.str statistic: (Available since v1.250.0) The statistical method of the metric data.
4437
+ """
4438
+ pulumi.set(__self__, "dimensions", dimensions)
4439
+ pulumi.set(__self__, "expression", expression)
4440
+ pulumi.set(__self__, "id", id)
4441
+ pulumi.set(__self__, "metric_name", metric_name)
4442
+ pulumi.set(__self__, "statistic", statistic)
4443
+
4444
+ @property
4445
+ @pulumi.getter
4446
+ def dimensions(self) -> Sequence['outputs.GetScalingRulesRuleHybridMetricDimensionResult']:
4447
+ """
4448
+ (Available since v1.250.0) The metric dimensions. You can use this parameter to specify the monitored resources.
4449
+ """
4450
+ return pulumi.get(self, "dimensions")
4451
+
4452
+ @property
4453
+ @pulumi.getter
4454
+ def expression(self) -> builtins.str:
4455
+ """
4456
+ (Available since v1.250.0) The metric expression that consists of multiple Hybrid Cloud Monitoring metrics. It calculates a result used to trigger scaling events. The expression is written in Reverse Polish Notation (RPN) format and includes only the following operators: +, -, *, /.
4457
+ """
4458
+ return pulumi.get(self, "expression")
4459
+
4460
+ @property
4461
+ @pulumi.getter
4462
+ def id(self) -> builtins.str:
4463
+ """
4464
+ (Available since v1.250.0) The reference ID of the metric in the metric expression.
4465
+ """
4466
+ return pulumi.get(self, "id")
4467
+
4468
+ @property
4469
+ @pulumi.getter(name="metricName")
4470
+ def metric_name(self) -> builtins.str:
4471
+ """
4472
+ (Available since v1.250.0) The name of the Hybrid Cloud Monitoring metric.
4473
+ """
4474
+ return pulumi.get(self, "metric_name")
4475
+
4476
+ @property
4477
+ @pulumi.getter
4478
+ def statistic(self) -> builtins.str:
4479
+ """
4480
+ (Available since v1.250.0) The statistical method of the metric data.
4481
+ """
4482
+ return pulumi.get(self, "statistic")
4483
+
4484
+
4485
+ @pulumi.output_type
4486
+ class GetScalingRulesRuleHybridMetricDimensionResult(dict):
4487
+ def __init__(__self__, *,
4488
+ dimension_key: builtins.str,
4489
+ dimension_value: builtins.str):
4490
+ """
4491
+ :param builtins.str dimension_key: (Available since v1.250.0) The dimension key of the metric.
4492
+ :param builtins.str dimension_value: (Available since v1.250.0) The dimension value of the metric.
4493
+ """
4494
+ pulumi.set(__self__, "dimension_key", dimension_key)
4495
+ pulumi.set(__self__, "dimension_value", dimension_value)
4496
+
4497
+ @property
4498
+ @pulumi.getter(name="dimensionKey")
4499
+ def dimension_key(self) -> builtins.str:
4500
+ """
4501
+ (Available since v1.250.0) The dimension key of the metric.
4502
+ """
4503
+ return pulumi.get(self, "dimension_key")
4504
+
4505
+ @property
4506
+ @pulumi.getter(name="dimensionValue")
4507
+ def dimension_value(self) -> builtins.str:
4508
+ """
4509
+ (Available since v1.250.0) The dimension value of the metric.
4510
+ """
4511
+ return pulumi.get(self, "dimension_value")
4512
+
4513
+
4514
+ @pulumi.output_type
4515
+ class GetScalingRulesRuleStepAdjustmentResult(dict):
4516
+ def __init__(__self__, *,
4517
+ metric_interval_lower_bound: builtins.str,
4518
+ metric_interval_upper_bound: builtins.str,
4519
+ scaling_adjustment: builtins.int):
4520
+ """
4521
+ :param builtins.str metric_interval_lower_bound: (Available since v1.250.0) The lower limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.
4522
+ :param builtins.str metric_interval_upper_bound: (Available since v1.250.0) The upper limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.
4523
+ :param builtins.int scaling_adjustment: (Available since v1.250.0) The number of instances that are scaled in each step adjustment.
4524
+ """
4525
+ pulumi.set(__self__, "metric_interval_lower_bound", metric_interval_lower_bound)
4526
+ pulumi.set(__self__, "metric_interval_upper_bound", metric_interval_upper_bound)
4527
+ pulumi.set(__self__, "scaling_adjustment", scaling_adjustment)
4528
+
4529
+ @property
4530
+ @pulumi.getter(name="metricIntervalLowerBound")
4531
+ def metric_interval_lower_bound(self) -> builtins.str:
4532
+ """
4533
+ (Available since v1.250.0) The lower limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.
4534
+ """
4535
+ return pulumi.get(self, "metric_interval_lower_bound")
4536
+
4537
+ @property
4538
+ @pulumi.getter(name="metricIntervalUpperBound")
4539
+ def metric_interval_upper_bound(self) -> builtins.str:
4540
+ """
4541
+ (Available since v1.250.0) The upper limit of each step adjustment. Valid values: -9.999999E18 to 9.999999E18.
4542
+ """
4543
+ return pulumi.get(self, "metric_interval_upper_bound")
4544
+
4545
+ @property
4546
+ @pulumi.getter(name="scalingAdjustment")
4547
+ def scaling_adjustment(self) -> builtins.int:
4548
+ """
4549
+ (Available since v1.250.0) The number of instances that are scaled in each step adjustment.
4550
+ """
4551
+ return pulumi.get(self, "scaling_adjustment")
4552
+
4553
+
4332
4554
  @pulumi.output_type
4333
4555
  class GetScheduledTasksTaskResult(dict):
4334
4556
  def __init__(__self__, *,
@@ -27,11 +27,12 @@ class RouterVpcAssociationArgs:
27
27
  vpc_owner_id: Optional[pulumi.Input[builtins.int]] = None):
28
28
  """
29
29
  The set of arguments for constructing a RouterVpcAssociation resource.
30
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
31
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
32
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
33
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
34
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
30
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
31
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
32
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
33
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
34
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
35
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
35
36
  """
36
37
  pulumi.set(__self__, "association_region_id", association_region_id)
37
38
  pulumi.set(__self__, "ecr_id", ecr_id)
@@ -45,7 +46,7 @@ class RouterVpcAssociationArgs:
45
46
  @pulumi.getter(name="associationRegionId")
46
47
  def association_region_id(self) -> pulumi.Input[builtins.str]:
47
48
  """
48
- The region to which the VPC or TR belongs.
49
+ The region ID of the resource to be associated.
49
50
  """
50
51
  return pulumi.get(self, "association_region_id")
51
52
 
@@ -57,7 +58,7 @@ class RouterVpcAssociationArgs:
57
58
  @pulumi.getter(name="ecrId")
58
59
  def ecr_id(self) -> pulumi.Input[builtins.str]:
59
60
  """
60
- The ID of the leased line gateway instance.
61
+ The ECR ID.
61
62
  """
62
63
  return pulumi.get(self, "ecr_id")
63
64
 
@@ -69,7 +70,7 @@ class RouterVpcAssociationArgs:
69
70
  @pulumi.getter(name="vpcId")
70
71
  def vpc_id(self) -> pulumi.Input[builtins.str]:
71
72
  """
72
- The ID of the VPC instance.
73
+ The VPC ID.
73
74
  """
74
75
  return pulumi.get(self, "vpc_id")
75
76
 
@@ -81,7 +82,7 @@ class RouterVpcAssociationArgs:
81
82
  @pulumi.getter(name="allowedPrefixes")
82
83
  def allowed_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
83
84
  """
84
- List of allowed route prefixes.
85
+ The list of allowed route prefixes.
85
86
  """
86
87
  return pulumi.get(self, "allowed_prefixes")
87
88
 
@@ -93,7 +94,8 @@ class RouterVpcAssociationArgs:
93
94
  @pulumi.getter(name="vpcOwnerId")
94
95
  def vpc_owner_id(self) -> Optional[pulumi.Input[builtins.int]]:
95
96
  """
96
- The ID of the Alibaba Cloud account to which the VPC belongs.
97
+ The ID of the Alibaba Cloud account that owns the VPC.
98
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
97
99
  """
98
100
  return pulumi.get(self, "vpc_owner_id")
99
101
 
@@ -115,14 +117,15 @@ class _RouterVpcAssociationState:
115
117
  vpc_owner_id: Optional[pulumi.Input[builtins.int]] = None):
116
118
  """
117
119
  Input properties used for looking up and filtering RouterVpcAssociation resources.
118
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
119
- :param pulumi.Input[builtins.str] association_id: The first ID of the resource.
120
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
121
- :param pulumi.Input[builtins.str] create_time: The creation time of the resource.
122
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
123
- :param pulumi.Input[builtins.str] status: The status of the resource.
124
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
125
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
120
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
121
+ :param pulumi.Input[builtins.str] association_id: The ID of the association between the ECR and the VPC.
122
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
123
+ :param pulumi.Input[builtins.str] create_time: The time when the association was created.
124
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
125
+ :param pulumi.Input[builtins.str] status: The deployment state of the associated resource.
126
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
127
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
128
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
126
129
  """
127
130
  if allowed_prefixes is not None:
128
131
  pulumi.set(__self__, "allowed_prefixes", allowed_prefixes)
@@ -145,7 +148,7 @@ class _RouterVpcAssociationState:
145
148
  @pulumi.getter(name="allowedPrefixes")
146
149
  def allowed_prefixes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
147
150
  """
148
- List of allowed route prefixes.
151
+ The list of allowed route prefixes.
149
152
  """
150
153
  return pulumi.get(self, "allowed_prefixes")
151
154
 
@@ -157,7 +160,7 @@ class _RouterVpcAssociationState:
157
160
  @pulumi.getter(name="associationId")
158
161
  def association_id(self) -> Optional[pulumi.Input[builtins.str]]:
159
162
  """
160
- The first ID of the resource.
163
+ The ID of the association between the ECR and the VPC.
161
164
  """
162
165
  return pulumi.get(self, "association_id")
163
166
 
@@ -169,7 +172,7 @@ class _RouterVpcAssociationState:
169
172
  @pulumi.getter(name="associationRegionId")
170
173
  def association_region_id(self) -> Optional[pulumi.Input[builtins.str]]:
171
174
  """
172
- The region to which the VPC or TR belongs.
175
+ The region ID of the resource to be associated.
173
176
  """
174
177
  return pulumi.get(self, "association_region_id")
175
178
 
@@ -181,7 +184,7 @@ class _RouterVpcAssociationState:
181
184
  @pulumi.getter(name="createTime")
182
185
  def create_time(self) -> Optional[pulumi.Input[builtins.str]]:
183
186
  """
184
- The creation time of the resource.
187
+ The time when the association was created.
185
188
  """
186
189
  return pulumi.get(self, "create_time")
187
190
 
@@ -193,7 +196,7 @@ class _RouterVpcAssociationState:
193
196
  @pulumi.getter(name="ecrId")
194
197
  def ecr_id(self) -> Optional[pulumi.Input[builtins.str]]:
195
198
  """
196
- The ID of the leased line gateway instance.
199
+ The ECR ID.
197
200
  """
198
201
  return pulumi.get(self, "ecr_id")
199
202
 
@@ -205,7 +208,7 @@ class _RouterVpcAssociationState:
205
208
  @pulumi.getter
206
209
  def status(self) -> Optional[pulumi.Input[builtins.str]]:
207
210
  """
208
- The status of the resource.
211
+ The deployment state of the associated resource.
209
212
  """
210
213
  return pulumi.get(self, "status")
211
214
 
@@ -217,7 +220,7 @@ class _RouterVpcAssociationState:
217
220
  @pulumi.getter(name="vpcId")
218
221
  def vpc_id(self) -> Optional[pulumi.Input[builtins.str]]:
219
222
  """
220
- The ID of the VPC instance.
223
+ The VPC ID.
221
224
  """
222
225
  return pulumi.get(self, "vpc_id")
223
226
 
@@ -229,7 +232,8 @@ class _RouterVpcAssociationState:
229
232
  @pulumi.getter(name="vpcOwnerId")
230
233
  def vpc_owner_id(self) -> Optional[pulumi.Input[builtins.int]]:
231
234
  """
232
- The ID of the Alibaba Cloud account to which the VPC belongs.
235
+ The ID of the Alibaba Cloud account that owns the VPC.
236
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
233
237
  """
234
238
  return pulumi.get(self, "vpc_owner_id")
235
239
 
@@ -253,7 +257,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
253
257
  """
254
258
  Provides a Express Connect Router Express Connect Router Vpc Association resource. Bind relationship object between leased line gateway and VPC.
255
259
 
256
- For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://next.api.alibabacloud.com/api/ExpressConnectRouter/2023-09-01/CreateExpressConnectRouterAssociation).
260
+ For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-expressconnectrouter-2023-09-01-createexpressconnectrouterassociation).
257
261
 
258
262
  > **NOTE:** Available since v1.224.0.
259
263
 
@@ -295,11 +299,12 @@ class RouterVpcAssociation(pulumi.CustomResource):
295
299
 
296
300
  :param str resource_name: The name of the resource.
297
301
  :param pulumi.ResourceOptions opts: Options for the resource.
298
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
299
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
300
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
301
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
302
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
302
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
303
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
304
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
305
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
306
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
307
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
303
308
  """
304
309
  ...
305
310
  @overload
@@ -310,7 +315,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
310
315
  """
311
316
  Provides a Express Connect Router Express Connect Router Vpc Association resource. Bind relationship object between leased line gateway and VPC.
312
317
 
313
- For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://next.api.alibabacloud.com/api/ExpressConnectRouter/2023-09-01/CreateExpressConnectRouterAssociation).
318
+ For information about Express Connect Router Express Connect Router Vpc Association and how to use it, see [What is Express Connect Router Vpc Association](https://www.alibabacloud.com/help/en/express-connect/developer-reference/api-expressconnectrouter-2023-09-01-createexpressconnectrouterassociation).
314
319
 
315
320
  > **NOTE:** Available since v1.224.0.
316
321
 
@@ -418,14 +423,15 @@ class RouterVpcAssociation(pulumi.CustomResource):
418
423
  :param str resource_name: The unique name of the resulting resource.
419
424
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
420
425
  :param pulumi.ResourceOptions opts: Options for the resource.
421
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: List of allowed route prefixes.
422
- :param pulumi.Input[builtins.str] association_id: The first ID of the resource.
423
- :param pulumi.Input[builtins.str] association_region_id: The region to which the VPC or TR belongs.
424
- :param pulumi.Input[builtins.str] create_time: The creation time of the resource.
425
- :param pulumi.Input[builtins.str] ecr_id: The ID of the leased line gateway instance.
426
- :param pulumi.Input[builtins.str] status: The status of the resource.
427
- :param pulumi.Input[builtins.str] vpc_id: The ID of the VPC instance.
428
- :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account to which the VPC belongs.
426
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_prefixes: The list of allowed route prefixes.
427
+ :param pulumi.Input[builtins.str] association_id: The ID of the association between the ECR and the VPC.
428
+ :param pulumi.Input[builtins.str] association_region_id: The region ID of the resource to be associated.
429
+ :param pulumi.Input[builtins.str] create_time: The time when the association was created.
430
+ :param pulumi.Input[builtins.str] ecr_id: The ECR ID.
431
+ :param pulumi.Input[builtins.str] status: The deployment state of the associated resource.
432
+ :param pulumi.Input[builtins.str] vpc_id: The VPC ID.
433
+ :param pulumi.Input[builtins.int] vpc_owner_id: The ID of the Alibaba Cloud account that owns the VPC.
434
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
429
435
  """
430
436
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
431
437
 
@@ -445,7 +451,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
445
451
  @pulumi.getter(name="allowedPrefixes")
446
452
  def allowed_prefixes(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
447
453
  """
448
- List of allowed route prefixes.
454
+ The list of allowed route prefixes.
449
455
  """
450
456
  return pulumi.get(self, "allowed_prefixes")
451
457
 
@@ -453,7 +459,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
453
459
  @pulumi.getter(name="associationId")
454
460
  def association_id(self) -> pulumi.Output[builtins.str]:
455
461
  """
456
- The first ID of the resource.
462
+ The ID of the association between the ECR and the VPC.
457
463
  """
458
464
  return pulumi.get(self, "association_id")
459
465
 
@@ -461,7 +467,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
461
467
  @pulumi.getter(name="associationRegionId")
462
468
  def association_region_id(self) -> pulumi.Output[builtins.str]:
463
469
  """
464
- The region to which the VPC or TR belongs.
470
+ The region ID of the resource to be associated.
465
471
  """
466
472
  return pulumi.get(self, "association_region_id")
467
473
 
@@ -469,7 +475,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
469
475
  @pulumi.getter(name="createTime")
470
476
  def create_time(self) -> pulumi.Output[builtins.str]:
471
477
  """
472
- The creation time of the resource.
478
+ The time when the association was created.
473
479
  """
474
480
  return pulumi.get(self, "create_time")
475
481
 
@@ -477,7 +483,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
477
483
  @pulumi.getter(name="ecrId")
478
484
  def ecr_id(self) -> pulumi.Output[builtins.str]:
479
485
  """
480
- The ID of the leased line gateway instance.
486
+ The ECR ID.
481
487
  """
482
488
  return pulumi.get(self, "ecr_id")
483
489
 
@@ -485,7 +491,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
485
491
  @pulumi.getter
486
492
  def status(self) -> pulumi.Output[builtins.str]:
487
493
  """
488
- The status of the resource.
494
+ The deployment state of the associated resource.
489
495
  """
490
496
  return pulumi.get(self, "status")
491
497
 
@@ -493,7 +499,7 @@ class RouterVpcAssociation(pulumi.CustomResource):
493
499
  @pulumi.getter(name="vpcId")
494
500
  def vpc_id(self) -> pulumi.Output[builtins.str]:
495
501
  """
496
- The ID of the VPC instance.
502
+ The VPC ID.
497
503
  """
498
504
  return pulumi.get(self, "vpc_id")
499
505
 
@@ -501,7 +507,8 @@ class RouterVpcAssociation(pulumi.CustomResource):
501
507
  @pulumi.getter(name="vpcOwnerId")
502
508
  def vpc_owner_id(self) -> pulumi.Output[builtins.int]:
503
509
  """
504
- The ID of the Alibaba Cloud account to which the VPC belongs.
510
+ The ID of the Alibaba Cloud account that owns the VPC.
511
+ > **NOTE:** If you want to connect to a network instance that belongs to a different account, `vpc_owner_id` is required.
505
512
  """
506
513
  return pulumi.get(self, "vpc_owner_id")
507
514
 
@@ -15,6 +15,7 @@ from .get_functions import *
15
15
  from .get_service import *
16
16
  from .get_services import *
17
17
  from .get_triggers import *
18
+ from .get_v3_triggers import *
18
19
  from .get_zones import *
19
20
  from .layer_version import *
20
21
  from .service import *