AWS
disassociate_vpc_from_zone
Remove an association between a VPC and a private hosted zone
Get the status of the specified health check
Below are the details and signature of the activity Python module.
Type | probe |
Module | chaosaws.route53.probes |
Name | get_health_check_status |
Return | mapping |
Usage
JSON
{
"name": "get-health-check-status",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosaws.route53.probes",
"func": "get_health_check_status",
"arguments": {
"check_id": ""
}
}
}
YAML
name: get-health-check-status
provider:
arguments:
check_id: ""
func: get_health_check_status
module: chaosaws.route53.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
check_id | string | Yes | Health Check ID | Identifier of a health check |
Signature
def get_health_check_status(
check_id: str,
configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> Dict[str, Any]:
pass