AWSSystemsManagerOpsDataSyncServiceRolePolicy - AWS Managed Policy

AWSSystemsManagerOpsDataSyncServiceRolePolicy

Description: IAM role for SSM Explorer to manage OpsData related operations

AWSSystemsManagerOpsDataSyncServiceRolePolicy is an AWS managed policy.

Using this policy

This policy is attached to a service-linked role that allows the service to perform actions on your behalf. You cannot attach this policy to your users, groups, or roles.

Policy details

  • Type: Service-linked role policy

  • Creation time: April 26, 2021, 20:42 UTC

  • Edited time: June 28, 2023, 22:53 UTC

  • ARN: arn:aws:iam::aws:policy/aws-service-role/AWSSystemsManagerOpsDataSyncServiceRolePolicy

Policy version

Policy version: v2 (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" : [ { "Effect" : "Allow", "Action" : [ "ssm:GetOpsItem", "ssm:UpdateOpsItem" ], "Resource" : "*", "Condition" : { "StringEquals" : { "aws:ResourceTag/ExplorerSecurityHubOpsItem" : "true" } } }, { "Effect" : "Allow", "Action" : [ "ssm:CreateOpsItem" ], "Resource" : "*" }, { "Effect" : "Allow", "Action" : [ "ssm:AddTagsToResource" ], "Resource" : "arn:aws:ssm:*:*:opsitem/*" }, { "Effect" : "Allow", "Action" : [ "ssm:UpdateServiceSetting", "ssm:GetServiceSetting" ], "Resource" : [ "arn:aws:ssm:*:*:servicesetting/ssm/opsitem/*", "arn:aws:ssm:*:*:servicesetting/ssm/opsdata/*" ] }, { "Effect" : "Allow", "Action" : [ "securityhub:GetFindings", "securityhub:BatchUpdateFindings" ], "Resource" : [ "*" ] }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "StringEquals" : { "securityhub:ASFFSyntaxPath/Workflow.Status" : "SUPPRESSED" } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/Confidence" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/Criticality" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/Note.Text" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/Note.UpdatedBy" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/RelatedFindings" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/Types" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/UserDefinedFields.key" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/UserDefinedFields.value" : false } } }, { "Effect" : "Deny", "Action" : "securityhub:BatchUpdateFindings", "Resource" : "*", "Condition" : { "Null" : { "securityhub:ASFFSyntaxPath/VerificationState" : false } } } ] }

Learn more