class Aws::Route53::Types::CreateTrafficPolicyVersionRequest

A complex type that contains information about the traffic policy that you want to create a new version for.

@note When making an API call, you may pass CreateTrafficPolicyVersionRequest

data as a hash:

    {
      id: "TrafficPolicyId", # required
      document: "TrafficPolicyDocument", # required
      comment: "TrafficPolicyComment",
    }

@!attribute [rw] id

The ID of the traffic policy for which you want to create a new
version.
@return [String]

@!attribute [rw] document

The definition of this version of the traffic policy, in JSON
format. You specified the JSON in the `CreateTrafficPolicyVersion`
request. For more information about the JSON format, see
[CreateTrafficPolicy][1].

[1]: https://docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html
@return [String]

@!attribute [rw] comment

The comment that you specified in the `CreateTrafficPolicyVersion`
request, if any.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/route53-2013-04-01/CreateTrafficPolicyVersionRequest AWS API Documentation

Constants

SENSITIVE