View source: R/route53_operations.R
route53_list_traffic_policy_instances_by_policy | R Documentation |
Gets information about the traffic policy instances that you created by using a specify traffic policy version.
See https://www.paws-r-sdk.com/docs/route53_list_traffic_policy_instances_by_policy/ for full documentation.
route53_list_traffic_policy_instances_by_policy(
TrafficPolicyId,
TrafficPolicyVersion,
HostedZoneIdMarker = NULL,
TrafficPolicyInstanceNameMarker = NULL,
TrafficPolicyInstanceTypeMarker = NULL,
MaxItems = NULL
)
TrafficPolicyId |
[required] The ID of the traffic policy for which you want to list traffic policy instances. |
TrafficPolicyVersion |
[required] The version of the traffic policy for which you want to list traffic
policy instances. The version must be associated with the traffic policy
that is specified by |
HostedZoneIdMarker |
If the value of For the value of If the value of |
TrafficPolicyInstanceNameMarker |
If the value of For the value of If the value of |
TrafficPolicyInstanceTypeMarker |
If the value of For 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.