{
  "associatedrtlogbucket": {
    "name": "AssociateDRTLogBucket",
    "description": "Grants permission to authorize the DDoS Response team to access the specified Amazon S3 bucket containing your flow logs",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": [
      "s3:GetBucketPolicy",
      "s3:PutBucketPolicy"
    ]
  },
  "associatedrtrole": {
    "name": "AssociateDRTRole",
    "description": "Grants permission to authorize the DDoS Response team using the specified role, to access your AWS account to assist with DDoS attack mitigation during potential attacks",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": [
      "iam:GetRole",
      "iam:ListAttachedRolePolicies",
      "iam:PassRole"
    ]
  },
  "associatehealthcheck": {
    "name": "AssociateHealthCheck",
    "description": "Grants permission to add health-based detection to the Shield Advanced protection for a resource",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "protection",
        "required": true,
        "conditionKeys": [],
        "dependentActions": [
          "route53:GetHealthCheck"
        ]
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "associateproactiveengagementdetails": {
    "name": "AssociateProactiveEngagementDetails",
    "description": "Grants permission to initialize proactive engagement and set the list of contacts for the DDoS Response Team (DRT) to use",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "createprotection": {
    "name": "CreateProtection",
    "description": "Grants permission to activate DDoS protection service for a given resource ARN",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [
      "aws:RequestTag/${TagKey}",
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "createprotectiongroup": {
    "name": "CreateProtectionGroup",
    "description": "Grants permission to create a grouping of protected resources so they can be handled as a collective",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [
      "aws:RequestTag/${TagKey}",
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "createsubscription": {
    "name": "CreateSubscription",
    "description": "Grants permission to activate subscription",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "deleteprotection": {
    "name": "DeleteProtection",
    "description": "Grants permission to delete an existing protection",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "protection",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "deleteprotectiongroup": {
    "name": "DeleteProtectionGroup",
    "description": "Grants permission to remove the specified protection group",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "protection-group",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "deletesubscription": {
    "name": "DeleteSubscription",
    "description": "Grants permission to deactivate subscription",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "describeattack": {
    "name": "DescribeAttack",
    "description": "Grants permission to get attack details",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "attack",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [],
    "dependentActions": []
  },
  "describeattackstatistics": {
    "name": "DescribeAttackStatistics",
    "description": "Grants permission to describe information about the number and type of attacks AWS Shield has detected in the last year",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "describedrtaccess": {
    "name": "DescribeDRTAccess",
    "description": "Grants permission to describe the current role and list of Amazon S3 log buckets used by the DDoS Response team to access your AWS account while assisting with attack mitigation",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "describeemergencycontactsettings": {
    "name": "DescribeEmergencyContactSettings",
    "description": "Grants permission to list the email addresses that the DRT can use to contact you during a suspected attack",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "describeprotection": {
    "name": "DescribeProtection",
    "description": "Grants permission to get protection details",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "protection",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "describeprotectiongroup": {
    "name": "DescribeProtectionGroup",
    "description": "Grants permission to describe the specification for the specified protection group",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "protection-group",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "describesubscription": {
    "name": "DescribeSubscription",
    "description": "Grants permission to get subscription details, such as start time",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "disableapplicationlayerautomaticresponse": {
    "name": "DisableApplicationLayerAutomaticResponse",
    "description": "Grants permission to disable application layer automatic response for Shield Advanced protection for a resource",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "disableproactiveengagement": {
    "name": "DisableProactiveEngagement",
    "description": "Grants permission to remove authorization from the DDoS Response Team (DRT) to notify contacts about escalations",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "disassociatedrtlogbucket": {
    "name": "DisassociateDRTLogBucket",
    "description": "Grants permission to remove the DDoS Response team's access to the specified Amazon S3 bucket containing your flow logs",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": [
      "s3:DeleteBucketPolicy",
      "s3:GetBucketPolicy",
      "s3:PutBucketPolicy"
    ]
  },
  "disassociatedrtrole": {
    "name": "DisassociateDRTRole",
    "description": "Grants permission to remove the DDoS Response team's access to your AWS account",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "disassociatehealthcheck": {
    "name": "DisassociateHealthCheck",
    "description": "Grants permission to remove health-based detection from the Shield Advanced protection for a resource",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "protection",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "enableapplicationlayerautomaticresponse": {
    "name": "EnableApplicationLayerAutomaticResponse",
    "description": "Grants permission to enable application layer automatic response for Shield Advanced protection for a resource",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": [
      "apprunner:DescribeWebAclForService",
      "cloudfront:GetDistribution",
      "cognito-idp:GetWebACLForResource",
      "ec2:GetVerifiedAccessInstanceWebAcl",
      "iam:CreateServiceLinkedRole",
      "iam:GetRole",
      "wafv2:GetWebACL",
      "wafv2:GetWebACLForResource"
    ]
  },
  "enableproactiveengagement": {
    "name": "EnableProactiveEngagement",
    "description": "Grants permission to authorize the DDoS Response Team (DRT) to use email and phone to notify contacts about escalations",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "getsubscriptionstate": {
    "name": "GetSubscriptionState",
    "description": "Grants permission to get subscription state",
    "accessLevel": "Read",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listattacks": {
    "name": "ListAttacks",
    "description": "Grants permission to list all existing attacks",
    "accessLevel": "List",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listprotectiongroups": {
    "name": "ListProtectionGroups",
    "description": "Grants permission to retrieve the protection groups for the account",
    "accessLevel": "List",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listprotections": {
    "name": "ListProtections",
    "description": "Grants permission to list all existing protections",
    "accessLevel": "List",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listresourcesinprotectiongroup": {
    "name": "ListResourcesInProtectionGroup",
    "description": "Grants permission to retrieve the resources that are included in the protection group",
    "accessLevel": "List",
    "resourceTypes": [
      {
        "name": "protection-group",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [],
    "dependentActions": []
  },
  "listtagsforresource": {
    "name": "ListTagsForResource",
    "description": "Grants permission to get information about AWS tags for a specified Amazon Resource Name (ARN) in AWS Shield",
    "accessLevel": "Read",
    "resourceTypes": [
      {
        "name": "protection",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "protection-group",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [],
    "dependentActions": []
  },
  "tagresource": {
    "name": "TagResource",
    "description": "Grants permission to add or updates tags for a resource in AWS Shield",
    "accessLevel": "Tagging",
    "resourceTypes": [
      {
        "name": "protection",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "protection-group",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:RequestTag/${TagKey}",
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "untagresource": {
    "name": "UntagResource",
    "description": "Grants permission to remove tags from a resource in AWS Shield",
    "accessLevel": "Tagging",
    "resourceTypes": [
      {
        "name": "protection",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      },
      {
        "name": "protection-group",
        "required": false,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:TagKeys"
    ],
    "dependentActions": []
  },
  "updateapplicationlayerautomaticresponse": {
    "name": "UpdateApplicationLayerAutomaticResponse",
    "description": "Grants permission to update application layer automatic response for Shield Advanced protection for a resource",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": [
      "apprunner:DescribeWebAclForService",
      "cognito-idp:GetWebACLForResource",
      "ec2:GetVerifiedAccessInstanceWebAcl",
      "wafv2:GetWebACL",
      "wafv2:GetWebACLForResource"
    ]
  },
  "updateemergencycontactsettings": {
    "name": "UpdateEmergencyContactSettings",
    "description": "Grants permission to update the details of the list of email addresses that the DRT can use to contact you during a suspected attack",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  },
  "updateprotectiongroup": {
    "name": "UpdateProtectionGroup",
    "description": "Grants permission to update an existing protection group",
    "accessLevel": "Write",
    "resourceTypes": [
      {
        "name": "protection-group",
        "required": true,
        "conditionKeys": [],
        "dependentActions": []
      }
    ],
    "conditionKeys": [
      "aws:ResourceTag/${TagKey}"
    ],
    "dependentActions": []
  },
  "updatesubscription": {
    "name": "UpdateSubscription",
    "description": "Grants permission to update the details of an existing subscription",
    "accessLevel": "Write",
    "resourceTypes": [],
    "conditionKeys": [],
    "dependentActions": []
  }
}