aws-iam-managed-policies 0.0.71 → 0.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/managedPolicies.json +526 -3
- package/package.json +1 -1
|
@@ -461698,8 +461698,8 @@
|
|
|
461698
461698
|
},
|
|
461699
461699
|
"AmazonSageMakerCanvasAIServicesAccess": {
|
|
461700
461700
|
"arn": "arn:aws:iam::aws:policy/AmazonSageMakerCanvasAIServicesAccess",
|
|
461701
|
-
"latestVersionId": "
|
|
461702
|
-
"versionsCount":
|
|
461701
|
+
"latestVersionId": "v3",
|
|
461702
|
+
"versionsCount": 3,
|
|
461703
461703
|
"versions": {
|
|
461704
461704
|
"v1": {
|
|
461705
461705
|
"createdDate": "2023-03-23T22:36:43.000Z",
|
|
@@ -461792,10 +461792,140 @@
|
|
|
461792
461792
|
}
|
|
461793
461793
|
]
|
|
461794
461794
|
}
|
|
461795
|
+
},
|
|
461796
|
+
"v3": {
|
|
461797
|
+
"createdDate": "2023-03-23T22:36:43.000Z",
|
|
461798
|
+
"document": {
|
|
461799
|
+
"Version": "2012-10-17",
|
|
461800
|
+
"Statement": [
|
|
461801
|
+
{
|
|
461802
|
+
"Sid": "Textract",
|
|
461803
|
+
"Effect": "Allow",
|
|
461804
|
+
"Action": [
|
|
461805
|
+
"textract:AnalyzeDocument",
|
|
461806
|
+
"textract:AnalyzeExpense",
|
|
461807
|
+
"textract:AnalyzeID",
|
|
461808
|
+
"textract:StartDocumentAnalysis",
|
|
461809
|
+
"textract:StartExpenseAnalysis",
|
|
461810
|
+
"textract:GetDocumentAnalysis",
|
|
461811
|
+
"textract:GetExpenseAnalysis"
|
|
461812
|
+
],
|
|
461813
|
+
"Resource": "*"
|
|
461814
|
+
},
|
|
461815
|
+
{
|
|
461816
|
+
"Sid": "Rekognition",
|
|
461817
|
+
"Effect": "Allow",
|
|
461818
|
+
"Action": [
|
|
461819
|
+
"rekognition:DetectLabels",
|
|
461820
|
+
"rekognition:DetectText"
|
|
461821
|
+
],
|
|
461822
|
+
"Resource": "*"
|
|
461823
|
+
},
|
|
461824
|
+
{
|
|
461825
|
+
"Sid": "Comprehend",
|
|
461826
|
+
"Effect": "Allow",
|
|
461827
|
+
"Action": [
|
|
461828
|
+
"comprehend:BatchDetectDominantLanguage",
|
|
461829
|
+
"comprehend:BatchDetectEntities",
|
|
461830
|
+
"comprehend:BatchDetectSentiment",
|
|
461831
|
+
"comprehend:DetectPiiEntities",
|
|
461832
|
+
"comprehend:DetectEntities",
|
|
461833
|
+
"comprehend:DetectSentiment",
|
|
461834
|
+
"comprehend:DetectDominantLanguage"
|
|
461835
|
+
],
|
|
461836
|
+
"Resource": "*"
|
|
461837
|
+
},
|
|
461838
|
+
{
|
|
461839
|
+
"Sid": "Bedrock",
|
|
461840
|
+
"Effect": "Allow",
|
|
461841
|
+
"Action": [
|
|
461842
|
+
"bedrock:InvokeModel",
|
|
461843
|
+
"bedrock:ListFoundationModels",
|
|
461844
|
+
"bedrock:InvokeModelWithResponseStream"
|
|
461845
|
+
],
|
|
461846
|
+
"Resource": "*"
|
|
461847
|
+
},
|
|
461848
|
+
{
|
|
461849
|
+
"Sid": "CreateBedrockResourcesPermission",
|
|
461850
|
+
"Effect": "Allow",
|
|
461851
|
+
"Action": [
|
|
461852
|
+
"bedrock:CreateModelCustomizationJob",
|
|
461853
|
+
"bedrock:CreateProvisionedModelThroughput",
|
|
461854
|
+
"bedrock:TagResource"
|
|
461855
|
+
],
|
|
461856
|
+
"Resource": [
|
|
461857
|
+
"arn:aws:bedrock:*:*:model-customization-job/*",
|
|
461858
|
+
"arn:aws:bedrock:*:*:custom-model/*",
|
|
461859
|
+
"arn:aws:bedrock:*:*:provisioned-model/*"
|
|
461860
|
+
],
|
|
461861
|
+
"Condition": {
|
|
461862
|
+
"ForAnyValue:StringEquals": {
|
|
461863
|
+
"aws:TagKeys": [
|
|
461864
|
+
"SageMaker",
|
|
461865
|
+
"Canvas"
|
|
461866
|
+
]
|
|
461867
|
+
},
|
|
461868
|
+
"StringEquals": {
|
|
461869
|
+
"aws:RequestTag/SageMaker": "true",
|
|
461870
|
+
"aws:RequestTag/Canvas": "true",
|
|
461871
|
+
"aws:ResourceTag/SageMaker": "true",
|
|
461872
|
+
"aws:ResourceTag/Canvas": "true"
|
|
461873
|
+
}
|
|
461874
|
+
}
|
|
461875
|
+
},
|
|
461876
|
+
{
|
|
461877
|
+
"Sid": "GetStopAndDeleteBedrockResourcesPermission",
|
|
461878
|
+
"Effect": "Allow",
|
|
461879
|
+
"Action": [
|
|
461880
|
+
"bedrock:GetModelCustomizationJob",
|
|
461881
|
+
"bedrock:GetCustomModel",
|
|
461882
|
+
"bedrock:GetProvisionedModelThroughput",
|
|
461883
|
+
"bedrock:StopModelCustomizationJob",
|
|
461884
|
+
"bedrock:DeleteProvisionedModelThroughput"
|
|
461885
|
+
],
|
|
461886
|
+
"Resource": [
|
|
461887
|
+
"arn:aws:bedrock:*:*:model-customization-job/*",
|
|
461888
|
+
"arn:aws:bedrock:*:*:custom-model/*",
|
|
461889
|
+
"arn:aws:bedrock:*:*:provisioned-model/*"
|
|
461890
|
+
],
|
|
461891
|
+
"Condition": {
|
|
461892
|
+
"StringEquals": {
|
|
461893
|
+
"aws:ResourceTag/SageMaker": "true",
|
|
461894
|
+
"aws:ResourceTag/Canvas": "true"
|
|
461895
|
+
}
|
|
461896
|
+
}
|
|
461897
|
+
},
|
|
461898
|
+
{
|
|
461899
|
+
"Sid": "FoundationModelPermission",
|
|
461900
|
+
"Effect": "Allow",
|
|
461901
|
+
"Action": [
|
|
461902
|
+
"bedrock:CreateModelCustomizationJob"
|
|
461903
|
+
],
|
|
461904
|
+
"Resource": [
|
|
461905
|
+
"arn:aws:bedrock:*::foundation-model/*"
|
|
461906
|
+
]
|
|
461907
|
+
},
|
|
461908
|
+
{
|
|
461909
|
+
"Sid": "BedrockFineTuningPassRole",
|
|
461910
|
+
"Effect": "Allow",
|
|
461911
|
+
"Action": [
|
|
461912
|
+
"iam:PassRole"
|
|
461913
|
+
],
|
|
461914
|
+
"Resource": [
|
|
461915
|
+
"arn:aws:iam::*:role/*"
|
|
461916
|
+
],
|
|
461917
|
+
"Condition": {
|
|
461918
|
+
"StringEquals": {
|
|
461919
|
+
"iam:PassedToService": "bedrock.amazonaws.com"
|
|
461920
|
+
}
|
|
461921
|
+
}
|
|
461922
|
+
}
|
|
461923
|
+
]
|
|
461924
|
+
}
|
|
461795
461925
|
}
|
|
461796
461926
|
},
|
|
461797
461927
|
"createdDate": "2023-03-23T22:36:43.000Z",
|
|
461798
|
-
"lastUpdatedDate": "2023-
|
|
461928
|
+
"lastUpdatedDate": "2023-11-29T14:47:09.000Z"
|
|
461799
461929
|
},
|
|
461800
461930
|
"AWSServiceRoleForCodeWhispererPolicy": {
|
|
461801
461931
|
"arn": "arn:aws:iam::aws:policy/aws-service-role/AWSServiceRoleForCodeWhispererPolicy",
|
|
@@ -476613,5 +476743,398 @@
|
|
|
476613
476743
|
},
|
|
476614
476744
|
"createdDate": "2023-11-28T16:00:24.000Z",
|
|
476615
476745
|
"lastUpdatedDate": "2023-11-28T16:00:24.000Z"
|
|
476746
|
+
},
|
|
476747
|
+
"AWSServiceRoleForNeptuneGraphPolicy": {
|
|
476748
|
+
"arn": "arn:aws:iam::aws:policy/aws-service-role/AWSServiceRoleForNeptuneGraphPolicy",
|
|
476749
|
+
"latestVersionId": "v1",
|
|
476750
|
+
"versionsCount": 1,
|
|
476751
|
+
"versions": {
|
|
476752
|
+
"v1": {
|
|
476753
|
+
"createdDate": "2023-11-29T14:03:36.000Z",
|
|
476754
|
+
"document": {
|
|
476755
|
+
"Version": "2012-10-17",
|
|
476756
|
+
"Statement": [
|
|
476757
|
+
{
|
|
476758
|
+
"Sid": "GraphMetrics",
|
|
476759
|
+
"Effect": "Allow",
|
|
476760
|
+
"Action": [
|
|
476761
|
+
"cloudwatch:PutMetricData"
|
|
476762
|
+
],
|
|
476763
|
+
"Resource": "*",
|
|
476764
|
+
"Condition": {
|
|
476765
|
+
"StringEquals": {
|
|
476766
|
+
"cloudwatch:namespace": [
|
|
476767
|
+
"AWS/Neptune",
|
|
476768
|
+
"AWS/Usage"
|
|
476769
|
+
]
|
|
476770
|
+
}
|
|
476771
|
+
}
|
|
476772
|
+
},
|
|
476773
|
+
{
|
|
476774
|
+
"Sid": "GraphLogGroup",
|
|
476775
|
+
"Effect": "Allow",
|
|
476776
|
+
"Action": [
|
|
476777
|
+
"logs:CreateLogGroup"
|
|
476778
|
+
],
|
|
476779
|
+
"Resource": [
|
|
476780
|
+
"arn:aws:logs:*:*:log-group:/aws/neptune/*"
|
|
476781
|
+
],
|
|
476782
|
+
"Condition": {
|
|
476783
|
+
"StringEquals": {
|
|
476784
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
476785
|
+
}
|
|
476786
|
+
}
|
|
476787
|
+
},
|
|
476788
|
+
{
|
|
476789
|
+
"Sid": "GraphLogEvents",
|
|
476790
|
+
"Effect": "Allow",
|
|
476791
|
+
"Action": [
|
|
476792
|
+
"logs:CreateLogStream",
|
|
476793
|
+
"logs:PutLogEvents",
|
|
476794
|
+
"logs:DescribeLogStreams"
|
|
476795
|
+
],
|
|
476796
|
+
"Resource": [
|
|
476797
|
+
"arn:aws:logs:*:*:log-group:/aws/neptune/*:log-stream:*"
|
|
476798
|
+
],
|
|
476799
|
+
"Condition": {
|
|
476800
|
+
"StringEquals": {
|
|
476801
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
476802
|
+
}
|
|
476803
|
+
}
|
|
476804
|
+
}
|
|
476805
|
+
]
|
|
476806
|
+
}
|
|
476807
|
+
}
|
|
476808
|
+
},
|
|
476809
|
+
"createdDate": "2023-11-29T14:03:36.000Z",
|
|
476810
|
+
"lastUpdatedDate": "2023-11-29T14:03:36.000Z"
|
|
476811
|
+
},
|
|
476812
|
+
"AmazonSageMakerClusterInstanceRolePolicy": {
|
|
476813
|
+
"arn": "arn:aws:iam::aws:policy/AmazonSageMakerClusterInstanceRolePolicy",
|
|
476814
|
+
"latestVersionId": "v1",
|
|
476815
|
+
"versionsCount": 1,
|
|
476816
|
+
"versions": {
|
|
476817
|
+
"v1": {
|
|
476818
|
+
"createdDate": "2023-11-29T15:11:26.000Z",
|
|
476819
|
+
"document": {
|
|
476820
|
+
"Version": "2012-10-17",
|
|
476821
|
+
"Statement": [
|
|
476822
|
+
{
|
|
476823
|
+
"Sid": "CloudwatchLogStreamPublishPermissions",
|
|
476824
|
+
"Effect": "Allow",
|
|
476825
|
+
"Action": [
|
|
476826
|
+
"logs:PutLogEvents",
|
|
476827
|
+
"logs:CreateLogStream",
|
|
476828
|
+
"logs:DescribeLogStreams"
|
|
476829
|
+
],
|
|
476830
|
+
"Resource": [
|
|
476831
|
+
"arn:aws:logs:*:*:log-group:/aws/sagemaker/Clusters/*:log-stream:*"
|
|
476832
|
+
]
|
|
476833
|
+
},
|
|
476834
|
+
{
|
|
476835
|
+
"Sid": "CloudwatchLogGroupCreationPermissions",
|
|
476836
|
+
"Effect": "Allow",
|
|
476837
|
+
"Action": [
|
|
476838
|
+
"logs:CreateLogGroup"
|
|
476839
|
+
],
|
|
476840
|
+
"Resource": [
|
|
476841
|
+
"arn:aws:logs:*:*:log-group:/aws/sagemaker/Clusters/*"
|
|
476842
|
+
]
|
|
476843
|
+
},
|
|
476844
|
+
{
|
|
476845
|
+
"Sid": "CloudwatchPutMetricDataAccess",
|
|
476846
|
+
"Effect": "Allow",
|
|
476847
|
+
"Action": [
|
|
476848
|
+
"cloudwatch:PutMetricData"
|
|
476849
|
+
],
|
|
476850
|
+
"Resource": [
|
|
476851
|
+
"*"
|
|
476852
|
+
],
|
|
476853
|
+
"Condition": {
|
|
476854
|
+
"StringEquals": {
|
|
476855
|
+
"cloudwatch:namespace": "/aws/sagemaker/Clusters"
|
|
476856
|
+
}
|
|
476857
|
+
}
|
|
476858
|
+
},
|
|
476859
|
+
{
|
|
476860
|
+
"Sid": "DataRetrievalFromS3BucketPermissions",
|
|
476861
|
+
"Effect": "Allow",
|
|
476862
|
+
"Action": [
|
|
476863
|
+
"s3:ListBucket",
|
|
476864
|
+
"s3:GetObject"
|
|
476865
|
+
],
|
|
476866
|
+
"Resource": [
|
|
476867
|
+
"arn:aws:s3:::sagemaker-*"
|
|
476868
|
+
],
|
|
476869
|
+
"Condition": {
|
|
476870
|
+
"StringEquals": {
|
|
476871
|
+
"aws:ResourceAccount": "${aws:PrincipalAccount}"
|
|
476872
|
+
}
|
|
476873
|
+
}
|
|
476874
|
+
},
|
|
476875
|
+
{
|
|
476876
|
+
"Sid": "SSMConnectivityPermissions",
|
|
476877
|
+
"Effect": "Allow",
|
|
476878
|
+
"Action": [
|
|
476879
|
+
"ssmmessages:CreateControlChannel",
|
|
476880
|
+
"ssmmessages:CreateDataChannel",
|
|
476881
|
+
"ssmmessages:OpenControlChannel",
|
|
476882
|
+
"ssmmessages:OpenDataChannel"
|
|
476883
|
+
],
|
|
476884
|
+
"Resource": "*"
|
|
476885
|
+
}
|
|
476886
|
+
]
|
|
476887
|
+
}
|
|
476888
|
+
}
|
|
476889
|
+
},
|
|
476890
|
+
"createdDate": "2023-11-29T15:11:26.000Z",
|
|
476891
|
+
"lastUpdatedDate": "2023-11-29T15:11:26.000Z"
|
|
476892
|
+
},
|
|
476893
|
+
"AWSZonalAutoshiftPracticeRunSLRPolicy": {
|
|
476894
|
+
"arn": "arn:aws:iam::aws:policy/aws-service-role/AWSZonalAutoshiftPracticeRunSLRPolicy",
|
|
476895
|
+
"latestVersionId": "v1",
|
|
476896
|
+
"versionsCount": 1,
|
|
476897
|
+
"versions": {
|
|
476898
|
+
"v1": {
|
|
476899
|
+
"createdDate": "2023-11-29T17:34:54.000Z",
|
|
476900
|
+
"document": {
|
|
476901
|
+
"Version": "2012-10-17",
|
|
476902
|
+
"Statement": [
|
|
476903
|
+
{
|
|
476904
|
+
"Sid": "MonitoringPermissions",
|
|
476905
|
+
"Effect": "Allow",
|
|
476906
|
+
"Action": [
|
|
476907
|
+
"cloudwatch:DescribeAlarms",
|
|
476908
|
+
"health:DescribeEvents"
|
|
476909
|
+
],
|
|
476910
|
+
"Resource": "*"
|
|
476911
|
+
},
|
|
476912
|
+
{
|
|
476913
|
+
"Sid": "ZonalShiftManagementPermissions",
|
|
476914
|
+
"Effect": "Allow",
|
|
476915
|
+
"Action": [
|
|
476916
|
+
"arc-zonal-shift:CancelZonalShift",
|
|
476917
|
+
"arc-zonal-shift:GetManagedResource",
|
|
476918
|
+
"arc-zonal-shift:StartZonalShift",
|
|
476919
|
+
"arc-zonal-shift:UpdateZonalShift"
|
|
476920
|
+
],
|
|
476921
|
+
"Resource": "*"
|
|
476922
|
+
}
|
|
476923
|
+
]
|
|
476924
|
+
}
|
|
476925
|
+
}
|
|
476926
|
+
},
|
|
476927
|
+
"createdDate": "2023-11-29T17:34:54.000Z",
|
|
476928
|
+
"lastUpdatedDate": "2023-11-29T17:34:54.000Z"
|
|
476929
|
+
},
|
|
476930
|
+
"AWSCleanRoomsMLReadOnlyAccess": {
|
|
476931
|
+
"arn": "arn:aws:iam::aws:policy/AWSCleanRoomsMLReadOnlyAccess",
|
|
476932
|
+
"latestVersionId": "v1",
|
|
476933
|
+
"versionsCount": 1,
|
|
476934
|
+
"versions": {
|
|
476935
|
+
"v1": {
|
|
476936
|
+
"createdDate": "2023-11-29T20:55:31.000Z",
|
|
476937
|
+
"document": {
|
|
476938
|
+
"Version": "2012-10-17",
|
|
476939
|
+
"Statement": [
|
|
476940
|
+
{
|
|
476941
|
+
"Sid": "CleanRoomsConsoleNavigation",
|
|
476942
|
+
"Effect": "Allow",
|
|
476943
|
+
"Action": [
|
|
476944
|
+
"cleanrooms:GetCollaboration",
|
|
476945
|
+
"cleanrooms:GetConfiguredAudienceModelAssociation",
|
|
476946
|
+
"cleanrooms:GetMembership",
|
|
476947
|
+
"cleanrooms:ListAnalysisTemplates",
|
|
476948
|
+
"cleanrooms:ListCollaborationAnalysisTemplates",
|
|
476949
|
+
"cleanrooms:ListCollaborationConfiguredAudienceModelAssociations",
|
|
476950
|
+
"cleanrooms:ListCollaborations",
|
|
476951
|
+
"cleanrooms:ListConfiguredTableAssociations",
|
|
476952
|
+
"cleanrooms:ListConfiguredTables",
|
|
476953
|
+
"cleanrooms:ListMembers",
|
|
476954
|
+
"cleanrooms:ListMemberships",
|
|
476955
|
+
"cleanrooms:ListProtectedQueries",
|
|
476956
|
+
"cleanrooms:ListSchemas",
|
|
476957
|
+
"cleanrooms:ListTagsForResource"
|
|
476958
|
+
],
|
|
476959
|
+
"Resource": "*"
|
|
476960
|
+
},
|
|
476961
|
+
{
|
|
476962
|
+
"Sid": "CleanRoomsMLRead",
|
|
476963
|
+
"Effect": "Allow",
|
|
476964
|
+
"Action": [
|
|
476965
|
+
"cleanrooms-ml:Get*",
|
|
476966
|
+
"cleanrooms-ml:List*"
|
|
476967
|
+
],
|
|
476968
|
+
"Resource": "*"
|
|
476969
|
+
}
|
|
476970
|
+
]
|
|
476971
|
+
}
|
|
476972
|
+
}
|
|
476973
|
+
},
|
|
476974
|
+
"createdDate": "2023-11-29T20:55:31.000Z",
|
|
476975
|
+
"lastUpdatedDate": "2023-11-29T20:55:31.000Z"
|
|
476976
|
+
},
|
|
476977
|
+
"AWSCleanRoomsMLFullAccess": {
|
|
476978
|
+
"arn": "arn:aws:iam::aws:policy/AWSCleanRoomsMLFullAccess",
|
|
476979
|
+
"latestVersionId": "v1",
|
|
476980
|
+
"versionsCount": 1,
|
|
476981
|
+
"versions": {
|
|
476982
|
+
"v1": {
|
|
476983
|
+
"createdDate": "2023-11-29T21:02:06.000Z",
|
|
476984
|
+
"document": {
|
|
476985
|
+
"Version": "2012-10-17",
|
|
476986
|
+
"Statement": [
|
|
476987
|
+
{
|
|
476988
|
+
"Sid": "CleanRoomsMLFullAccess",
|
|
476989
|
+
"Effect": "Allow",
|
|
476990
|
+
"Action": [
|
|
476991
|
+
"cleanrooms-ml:*"
|
|
476992
|
+
],
|
|
476993
|
+
"Resource": "*"
|
|
476994
|
+
},
|
|
476995
|
+
{
|
|
476996
|
+
"Sid": "PassServiceRole",
|
|
476997
|
+
"Effect": "Allow",
|
|
476998
|
+
"Action": [
|
|
476999
|
+
"iam:PassRole"
|
|
477000
|
+
],
|
|
477001
|
+
"Resource": [
|
|
477002
|
+
"arn:aws:iam::*:role/cleanrooms-ml*"
|
|
477003
|
+
],
|
|
477004
|
+
"Condition": {
|
|
477005
|
+
"StringEquals": {
|
|
477006
|
+
"iam:PassedToService": "cleanrooms-ml.amazonaws.com"
|
|
477007
|
+
}
|
|
477008
|
+
}
|
|
477009
|
+
},
|
|
477010
|
+
{
|
|
477011
|
+
"Sid": "CleanRoomsConsoleNavigation",
|
|
477012
|
+
"Effect": "Allow",
|
|
477013
|
+
"Action": [
|
|
477014
|
+
"cleanrooms:GetCollaboration",
|
|
477015
|
+
"cleanrooms:GetConfiguredAudienceModelAssociation",
|
|
477016
|
+
"cleanrooms:GetMembership",
|
|
477017
|
+
"cleanrooms:ListAnalysisTemplates",
|
|
477018
|
+
"cleanrooms:ListCollaborationAnalysisTemplates",
|
|
477019
|
+
"cleanrooms:ListCollaborationConfiguredAudienceModelAssociations",
|
|
477020
|
+
"cleanrooms:ListCollaborations",
|
|
477021
|
+
"cleanrooms:ListConfiguredTableAssociations",
|
|
477022
|
+
"cleanrooms:ListConfiguredTables",
|
|
477023
|
+
"cleanrooms:ListMembers",
|
|
477024
|
+
"cleanrooms:ListMemberships",
|
|
477025
|
+
"cleanrooms:ListProtectedQueries",
|
|
477026
|
+
"cleanrooms:ListSchemas",
|
|
477027
|
+
"cleanrooms:ListTagsForResource"
|
|
477028
|
+
],
|
|
477029
|
+
"Resource": "*"
|
|
477030
|
+
},
|
|
477031
|
+
{
|
|
477032
|
+
"Sid": "CollaborationMembershipCheck",
|
|
477033
|
+
"Effect": "Allow",
|
|
477034
|
+
"Action": [
|
|
477035
|
+
"cleanrooms:ListMembers"
|
|
477036
|
+
],
|
|
477037
|
+
"Resource": "*",
|
|
477038
|
+
"Condition": {
|
|
477039
|
+
"ForAnyValue:StringEquals": {
|
|
477040
|
+
"aws:CalledVia": [
|
|
477041
|
+
"cleanrooms-ml.amazonaws.com"
|
|
477042
|
+
]
|
|
477043
|
+
}
|
|
477044
|
+
}
|
|
477045
|
+
},
|
|
477046
|
+
{
|
|
477047
|
+
"Sid": "AssociateModels",
|
|
477048
|
+
"Effect": "Allow",
|
|
477049
|
+
"Action": [
|
|
477050
|
+
"cleanrooms:CreateConfiguredAudienceModelAssociation"
|
|
477051
|
+
],
|
|
477052
|
+
"Resource": "*"
|
|
477053
|
+
},
|
|
477054
|
+
{
|
|
477055
|
+
"Sid": "TagAssociations",
|
|
477056
|
+
"Effect": "Allow",
|
|
477057
|
+
"Action": [
|
|
477058
|
+
"cleanrooms:TagResource"
|
|
477059
|
+
],
|
|
477060
|
+
"Resource": "arn:aws:cleanrooms:*:*:membership/*/configuredaudiencemodelassociation/*"
|
|
477061
|
+
},
|
|
477062
|
+
{
|
|
477063
|
+
"Sid": "ListRolesToPickServiceRole",
|
|
477064
|
+
"Effect": "Allow",
|
|
477065
|
+
"Action": [
|
|
477066
|
+
"iam:ListRoles"
|
|
477067
|
+
],
|
|
477068
|
+
"Resource": "*"
|
|
477069
|
+
},
|
|
477070
|
+
{
|
|
477071
|
+
"Sid": "GetRoleAndListRolePoliciesToInspectServiceRole",
|
|
477072
|
+
"Effect": "Allow",
|
|
477073
|
+
"Action": [
|
|
477074
|
+
"iam:GetRole",
|
|
477075
|
+
"iam:ListRolePolicies",
|
|
477076
|
+
"iam:ListAttachedRolePolicies"
|
|
477077
|
+
],
|
|
477078
|
+
"Resource": [
|
|
477079
|
+
"arn:aws:iam::*:role/service-role/cleanrooms-ml*",
|
|
477080
|
+
"arn:aws:iam::*:role/role/cleanrooms-ml*"
|
|
477081
|
+
]
|
|
477082
|
+
},
|
|
477083
|
+
{
|
|
477084
|
+
"Sid": "ListPoliciesToInspectServiceRolePolicy",
|
|
477085
|
+
"Effect": "Allow",
|
|
477086
|
+
"Action": [
|
|
477087
|
+
"iam:ListPolicies"
|
|
477088
|
+
],
|
|
477089
|
+
"Resource": "*"
|
|
477090
|
+
},
|
|
477091
|
+
{
|
|
477092
|
+
"Sid": "GetPolicyToInspectServiceRolePolicy",
|
|
477093
|
+
"Effect": "Allow",
|
|
477094
|
+
"Action": [
|
|
477095
|
+
"iam:GetPolicy",
|
|
477096
|
+
"iam:GetPolicyVersion"
|
|
477097
|
+
],
|
|
477098
|
+
"Resource": "arn:aws:iam::*:policy/*cleanroomsml*"
|
|
477099
|
+
},
|
|
477100
|
+
{
|
|
477101
|
+
"Sid": "ConsoleDisplayTables",
|
|
477102
|
+
"Effect": "Allow",
|
|
477103
|
+
"Action": [
|
|
477104
|
+
"glue:GetDatabase",
|
|
477105
|
+
"glue:GetDatabases",
|
|
477106
|
+
"glue:GetTable",
|
|
477107
|
+
"glue:GetTables",
|
|
477108
|
+
"glue:GetPartition",
|
|
477109
|
+
"glue:GetPartitions",
|
|
477110
|
+
"glue:GetSchema",
|
|
477111
|
+
"glue:GetSchemaVersion",
|
|
477112
|
+
"glue:BatchGetPartition"
|
|
477113
|
+
],
|
|
477114
|
+
"Resource": "*"
|
|
477115
|
+
},
|
|
477116
|
+
{
|
|
477117
|
+
"Sid": "ConsolePickOutputBucket",
|
|
477118
|
+
"Effect": "Allow",
|
|
477119
|
+
"Action": [
|
|
477120
|
+
"s3:ListAllMyBuckets"
|
|
477121
|
+
],
|
|
477122
|
+
"Resource": "*"
|
|
477123
|
+
},
|
|
477124
|
+
{
|
|
477125
|
+
"Sid": "ConsolePickS3Location",
|
|
477126
|
+
"Effect": "Allow",
|
|
477127
|
+
"Action": [
|
|
477128
|
+
"s3:ListBucket",
|
|
477129
|
+
"s3:GetBucketLocation"
|
|
477130
|
+
],
|
|
477131
|
+
"Resource": "arn:aws:s3:::*cleanrooms-ml*"
|
|
477132
|
+
}
|
|
477133
|
+
]
|
|
477134
|
+
}
|
|
477135
|
+
}
|
|
477136
|
+
},
|
|
477137
|
+
"createdDate": "2023-11-29T21:02:06.000Z",
|
|
477138
|
+
"lastUpdatedDate": "2023-11-29T21:02:06.000Z"
|
|
476616
477139
|
}
|
|
476617
477140
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "aws-iam-managed-policies",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.72",
|
|
4
4
|
"description": "Provides AWS IAM Managed Policies historical data as a convenient npm package that can be used in other OSS projects.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|