aws::route53-traffic-policy

Creates a Traffic Policy resource.

Example

aws::route53-traffic-policy traffic-policy-example
    name: "traffic-policy-example"
    comment: "traffic-policy-example Comment"
    document: "policy.json"
end

Attributes

Attribute Description
name The name of the Traffic Policy. (Required)
comment The comment you want to put with the Traffic Policy.
document The policy document. Required unless document path provided.

Outputs

Attribute Description
id The ID of the Traffic Policy.
version The version of the Traffic Policy.