View a markdown version of this page

AWSSecurityAgentServiceRolePolicy - AWS 管理ポリシー

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

AWSSecurityAgentServiceRolePolicy

説明: AWS セキュリティエージェントがユーザーに代わってリソースを管理できるようにします。

AWSSecurityAgentServiceRolePolicyAWS マネージドポリシーです。

このポリシーを使用すると

このポリシーは、ユーザーに代わってサービスがアクションを実行することを許可する、サービスリンクロールにアタッチされます。ユーザー、グループおよびロールにこのポリシーはアタッチできません。

ポリシーの詳細

  • タイプ: サービスリンクロールポリシー

  • 作成日時: 2026 年 6 月 11 日 23:42 UTC

  • 編集日時: 2026 年 6 月 11 日 23:42 UTC

  • ARN: arn:aws:iam::aws:policy/aws-service-role/AWSSecurityAgentServiceRolePolicy

ポリシーのバージョン

ポリシーのバージョン: v1 (デフォルト)

ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを決定します。

JSON ポリシードキュメント

{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "LatticeCreateResourceGateway", "Effect" : "Allow", "Action" : [ "vpc-lattice:CreateResourceGateway" ], "Resource" : "arn:aws:vpc-lattice:*:*:resourcegateway/*", "Condition" : { "StringEquals" : { "aws:RequestTag/AWSSecurityAgentManaged" : "true" } } }, { "Sid" : "LatticeTagResourceGateway", "Effect" : "Allow", "Action" : [ "vpc-lattice:TagResource" ], "Resource" : "arn:aws:vpc-lattice:*:*:resourcegateway/*", "Condition" : { "StringEquals" : { "aws:RequestTag/AWSSecurityAgentManaged" : "true" } } }, { "Sid" : "LatticeManageTaggedResourceGateways", "Effect" : "Allow", "Action" : [ "vpc-lattice:DeleteResourceGateway" ], "Resource" : "arn:aws:vpc-lattice:*:*:resourcegateway/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/AWSSecurityAgentManaged" : "true" } } }, { "Sid" : "LatticeGetResourceGateway", "Effect" : "Allow", "Action" : [ "vpc-lattice:GetResourceGateway" ], "Resource" : "arn:aws:vpc-lattice:*:*:resourcegateway/*", "Condition" : { "StringEquals" : { "aws:ResourceTag/AWSSecurityAgentManaged" : "true" } } }, { "Sid" : "DescribeApis", "Effect" : "Allow", "Action" : [ "ec2:DescribeVpcs", "ec2:DescribeSubnets", "ec2:DescribeSecurityGroups" ], "Resource" : "*" }, { "Sid" : "CreateLatticeServiceLinkedRole", "Effect" : "Allow", "Action" : "iam:CreateServiceLinkedRole", "Resource" : "arn:aws:iam::*:role/aws-service-role/vpc-lattice.amazonaws.com/AWSServiceRoleForVpcLattice", "Condition" : { "StringLike" : { "iam:AWSServiceName" : "vpc-lattice.amazonaws.com" } } } ] }

詳細情報