|
NAMEPaws::Route53::ListResourceRecordSetsResponseATTRIBUTESREQUIRED HostedZoneId => StrThe ID of the hosted zone that contains the resource record sets that you want to get.MaxItems => StrThe maximum number of records you want in the response body.StartRecordIdentifier => StrWeighted resource record sets only: If results were truncated for a given DNS name and type, specify the value of "ListResourceRecordSetsResponse$NextRecordIdentifier" from the previous response to get the next resource record set that has the current DNS name and type.StartRecordName => StrThe first name in the lexicographic ordering of domain names that you want the "ListResourceRecordSets" request to list.StartRecordType => StrThe DNS type at which to begin the listing of resource record sets.Valid values: "A" | "AAAA" | "CNAME" | "MX" | "NS" | "PTR" | "SOA" | "SPF" | "SRV" | "TXT" Values for Weighted Resource Record Sets: "A" | "AAAA" | "CNAME" | "TXT" Values for Regional Resource Record Sets: "A" | "AAAA" | "CNAME" | "TXT" Values for Alias Resource Record Sets: "A" | "AAAA" Constraint: Specifying "type" without specifying "name" returns an InvalidInput error.
Visit the GSP FreeBSD Man Page Interface. |