翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。
AWSManagedSignUpAdminAccess
説明: AWS マネージドアカウントのサインアップを完了する AWS アクセス許可を付与します。
AWSManagedSignUpAdminAccess は AWS マネージドポリシーです。
このポリシーを使用すると
ユーザー、グループおよびロールに AWSManagedSignUpAdminAccess をアタッチできます。
ポリシーの詳細
-
タイプ: サービスロールポリシー
-
作成日時: 2026 年 7 月 20 日 19:27 UTC
-
編集日時: 2026 年 7 月 20 日 19:27 UTC
-
ARN:
arn:aws:iam::aws:policy/service-role/AWSManagedSignUpAdminAccess
ポリシーのバージョン
ポリシーのバージョン: v1 (デフォルト)
ポリシーのデフォルトバージョンは、ポリシーのアクセス許可を定義するバージョンです。ポリシーを持つユーザーまたはロールが AWS リソースへのアクセスをリクエストすると、 はポリシーのデフォルトバージョン AWS をチェックして、リクエストを許可するかどうかを決定します。
JSON ポリシードキュメント
{ "Version" : "2012-10-17", "Statement" : [ { "Sid" : "PaymentWidgetPermissions", "Effect" : "Allow", "Action" : [ "payments:CreatePaymentInstrument", "payments:GetPaymentInstrument", "payments:GetPaymentStatus", "payments:ListPaymentPreferences", "payments:ListTagsForResource", "payments:MakePayment", "payments:TagResource", "payments:UntagResource", "payments:UpdatePaymentInstrument", "payments:UpdatePaymentPreferences" ], "Resource" : "*" }, { "Sid" : "BillingPermissions", "Effect" : "Allow", "Action" : [ "billing:GetSellerOfRecord" ], "Resource" : "*" }, { "Sid" : "AccountPermissions", "Effect" : "Allow", "Action" : [ "account:GetContactInformation" ], "Resource" : "arn:aws:account::*:account" }, { "Sid" : "InvoicingPermissions", "Effect" : "Allow", "Action" : [ "invoicing:GetInvoicePDF" ], "Resource" : "*" }, { "Sid" : "TaxWidgetPermissions", "Effect" : "Allow", "Action" : [ "tax:BatchPutTaxRegistration", "tax:DeleteTaxRegistration", "tax:GetTaxRegistration", "tax:GetTaxRegistrationDocument", "tax:ListTaxRegistrations", "tax:PutTaxRegistration" ], "Resource" : "*" }, { "Sid" : "CustomerVerificationWidgetPermissions", "Effect" : "Allow", "Action" : [ "customer-verification:CreateCustomerVerificationDetails", "customer-verification:CreateUploadUrls", "customer-verification:GetCustomerVerificationDetails", "customer-verification:GetCustomerVerificationEligibility", "customer-verification:UpdateCustomerVerificationDetails" ], "Resource" : "*" } ] }