AWSSecurityIncidentResponseCaseFullAccess - AWS Managed Policy

AWSSecurityIncidentResponseCaseFullAccess

Description: Policy provides customers with Read and Write permissions to case resources that are created through the Security Incident Response service.

AWSSecurityIncidentResponseCaseFullAccess is an AWS managed policy.

Using this policy

You can attach AWSSecurityIncidentResponseCaseFullAccess to your users, groups, and roles.

Policy details

  • Type: AWS managed policy

  • Creation time: December 01, 2024, 23:21 UTC

  • Edited time: December 01, 2024, 23:21 UTC

  • ARN: arn:aws:iam::aws:policy/AWSSecurityIncidentResponseCaseFullAccess

Policy version

Policy version: v1 (default)

The policy's default version is the version that defines the permissions for the policy. When a user or role with the policy makes a request to access an AWS resource, AWS checks the default version of the policy to determine whether to allow the request.

JSON policy document

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "SecurityIRCaseReadAccess", "Effect" : "Allow", "Action" : [ "security-ir:GetCase", "security-ir:ListCases", "security-ir:GetCaseAttachmentDownloadUrl", "security-ir:ListComments", "security-ir:ListCaseEdits" ], "Resource" : "*" }, { "Sid" : "SecurityIRCaseTagReadAccess", "Effect" : "Allow", "Action" : [ "security-ir:ListTagsForResource" ], "Resource" : "arn:aws:security-ir:*:*:case/*" }, { "Sid" : "SecurityIRCaseWriteAccess", "Effect" : "Allow", "Action" : [ "security-ir:CreateCase", "security-ir:UpdateCase", "security-ir:CloseCase", "security-ir:UpdateCaseStatus", "security-ir:UpdateResolverType", "security-ir:GetCaseAttachmentUploadUrl", "security-ir:CreateCaseComment", "security-ir:UpdateCaseComment" ], "Resource" : "*", "Condition" : { "Bool" : { "aws:MultiFactorAuthPresent" : "true" } } }, { "Sid" : "SecurityIRCaseTagWriteAccess", "Effect" : "Allow", "Action" : [ "security-ir:TagResource", "security-ir:UntagResource" ], "Resource" : "arn:aws:security-ir:*:*:case/*", "Condition" : { "Bool" : { "aws:MultiFactorAuthPresent" : "true" } } } ] }

Learn more