Zoom Meetings エンティティからの読み取り - AWS Glue

Zoom Meetings エンティティからの読み取り

前提条件

読み取り元の Zoom Meetings オブジェクト。Group または Zoom Rooms などのオブジェクト名が必要です。

ソースに対応するエンティティ:

エンティティ フィルタリング可能 制限をサポートする Order By をサポートする Select * をサポートする パーティション分割をサポートする
Zoom Rooms なし あり なし あり なし
グループ なし なし なし あり なし
グループメンバー はい あり なし あり なし
グループ管理者 なし あり なし あり なし
レポート (毎日) あり なし なし あり なし
ロール なし なし なし あり なし
[ユーザー] はい あり なし あり なし

:

zoom_read = glueContext.create_dynamic_frame.from_options( connection_type="zoom", connection_options={ "connectionName": "connectionName", "ENTITY_NAME": "organization", "API_VERSION": "v2" } )

Zoom Meetings エンティティとフィールドの詳細:

Zoom Meetings は、選択したエンティティで使用可能なフィールドを動的にロードします。フィールドのデータ型に応じて、次のフィルター演算子がサポートされます。

エンティティ フィールド データ型 サポートされている演算子
Zoom Room ステータス 文字列 =
type 文字列 =
unassigned_rooms ブール値 =
location_id 文字列 =
room_id 文字列 該当なし
activation_code 文字列 該当なし
id 文字列 該当なし
名前 文字列 該当なし
tag_ids 文字列 該当なし
query_name 文字列 該当なし
日次レポート month 日付 =
date 日付 該当なし
meeting_minutes 整数 該当なし
会議 整数 該当なし
new_users 整数 該当なし
participants 整数 該当なし
group_id 文字列 該当なし
ユーザー created_at DateTime 該当なし
部門 文字列 該当なし
email 文字列 該当なし
employee_unique_id 文字列 該当なし
first_name 文字列 該当なし
group_id リスト 該当なし
host_key 文字列 該当なし
id 文字列 該当なし
im_group_ids 文字列 該当なし
last_client_version 文字列 該当なし
last_login_time DateTime 該当なし
last_name 文字列 該当なし
plan_united_type 文字列 該当なし
custom_attributes リスト 該当なし
pmi BigInteger 該当なし
role_id 文字列 =
ステータス 文字列 =
timezone 文字列 該当なし
type 整数 該当なし
verified 整数 該当なし
user_created_at DateTime 該当なし
display_name 文字列 該当なし
phone_number 文字列 該当なし
language 文字列 該当なし
ライセンス 文字列 =
グループ id 文字列 該当なし
名前 文字列 該当なし
total_members 整数 該当なし
グループメンバー email 文字列 該当なし
first_name 文字列 該当なし
id 文字列 該当なし
last_name 文字列 該当なし
type 整数 該当なし
primary_group ブール値 該当なし
member_id 文字列 該当なし
グループ管理者 id 文字列 該当なし
email 文字列 該当なし
名前 文字列 該当なし
ロール description 文字列 該当なし
id 文字列 該当なし
名前 文字列 該当なし
total_members 整数 該当なし
type 文字列 =

パーティショニングクエリ

Zoom Meetings は、フィルターベースのパーティショニングまたはレコードベースのパーティショニングをサポートしていません。