Terjemahan disediakan oleh mesin penerjemah. Jika konten terjemahan yang diberikan bertentangan dengan versi bahasa Inggris aslinya, utamakan versi bahasa Inggris.
AWSCleanRoomsFullAccess
Deskripsi: Memungkinkan akses penuh ke sumber daya Kamar AWS Bersih dan akses ke yang terkait Layanan AWS.
AWSCleanRoomsFullAccess
adalah kebijakan yang AWS dikelola.
Menggunakan kebijakan ini
Anda dapat melampirkan AWSCleanRoomsFullAccess
ke pengguna, grup, dan peran Anda.
Rincian kebijakan
-
Jenis: kebijakan AWS terkelola
-
Waktu pembuatan: 12 Januari 2023, 16:10 UTC
-
Waktu telah diedit: 21 Maret 2024, 15:35 UTC
-
ARN:
arn:aws:iam::aws:policy/AWSCleanRoomsFullAccess
Versi kebijakan
Versi kebijakan: v2 (default)
Versi default kebijakan adalah versi yang menentukan izin untuk kebijakan tersebut. Saat pengguna atau peran dengan kebijakan membuat permintaan untuk mengakses AWS sumber daya, AWS periksa versi default kebijakan untuk menentukan apakah akan mengizinkan permintaan tersebut.
Dokumen kebijakan JSON
{ "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" : "*" } ] }