View source: R/route53_operations.R
route53_list_traffic_policy_instances_by_hosted_zone | R Documentation |
Gets information about the traffic policy instances that you created in a specified hosted zone.
See https://www.paws-r-sdk.com/docs/route53_list_traffic_policy_instances_by_hosted_zone/ for full documentation.
route53_list_traffic_policy_instances_by_hosted_zone(
HostedZoneId,
TrafficPolicyInstanceNameMarker = NULL,
TrafficPolicyInstanceTypeMarker = NULL,
MaxItems = NULL
)
HostedZoneId |
[required] The ID of the hosted zone that you want to list traffic policy instances for. |
TrafficPolicyInstanceNameMarker |
If the value of If the value of |
TrafficPolicyInstanceTypeMarker |
If the value of If the value of |
MaxItems |
The maximum number of traffic policy instances to be included in the
response body for this request. If you have more than |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.