Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Post Deployment Permissions

[
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "securityhub:UpdateStandardsControl",
                "securityhub:DescribeStandardsControls",
                "securityhub:GetEnabledStandards",
                "securityhub:GetFindings",
                "securityhub:ListMembers",
                "securityhub:ListStandardsControlAssociations",
                "securityhub:BatchUpdateStandardsControlAssociations"
            ],
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
},
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "wellarchitected:CreateWorkload",
                "wellarchitected:UpdateAnswer",
                "wellarchitected:CreateMilestone",
                "wellarchitected:DeleteWorkload",
                "wellarchitected:List*",
                "wellarchitected:Get*"
            ],
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
},
{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": "support:DescribeSeverityLevels",
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
}
]
  • No labels