AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
To create a traffic policy, send a POST request to the
/Route
53 API version/trafficpolicy
resource. The request body must include a
document with a CreateTrafficPolicyRequest element. The response includes
the CreateTrafficPolicyResponse element, which contains information about
the new traffic policy.
Namespace: Amazon.Route53
Assembly: AWSSDK.dll
Version: (assembly version)
public abstract CreateTrafficPolicyResponse CreateTrafficPolicy( CreateTrafficPolicyRequest request )
Container for the necessary parameters to execute the CreateTrafficPolicy service method.
| Exception | Condition |
|---|---|
| InvalidInputException | Some value specified in the request is invalid or the XML document is malformed. |
| InvalidTrafficPolicyDocumentException | The format of the traffic policy document that you specified in the Document element is invalid. |
| TooManyTrafficPoliciesException | You've created the maximum number of traffic policies that can be created for the current AWS account. You can request an increase to the limit on the Contact Us page. |
| TrafficPolicyAlreadyExistsException | A traffic policy that has the same value for Name already exists. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5