AWS
describe_cluster
Describe a single EMR cluster
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaosaws.emr.probes |
Name | describe_instance_fleet |
Return | mapping |
Usage
JSON
{
"name": "describe-instance-fleet",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosaws.emr.probes",
"func": "describe_instance_fleet",
"arguments": {
"cluster_id": "",
"fleet_id": ""
}
}
}
YAML
name: describe-instance-fleet
provider:
arguments:
cluster_id: ''
fleet_id: ''
func: describe_instance_fleet
module: chaosaws.emr.probes
type: python
type: probe
Arguments
Name | Type | Default | Required |
---|---|---|---|
cluster_id | string | Yes | |
fleet_id | string | Yes |
Signature
def describe_instance_fleet(
cluster_id: str,
fleet_id: str,
configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> Dict[str, Any]:
pass