0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Salesforce CLIでイベントリレーに関する情報を確認する

Last updated at Posted at 2025-05-12

Salesforceのイベントリレー機能を使って、リアルタイムモニタリングをEventBridge経由でAWSに連携する作業のメモ書き

Salesforce CLI

①デプロイコマンド

sf project deploy start -m <メタデータタイプ>:<コンポーネント名> -o <組織のエイリアス>

②組織内のプラットフォームイベントチャンネルを確認するコマンド

sf data query -q "SELECT Id, DeveloperName, MasterLabel FROM EventRelayConfig" -o <組織のエイリアス>

③イベントチャネルメンバーを確認するコマンド(FullNameを確認する)

sf org list metadata -m PlatformEventChannelMember -o <組織のエイリアス> --json
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?