From 63ce91f51ca022008f3476c004c0ef1267d85b3b Mon Sep 17 00:00:00 2001 From: Thomas Nelson Date: Thu, 15 Mar 2018 11:16:19 -0500 Subject: [PATCH] Correcting ResourceRecortTtl to Number from Text Was receiving InvalidCastException when trying to pass ResourceRecordTtl a string, but the command succeeded when passed a number (INT). --- docs/ext_docs/handlers/aws-route53.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ext_docs/handlers/aws-route53.md b/docs/ext_docs/handlers/aws-route53.md index 811af25..93fda98 100644 --- a/docs/ext_docs/handlers/aws-route53.md +++ b/docs/ext_docs/handlers/aws-route53.md @@ -45,7 +45,7 @@ Specifies the time-to-live (TTL) in seconds of the RR (defaults to 300) | | | |-|-| | **Name:** | `ResourceRecordTtl` -| **Type:** | TEXT +| **Type:** | INT | **IsRequired:** | False | **IsMultiValued:** | False