AWS DMS Role

 avatar
unknown
json
24 days ago
401 B
5
Indexable
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "",
            "Effect": "Allow",
            "Principal": {
                "Service": [
                    "dms.sa-east-1.amazonaws.com",
                    "dms-data-migrations.amazonaws.com"
                ]
            },
            "Action": "sts:AssumeRole"
        }
    ]
}









Leave a Comment