{
    "Version": "2012-10-17",
    "Statement":[
        {
            "Effect":"Allow",
            "Action":[
                "iot:Connect",
                "iot:Publish"
            ],
            "Resource":["*"]
        }
    ]
}
