pulumi-aws-native 1.38.0a1761284362__py3-none-any.whl → 1.39.0a1762409198__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-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +33 -1
- pulumi_aws_native/_enums.py +4 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
pulumi_aws_native/eks/outputs.py
CHANGED
|
@@ -46,6 +46,7 @@ __all__ = [
|
|
|
46
46
|
'NamespaceConfigProperties',
|
|
47
47
|
'NodegroupLaunchTemplateSpecification',
|
|
48
48
|
'NodegroupNodeRepairConfig',
|
|
49
|
+
'NodegroupNodeRepairConfigOverrides',
|
|
49
50
|
'NodegroupRemoteAccess',
|
|
50
51
|
'NodegroupScalingConfig',
|
|
51
52
|
'NodegroupTaint',
|
|
@@ -1317,14 +1318,59 @@ class NodegroupNodeRepairConfig(dict):
|
|
|
1317
1318
|
"""
|
|
1318
1319
|
The node auto repair configuration for node group.
|
|
1319
1320
|
"""
|
|
1321
|
+
@staticmethod
|
|
1322
|
+
def __key_warning(key: str):
|
|
1323
|
+
suggest = None
|
|
1324
|
+
if key == "maxParallelNodesRepairedCount":
|
|
1325
|
+
suggest = "max_parallel_nodes_repaired_count"
|
|
1326
|
+
elif key == "maxParallelNodesRepairedPercentage":
|
|
1327
|
+
suggest = "max_parallel_nodes_repaired_percentage"
|
|
1328
|
+
elif key == "maxUnhealthyNodeThresholdCount":
|
|
1329
|
+
suggest = "max_unhealthy_node_threshold_count"
|
|
1330
|
+
elif key == "maxUnhealthyNodeThresholdPercentage":
|
|
1331
|
+
suggest = "max_unhealthy_node_threshold_percentage"
|
|
1332
|
+
elif key == "nodeRepairConfigOverrides":
|
|
1333
|
+
suggest = "node_repair_config_overrides"
|
|
1334
|
+
|
|
1335
|
+
if suggest:
|
|
1336
|
+
pulumi.log.warn(f"Key '{key}' not found in NodegroupNodeRepairConfig. Access the value via the '{suggest}' property getter instead.")
|
|
1337
|
+
|
|
1338
|
+
def __getitem__(self, key: str) -> Any:
|
|
1339
|
+
NodegroupNodeRepairConfig.__key_warning(key)
|
|
1340
|
+
return super().__getitem__(key)
|
|
1341
|
+
|
|
1342
|
+
def get(self, key: str, default = None) -> Any:
|
|
1343
|
+
NodegroupNodeRepairConfig.__key_warning(key)
|
|
1344
|
+
return super().get(key, default)
|
|
1345
|
+
|
|
1320
1346
|
def __init__(__self__, *,
|
|
1321
|
-
enabled: Optional[_builtins.bool] = None
|
|
1347
|
+
enabled: Optional[_builtins.bool] = None,
|
|
1348
|
+
max_parallel_nodes_repaired_count: Optional[_builtins.int] = None,
|
|
1349
|
+
max_parallel_nodes_repaired_percentage: Optional[_builtins.int] = None,
|
|
1350
|
+
max_unhealthy_node_threshold_count: Optional[_builtins.int] = None,
|
|
1351
|
+
max_unhealthy_node_threshold_percentage: Optional[_builtins.int] = None,
|
|
1352
|
+
node_repair_config_overrides: Optional[Sequence['outputs.NodegroupNodeRepairConfigOverrides']] = None):
|
|
1322
1353
|
"""
|
|
1323
1354
|
The node auto repair configuration for node group.
|
|
1324
1355
|
:param _builtins.bool enabled: Set this value to true to enable node auto repair for the node group.
|
|
1356
|
+
:param _builtins.int max_parallel_nodes_repaired_count: Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a count of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedPercentage at the same time.
|
|
1357
|
+
:param _builtins.int max_parallel_nodes_repaired_percentage: Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a percentage of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedCount at the same time.
|
|
1358
|
+
:param _builtins.int max_unhealthy_node_threshold_count: Specify a count threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdPercentage at the same time.
|
|
1359
|
+
:param _builtins.int max_unhealthy_node_threshold_percentage: Specify a percentage threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdCount at the same time.
|
|
1360
|
+
:param Sequence['NodegroupNodeRepairConfigOverrides'] node_repair_config_overrides: Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
|
|
1325
1361
|
"""
|
|
1326
1362
|
if enabled is not None:
|
|
1327
1363
|
pulumi.set(__self__, "enabled", enabled)
|
|
1364
|
+
if max_parallel_nodes_repaired_count is not None:
|
|
1365
|
+
pulumi.set(__self__, "max_parallel_nodes_repaired_count", max_parallel_nodes_repaired_count)
|
|
1366
|
+
if max_parallel_nodes_repaired_percentage is not None:
|
|
1367
|
+
pulumi.set(__self__, "max_parallel_nodes_repaired_percentage", max_parallel_nodes_repaired_percentage)
|
|
1368
|
+
if max_unhealthy_node_threshold_count is not None:
|
|
1369
|
+
pulumi.set(__self__, "max_unhealthy_node_threshold_count", max_unhealthy_node_threshold_count)
|
|
1370
|
+
if max_unhealthy_node_threshold_percentage is not None:
|
|
1371
|
+
pulumi.set(__self__, "max_unhealthy_node_threshold_percentage", max_unhealthy_node_threshold_percentage)
|
|
1372
|
+
if node_repair_config_overrides is not None:
|
|
1373
|
+
pulumi.set(__self__, "node_repair_config_overrides", node_repair_config_overrides)
|
|
1328
1374
|
|
|
1329
1375
|
@_builtins.property
|
|
1330
1376
|
@pulumi.getter
|
|
@@ -1334,6 +1380,128 @@ class NodegroupNodeRepairConfig(dict):
|
|
|
1334
1380
|
"""
|
|
1335
1381
|
return pulumi.get(self, "enabled")
|
|
1336
1382
|
|
|
1383
|
+
@_builtins.property
|
|
1384
|
+
@pulumi.getter(name="maxParallelNodesRepairedCount")
|
|
1385
|
+
def max_parallel_nodes_repaired_count(self) -> Optional[_builtins.int]:
|
|
1386
|
+
"""
|
|
1387
|
+
Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a count of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedPercentage at the same time.
|
|
1388
|
+
"""
|
|
1389
|
+
return pulumi.get(self, "max_parallel_nodes_repaired_count")
|
|
1390
|
+
|
|
1391
|
+
@_builtins.property
|
|
1392
|
+
@pulumi.getter(name="maxParallelNodesRepairedPercentage")
|
|
1393
|
+
def max_parallel_nodes_repaired_percentage(self) -> Optional[_builtins.int]:
|
|
1394
|
+
"""
|
|
1395
|
+
Specify the maximum number of nodes that can be repaired concurrently or in parallel, expressed as a percentage of unhealthy nodes. This gives you finer-grained control over the pace of node replacements. When using this, you cannot also set MaxParallelNodesRepairedCount at the same time.
|
|
1396
|
+
"""
|
|
1397
|
+
return pulumi.get(self, "max_parallel_nodes_repaired_percentage")
|
|
1398
|
+
|
|
1399
|
+
@_builtins.property
|
|
1400
|
+
@pulumi.getter(name="maxUnhealthyNodeThresholdCount")
|
|
1401
|
+
def max_unhealthy_node_threshold_count(self) -> Optional[_builtins.int]:
|
|
1402
|
+
"""
|
|
1403
|
+
Specify a count threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdPercentage at the same time.
|
|
1404
|
+
"""
|
|
1405
|
+
return pulumi.get(self, "max_unhealthy_node_threshold_count")
|
|
1406
|
+
|
|
1407
|
+
@_builtins.property
|
|
1408
|
+
@pulumi.getter(name="maxUnhealthyNodeThresholdPercentage")
|
|
1409
|
+
def max_unhealthy_node_threshold_percentage(self) -> Optional[_builtins.int]:
|
|
1410
|
+
"""
|
|
1411
|
+
Specify a percentage threshold of unhealthy nodes, above which node auto repair actions will stop. When using this, you cannot also set MaxUnhealthyNodeThresholdCount at the same time.
|
|
1412
|
+
"""
|
|
1413
|
+
return pulumi.get(self, "max_unhealthy_node_threshold_percentage")
|
|
1414
|
+
|
|
1415
|
+
@_builtins.property
|
|
1416
|
+
@pulumi.getter(name="nodeRepairConfigOverrides")
|
|
1417
|
+
def node_repair_config_overrides(self) -> Optional[Sequence['outputs.NodegroupNodeRepairConfigOverrides']]:
|
|
1418
|
+
"""
|
|
1419
|
+
Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
|
|
1420
|
+
"""
|
|
1421
|
+
return pulumi.get(self, "node_repair_config_overrides")
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
@pulumi.output_type
|
|
1425
|
+
class NodegroupNodeRepairConfigOverrides(dict):
|
|
1426
|
+
"""
|
|
1427
|
+
Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
|
|
1428
|
+
"""
|
|
1429
|
+
@staticmethod
|
|
1430
|
+
def __key_warning(key: str):
|
|
1431
|
+
suggest = None
|
|
1432
|
+
if key == "minRepairWaitTimeMins":
|
|
1433
|
+
suggest = "min_repair_wait_time_mins"
|
|
1434
|
+
elif key == "nodeMonitoringCondition":
|
|
1435
|
+
suggest = "node_monitoring_condition"
|
|
1436
|
+
elif key == "nodeUnhealthyReason":
|
|
1437
|
+
suggest = "node_unhealthy_reason"
|
|
1438
|
+
elif key == "repairAction":
|
|
1439
|
+
suggest = "repair_action"
|
|
1440
|
+
|
|
1441
|
+
if suggest:
|
|
1442
|
+
pulumi.log.warn(f"Key '{key}' not found in NodegroupNodeRepairConfigOverrides. Access the value via the '{suggest}' property getter instead.")
|
|
1443
|
+
|
|
1444
|
+
def __getitem__(self, key: str) -> Any:
|
|
1445
|
+
NodegroupNodeRepairConfigOverrides.__key_warning(key)
|
|
1446
|
+
return super().__getitem__(key)
|
|
1447
|
+
|
|
1448
|
+
def get(self, key: str, default = None) -> Any:
|
|
1449
|
+
NodegroupNodeRepairConfigOverrides.__key_warning(key)
|
|
1450
|
+
return super().get(key, default)
|
|
1451
|
+
|
|
1452
|
+
def __init__(__self__, *,
|
|
1453
|
+
min_repair_wait_time_mins: Optional[_builtins.int] = None,
|
|
1454
|
+
node_monitoring_condition: Optional[_builtins.str] = None,
|
|
1455
|
+
node_unhealthy_reason: Optional[_builtins.str] = None,
|
|
1456
|
+
repair_action: Optional['NodegroupNodeRepairConfigOverridesRepairAction'] = None):
|
|
1457
|
+
"""
|
|
1458
|
+
Specify granular overrides for specific repair actions. These overrides control the repair action and the repair delay time before a node is considered eligible for repair. If you use this, you must specify all the values.
|
|
1459
|
+
:param _builtins.int min_repair_wait_time_mins: Specify the minimum time in minutes to wait before attempting to repair a node with this specific NodeMonitoringCondition and NodeUnhealthyReason.
|
|
1460
|
+
:param _builtins.str node_monitoring_condition: Specify an unhealthy condition reported by the node monitoring agent that this override would apply to.
|
|
1461
|
+
:param _builtins.str node_unhealthy_reason: Specify a reason reported by the node monitoring agent that this override would apply to.
|
|
1462
|
+
:param 'NodegroupNodeRepairConfigOverridesRepairAction' repair_action: Specify the repair action to take for nodes when all of the specified conditions are met.
|
|
1463
|
+
"""
|
|
1464
|
+
if min_repair_wait_time_mins is not None:
|
|
1465
|
+
pulumi.set(__self__, "min_repair_wait_time_mins", min_repair_wait_time_mins)
|
|
1466
|
+
if node_monitoring_condition is not None:
|
|
1467
|
+
pulumi.set(__self__, "node_monitoring_condition", node_monitoring_condition)
|
|
1468
|
+
if node_unhealthy_reason is not None:
|
|
1469
|
+
pulumi.set(__self__, "node_unhealthy_reason", node_unhealthy_reason)
|
|
1470
|
+
if repair_action is not None:
|
|
1471
|
+
pulumi.set(__self__, "repair_action", repair_action)
|
|
1472
|
+
|
|
1473
|
+
@_builtins.property
|
|
1474
|
+
@pulumi.getter(name="minRepairWaitTimeMins")
|
|
1475
|
+
def min_repair_wait_time_mins(self) -> Optional[_builtins.int]:
|
|
1476
|
+
"""
|
|
1477
|
+
Specify the minimum time in minutes to wait before attempting to repair a node with this specific NodeMonitoringCondition and NodeUnhealthyReason.
|
|
1478
|
+
"""
|
|
1479
|
+
return pulumi.get(self, "min_repair_wait_time_mins")
|
|
1480
|
+
|
|
1481
|
+
@_builtins.property
|
|
1482
|
+
@pulumi.getter(name="nodeMonitoringCondition")
|
|
1483
|
+
def node_monitoring_condition(self) -> Optional[_builtins.str]:
|
|
1484
|
+
"""
|
|
1485
|
+
Specify an unhealthy condition reported by the node monitoring agent that this override would apply to.
|
|
1486
|
+
"""
|
|
1487
|
+
return pulumi.get(self, "node_monitoring_condition")
|
|
1488
|
+
|
|
1489
|
+
@_builtins.property
|
|
1490
|
+
@pulumi.getter(name="nodeUnhealthyReason")
|
|
1491
|
+
def node_unhealthy_reason(self) -> Optional[_builtins.str]:
|
|
1492
|
+
"""
|
|
1493
|
+
Specify a reason reported by the node monitoring agent that this override would apply to.
|
|
1494
|
+
"""
|
|
1495
|
+
return pulumi.get(self, "node_unhealthy_reason")
|
|
1496
|
+
|
|
1497
|
+
@_builtins.property
|
|
1498
|
+
@pulumi.getter(name="repairAction")
|
|
1499
|
+
def repair_action(self) -> Optional['NodegroupNodeRepairConfigOverridesRepairAction']:
|
|
1500
|
+
"""
|
|
1501
|
+
Specify the repair action to take for nodes when all of the specified conditions are met.
|
|
1502
|
+
"""
|
|
1503
|
+
return pulumi.get(self, "repair_action")
|
|
1504
|
+
|
|
1337
1505
|
|
|
1338
1506
|
@pulumi.output_type
|
|
1339
1507
|
class NodegroupRemoteAccess(dict):
|