[
    {
        "Effect": "Allow",
        "Action": [
            "route53:Get*",
            "route53:List*"
        ],
        "Resource": [
            "*"
        ]
    }
]