Route 53 Hosted Zones¶
Provider: AWS
Service ID: route53_hosted_zones
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'route53_hosted_zones',
provider: 'aws',
region: 'eu-west-2',
source: 'live',
attributes: ['name', 'zone_id', 'record_count', 'comment', 'private_zone']
});
</script>
<div data-sd-service="route53_hosted_zones" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
Resource display name (from tags or identifier) |
zone_id |
Zone ID | text |
From API field: Id |
zone_name |
Zone Name | text |
From API field: Name |
record_count |
Record Count | text |
From API field: ResourceRecordSetCount |
comment |
Comment | text |
From API field: Config.Comment |
private_zone |
Private Zone | boolean |
From API field: Config.PrivateZone |
caller_reference |
Caller Reference | text |
From API field: CallerReference |
= included in default view
Sort Order¶
Results are sorted by: name