本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
AWSQuickSetupEnableAREXExecutionPolicy
描述:此策略授予允许 Systems Manager 运行 AWSQuickSetupType-EnableAREX 自动化运行手册的权限,该操作手册允许 AWS 资源管理器与 Systems Manager 一起使用。
AWSQuickSetupEnableAREXExecutionPolicy
是一项 AWS 托管式策略。
使用此策略
您可以将 AWSQuickSetupEnableAREXExecutionPolicy
附加到您的用户、组和角色。
策略详细信息
-
类型: AWS 托管策略
-
创建时间:世界标准时间 2024 年 11 月 15 日 22:45
-
编辑时间:世界标准时间 2024 年 11 月 15 日 22:45
-
ARN:
arn:aws:iam::aws:policy/AWSQuickSetupEnableAREXExecutionPolicy
策略版本
策略版本:v1 (默认值)
此策略的默认版本是定义策略权限的版本。当使用该策略的用户或角色请求访问 AWS 资源时, AWS 会检查策略的默认版本以确定是否允许该请求。
JSON 策略文档
{
"Version" : "2012-10-17",
"Statement" : [
{
"Sid" : "AllowReadActions",
"Effect" : "Allow",
"Action" : [
"resource-explorer-2:GetDefaultView",
"resource-explorer-2:GetIndex",
"resource-explorer-2:ListIndexes",
"resource-explorer-2:ListViews"
],
"Resource" : "*"
},
{
"Sid" : "AllowUpdateExistingIndexAndAssociateDefaultView",
"Effect" : "Allow",
"Action" : [
"resource-explorer-2:UpdateIndexType",
"resource-explorer-2:AssociateDefaultView"
],
"Resource" : "*"
},
{
"Sid" : "AllowCreateViewAndIndex",
"Effect" : "Allow",
"Action" : [
"resource-explorer-2:CreateView",
"resource-explorer-2:CreateIndex",
"resource-explorer-2:TagResource"
],
"Resource" : [
"arn:aws:resource-explorer-2:*:*:view/all-resources/*",
"arn:aws:resource-explorer-2:*:*:index/*"
],
"Condition" : {
"StringEquals" : {
"aws:RequestTag/Type" : "QuickSetup",
"aws:ResourceTag/Type" : "QuickSetup"
},
"ForAllValues:StringEquals" : {
"aws:TagKeys" : "Type"
}
}
},
{
"Sid" : "AllowCreateServiceLinkedRole",
"Effect" : "Allow",
"Action" : [
"iam:CreateServiceLinkedRole"
],
"Condition" : {
"StringEquals" : {
"iam:AWSServiceName" : [
"resource-explorer-2.amazonaws.com"
]
}
},
"Resource" : "arn:aws:iam::*:role/aws-service-role/resource-explorer-2.amazonaws.com/AWSServiceRoleForResourceExplorer"
}
]
}