View a markdown version of this page

AWS User Notifications での の使用 AWS Billing Conductor - AWS Billing Conductor

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

AWS User Notifications での の使用 AWS Billing Conductor

を使用してAWS User Notifications、 AWS Billing Conductor イベントを通知する配信チャネルを設定できます。指定したルールにイベントが一致すると、通知を受け取ります。E メール、Amazon Chime、Microsoft Teams、Slack などのチャットアプリケーションの Amazon Q DeveloperAWS Console Mobile Applicationプッシュ通知など、複数のチャネルを通じてイベントの通知を受け取ることができます。 AWS User Notifications コンソールでコンソール通知センターを使用して通知を表示することもできます。

AWS User Notifications は集約もサポートしているため、特定のイベント中に受け取る通知の数を減らすことができます。詳細については、「AWS User Notifications ユーザーガイド」を参照してください。

を使用するには AWS User Notifications、正しい AWS Identity and Access Management (IAM) アクセス許可が必要です。IAM アクセス許可の設定の詳細については、「 AWS User Notifications ユーザーガイド」の「通知設定の作成」を参照してください。

次の表に、 でサポートされている AWS Billing Conductor イベントタイプを示します AWS User Notifications。

AWS Billing Conductor イベントタイプ
イベントタイプ 説明
請求転送に推奨される請求グループ設定 承諾された転送に対応する請求グループが設定されていない、またはアクティブな請求転送に関連付けられた請求グループが削除された請求転送イベントの日次概要。請求転送が受け入れられたら、請求元アカウントの組織の請求グループを設定することをお勧めします。これにより、その組織のアカウントは請求およびコスト管理ツールの見積りコストデータにアクセスできます。請求グループがない場合、使用状況データは CloudWatch を通じて引き続き利用できますが、請求グループを設定すると、請求元アカウント管理者は予算設定などを通じてコストを簡単にモニタリングできます。このイベントタイプは現在、米国東部 (バージニア北部) リージョン () でのみサポートされていますus-east-1

イベントの例

以下は、 からのBilling Group Configuration Recommended for Billing Transferイベントの例です AWS Billing Conductor。このイベントは、ソース を使用して Amazon EventBridge に出力されますaws.billingconductor

{ "account": "<account ID>", // 12-digit account ID "region": "us-east-1", // Currently only us-east-1 is supported "detail-type": "Billing Group Configuration Recommended for Billing Transfer", "source": "aws.billingconductor", "version": "0", "time": "<date>", // Format: yyyy-MM-dd'T'HH:mm:ssZ "id": "<id>", // alphanumeric string "resources": [], "detail": { "targetDate": "<date>", // Format: yyyy-MM-dd "recipientId": "<account ID>", // 12-digit recipient account ID "eventBridgeEventId": "<event ID>", // unique event identifier "directTransfersAccepted": [ { "transferArn": "<transfer ARN>", // ARN of the one-level billing transfer "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "effectiveTimestamp": "<timestamp>", // Format: yyyy-MM-dd'T'HH:mm:ssZ "acceptedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ], "indirectTransfersAccepted": [ { "receiverTransferTransferArn": "<transfer ARN>", // ARN of the receiver's transfer "transferBillSourceTransferArn": "<transfer ARN>", // ARN of the bill source's transfer "billTransferAccountId": "<account ID>", // 12-digit bill transfer account ID "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "effectiveTimestamp": "<timestamp>", // Format: yyyy-MM-dd'T'HH:mm:ssZ "acceptedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ], "directBillingGroupsDeleted": [ { "billingGroupArn": "<billing group ARN>", // ARN of the deleted billing group "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "transferId": "<transfer ID>", // associated transfer ID "deletedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ], "indirectBillingGroupsDeleted": [ { "billingGroupArn": "<billing group ARN>", // ARN of the deleted billing group "billTransferAccountId": "<account ID>", // 12-digit bill transfer account ID "billSourceAccountId": "<account ID>", // 12-digit bill source account ID "receiverTransferTransferId": "<transfer ID>", // receiver's transfer ID "transferBillSourceTransferId": "<transfer ID>", // bill source's transfer ID "deletedTimestamp": "<timestamp>" // Format: yyyy-MM-dd'T'HH:mm:ssZ } ] } }