aws::route53-record-set¶
Query record set.
Example¶
record-set: $(external-query aws::route53-record-set { hosted-zone-id: '', start-record-name: '', start-record-type: ''})
Attributes¶
| Attribute | Description |
|---|---|
| hosted-zone-id | The ID of the hosted zone that contains the resource record sets that you want to list. |
| start-record-name | The first name in the lexicographic ordering of resource record sets that you want to list. |
| start-record-type | The type of resource record set to begin the record listing from. Valid values for basic resource record sets are A or AAAA or CAA or CNAME or MX or NAPTR or NS or PTR or SOA or SPF or SRV or TXT. Values for weighted, latency, geolocation, and failover resource record sets are A or AAAA or CAA or CNAME or MX or NAPTR or PTR or SPF or SRV or TXT. |