TerminationParameter
Last updated
Last updated
username
Option<String>
The username of the user who terminated the cluster.
[optional]
aws_api_error_code
Option<String>
The AWS provided error code describing why cluster nodes could not be provisioned. For example, InstanceLimitExceeded
indicates that the limit of EC2 instances for a specific instance type has been exceeded. For reference, see: .
[optional]
aws_instance_state_reason
Option<String>
The AWS provided state reason describing why the driver node was terminated. For example, Client.VolumeLimitExceeded
indicates that the limit of EBS volumes or total EBS volume storage has been exceeded. For reference, see .
[optional]
aws_spot_request_status
Option<String>
Describes why a spot request could not be fulfilled. For example, price-too-low
indicates that the max price was lower than the current spot price. For reference, see: .
[optional]
aws_spot_request_fault_code
Option<String>
Provides additional details when a spot request fails. For example InsufficientFreeAddressesInSubnet
indicates the subnet does not have free IP addresses to accommodate the new instance. For reference, see .
[optional]
aws_impaired_status_details
Option<String>
The AWS provided status check which failed and induced a node loss. This status may correspond to a failed instance or system check. For reference, see .
[optional]
aws_instance_status_event
Option<String>
The AWS provided scheduled event (for example reboot) which induced a node loss. For reference, see .
[optional]
aws_error_message
Option<String>
Human-readable context of various failures from AWS. This field is unstructured, and its exact format is subject to change.
[optional]
databricks_error_message
Option<String>
Additional context that may explain the reason for cluster termination. This field is unstructured, and its exact format is subject to change.
[optional]
inactivity_duration_min
Option<String>
An idle cluster was shut down after being inactive for this duration.
[optional]
instance_id
Option<String>
The ID of the instance that was hosting the Spark driver.
[optional]
instance_pool_id
Option<String>
The ID of the instance pool the cluster is using.
[optional]
instance_pool_error_code
Option<String>
The for cluster failures specific to a pool.
[optional]