{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "cloudformation:Delete*",
                "cloudformation:Get*",
                "cloudformation:Create*",
                "cloudformation:Update*",
                "cloudformation:List*",
                "cloudformation:Describe*"
            ],
            "Resource": [
                "arn:aws:cloudformation:*:*:stack/sagemaker-*",
                "arn:aws:cloudformation:*:*:stackset/sagemaker-*",
                "arn:aws:cloudformation:*:*:type/resource/*",
                "arn:aws:cloudformation:*:*:stackset-target/sagemaker-*"
            ]
        },
        {
            "Sid": "VisualEditor1",
            "Effect": "Allow",
            "Action": [
                "cloudformation:GetTemplate",
                "cloudformation:GetTemplateSummary",
                "cloudformation:TagResource"
            ],
            "Resource": "*"
        },
        {
            "Sid": "VisualEditor2",
            "Effect": "Allow",
            "Action": [
                "sts:AssumeRole"
            ],
            "Resource": ["arn:aws:iam::*:role/sagemaker-*"]
        },
        {
            "Sid": "VisualEditor3",
            "Effect": "Allow",
            "Action": [
                "organizations:DescribeOrganizationalUnit",
                "organizations:ListAccountsForParent"
            ],
            "Resource": [
                "arn:aws:organizations::*:ou/o-*/ou-*"
            ]
        }
    ]
}
