AWS
get_health_check_status
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_hosted_zone |
Return | mapping |
Usage
JSON
{
"name": "get-hosted-zone",
"type": "probe",
"provider": {
"type": "python",
"module": "chaosaws.route53.probes",
"func": "get_hosted_zone",
"arguments": {
"zone_id": ""
}
}
}
YAML
name: get-hosted-zone
provider:
arguments:
zone_id: ""
func: get_hosted_zone
module: chaosaws.route53.probes
type: python
type: probe
Arguments
Name | Type | Default | Required | Title | Description |
---|---|---|---|---|---|
zone_id | string | Yes | Zone ID | Route53 zone |
Signature
def get_hosted_zone(
zone_id: str,
configuration: Dict[str, Dict[str, str]] = None,
secrets: Dict[str, Dict[str, str]] = None) -> Dict[str, Any]:
pass