本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
AWSForWordPressPluginPolicy
描述:對於 WordPress 插件 AWS 的管理策略
AWSForWordPressPluginPolicy
是AWS 受管理的策略。
使用此政策
您可以附加AWSForWordPressPluginPolicy
至您的使用者、群組和角色。
政策詳情
-
類型: AWS 受管理的策略
-
創建時間:二零一九年十月三十日, 00:27 世界標準時
-
編輯時間:2020 年 1 月 20 日, 世界標準時間 23:20
-
ARN:
arn:aws:iam::aws:policy/AWSForWordPressPluginPolicy
政策版本
策略版本:v2(預設值)
原則的預設版本是定義原則權限的版本。當具有策略的使用者或角色發出要求以存取 AWS 資源時,請 AWS 檢查原則的預設版本,以決定是否允許該要求。
政策文件
{
"Version" : "2012-10-17",
"Statement" : [
{
"Sid" : "Permissions1",
"Effect" : "Allow",
"Action" : [
"polly:SynthesizeSpeech",
"polly:DescribeVoices",
"translate:TranslateText"
],
"Resource" : "*"
},
{
"Sid" : "Permissions2",
"Effect" : "Allow",
"Action" : [
"s3:ListBucket",
"s3:GetBucketAcl",
"s3:GetBucketPolicy",
"s3:PutObject",
"s3:DeleteObject",
"s3:CreateBucket",
"s3:PutObjectAcl"
],
"Resource" : [
"arn:aws:s3:::audio_for_wordpress*",
"arn:aws:s3:::audio-for-wordpress*"
]
},
{
"Sid" : "Permissions3",
"Effect" : "Allow",
"Action" : [
"acm:AddTagsToCertificate",
"acm:DescribeCertificate",
"acm:RequestCertificate",
"cloudformation:CreateStack",
"cloudfront:ListDistributions"
],
"Resource" : "*",
"Condition" : {
"StringEquals" : {
"aws:RequestedRegion" : "us-east-1"
}
}
},
{
"Sid" : "Permissions4",
"Effect" : "Allow",
"Action" : [
"acm:DeleteCertificate",
"cloudformation:DeleteStack",
"cloudformation:DescribeStackEvents",
"cloudformation:DescribeStackResources",
"cloudformation:UpdateStack",
"cloudfront:CreateDistribution",
"cloudfront:CreateInvalidation",
"cloudfront:DeleteDistribution",
"cloudfront:GetDistribution",
"cloudfront:GetInvalidation",
"cloudfront:TagResource",
"cloudfront:UpdateDistribution"
],
"Resource" : "*",
"Condition" : {
"StringEquals" : {
"aws:ResourceTag/createdBy" : "AWSForWordPressPlugin"
}
}
}
]
}