AWSCleanRoomsFullAccess
Description: Allows full access to AWS Clean Rooms resources and access to related AWS services.
AWSCleanRoomsFullAccess
is an AWS managed policy.
Using this policy
You can attach AWSCleanRoomsFullAccess
to your users, groups, and roles.
Policy details
-
Type: AWS managed policy
-
Creation time: January 12, 2023, 16:10 UTC
-
Edited time: March 21, 2024, 15:35 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSCleanRoomsFullAccess
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" : [ { "Sid" : "CleanRoomsAccess", "Effect" : "Allow", "Action" : [ "cleanrooms:*" ], "Resource" : "*" }, { "Sid" : "PassServiceRole", "Effect" : "Allow", "Action" : [ "iam:PassRole" ], "Resource" : "arn:aws:iam::*:role/service-role/*cleanrooms*", "Condition" : { "StringEquals" : { "iam:PassedToService" : "cleanrooms.amazonaws.com" } } }, { "Sid" : "ListRolesToPickServiceRole", "Effect" : "Allow", "Action" : [ "iam:ListRoles" ], "Resource" : "*" }, { "Sid" : "GetRoleAndListRolePoliciesToInspectServiceRole", "Effect" : "Allow", "Action" : [ "iam:GetRole", "iam:ListRolePolicies", "iam:ListAttachedRolePolicies" ], "Resource" : "arn:aws:iam::*:role/service-role/*cleanrooms*" }, { "Sid" : "ListPoliciesToInspectServiceRolePolicy", "Effect" : "Allow", "Action" : [ "iam:ListPolicies" ], "Resource" : "*" }, { "Sid" : "GetPolicyToInspectServiceRolePolicy", "Effect" : "Allow", "Action" : [ "iam:GetPolicy", "iam:GetPolicyVersion" ], "Resource" : "arn:aws:iam::*:policy/*cleanrooms*" }, { "Sid" : "ConsoleDisplayTables", "Effect" : "Allow", "Action" : [ "glue:GetDatabase", "glue:GetDatabases", "glue:GetTable", "glue:GetTables", "glue:GetPartition", "glue:GetPartitions", "glue:GetSchema", "glue:GetSchemaVersion", "glue:BatchGetPartition" ], "Resource" : "*" }, { "Sid" : "ConsolePickQueryResultsBucketListAll", "Effect" : "Allow", "Action" : [ "s3:ListAllMyBuckets" ], "Resource" : "*" }, { "Sid" : "SetQueryResultsBucket", "Effect" : "Allow", "Action" : [ "s3:GetBucketLocation", "s3:ListBucketVersions" ], "Resource" : "arn:aws:s3:::cleanrooms-queryresults*" }, { "Sid" : "WriteQueryResults", "Effect" : "Allow", "Action" : [ "s3:ListBucket", "s3:PutObject" ], "Resource" : "arn:aws:s3:::cleanrooms-queryresults*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : "cleanrooms.amazonaws.com" } } }, { "Sid" : "ConsoleDisplayQueryResults", "Effect" : "Allow", "Action" : [ "s3:GetObject" ], "Resource" : "arn:aws:s3:::cleanrooms-queryresults*" }, { "Sid" : "EstablishLogDeliveries", "Effect" : "Allow", "Action" : [ "logs:CreateLogDelivery", "logs:GetLogDelivery", "logs:UpdateLogDelivery", "logs:DeleteLogDelivery", "logs:ListLogDeliveries" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : "cleanrooms.amazonaws.com" } } }, { "Sid" : "SetupLogGroupsDescribe", "Effect" : "Allow", "Action" : [ "logs:DescribeLogGroups" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : "cleanrooms.amazonaws.com" } } }, { "Sid" : "SetupLogGroupsCreate", "Effect" : "Allow", "Action" : [ "logs:CreateLogGroup" ], "Resource" : "arn:aws:logs:*:*:log-group:/aws/cleanrooms*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : "cleanrooms.amazonaws.com" } } }, { "Sid" : "SetupLogGroupsResourcePolicy", "Effect" : "Allow", "Action" : [ "logs:DescribeResourcePolicies", "logs:PutResourcePolicy" ], "Resource" : "*", "Condition" : { "ForAnyValue:StringEquals" : { "aws:CalledVia" : "cleanrooms.amazonaws.com" } } }, { "Sid" : "ConsoleLogSummaryQueryLogs", "Effect" : "Allow", "Action" : [ "logs:StartQuery" ], "Resource" : "arn:aws:logs:*:*:log-group:/aws/cleanrooms*" }, { "Sid" : "ConsoleLogSummaryObtainLogs", "Effect" : "Allow", "Action" : [ "logs:GetQueryResults" ], "Resource" : "*" } ] }