Skip to content

Commit c7f72fd

Browse files
cq-botgithub-actions[bot]
authored andcommitted
chore: Update docs
1 parent 0ef9afa commit c7f72fd

5 files changed

Lines changed: 91 additions & 0 deletions

File tree

plugins/source/aws/docs/tables/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,9 @@
212212
|[aws_iam_user_attached_policies](aws_iam_user_attached_policies.md) |
213213
|[aws_iam_user_policies](aws_iam_user_policies.md) |
214214
| [aws_iam_virtual_mfa_devices](aws_iam_virtual_mfa_devices.md) |
215+
| [aws_identitystore_groups](aws_identitystore_groups.md) |
216+
|[aws_identitystore_group_memberships](aws_identitystore_group_memberships.md) |
217+
| [aws_identitystore_users](aws_identitystore_users.md) |
215218
| [aws_inspector_findings](aws_inspector_findings.md) |
216219
| [aws_inspector2_findings](aws_inspector2_findings.md) |
217220
| [aws_iot_billing_groups](aws_iot_billing_groups.md) |
@@ -324,6 +327,7 @@
324327
| [aws_ssm_instances](aws_ssm_instances.md) |
325328
|[aws_ssm_instance_compliance_items](aws_ssm_instance_compliance_items.md) |
326329
| [aws_ssm_parameters](aws_ssm_parameters.md) |
330+
| [aws_ssoadmin_instances](aws_ssoadmin_instances.md) |
327331
| [aws_transfer_servers](aws_transfer_servers.md) |
328332
| [aws_waf_rule_groups](aws_waf_rule_groups.md) |
329333
| [aws_waf_rules](aws_waf_rules.md) |
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Table: aws_identitystore_group_memberships
2+
3+
4+
5+
The primary key for this table is **_cq_id**.
6+
7+
## Relations
8+
This table depends on [aws_identitystore_groups](aws_identitystore_groups.md).
9+
10+
## Columns
11+
| Name | Type |
12+
| ------------- | ------------- |
13+
|_cq_source_name|String|
14+
|_cq_sync_time|Timestamp|
15+
|_cq_id (PK)|UUID|
16+
|_cq_parent_id|UUID|
17+
|identity_store_id|String|
18+
|group_id|String|
19+
|membership_id|String|
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Table: aws_identitystore_groups
2+
3+
4+
5+
The primary key for this table is **_cq_id**.
6+
7+
## Relations
8+
The following tables depend on aws_identitystore_groups:
9+
- [aws_identitystore_group_memberships](aws_identitystore_group_memberships.md)
10+
11+
## Columns
12+
| Name | Type |
13+
| ------------- | ------------- |
14+
|_cq_source_name|String|
15+
|_cq_sync_time|Timestamp|
16+
|_cq_id (PK)|UUID|
17+
|_cq_parent_id|UUID|
18+
|group_id|String|
19+
|identity_store_id|String|
20+
|description|String|
21+
|display_name|String|
22+
|external_ids|JSON|
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Table: aws_identitystore_users
2+
3+
4+
5+
The primary key for this table is **_cq_id**.
6+
7+
8+
## Columns
9+
| Name | Type |
10+
| ------------- | ------------- |
11+
|_cq_source_name|String|
12+
|_cq_sync_time|Timestamp|
13+
|_cq_id (PK)|UUID|
14+
|_cq_parent_id|UUID|
15+
|identity_store_id|String|
16+
|user_id|String|
17+
|addresses|JSON|
18+
|display_name|String|
19+
|emails|JSON|
20+
|external_ids|JSON|
21+
|locale|String|
22+
|name|JSON|
23+
|nick_name|String|
24+
|phone_numbers|JSON|
25+
|preferred_language|String|
26+
|profile_url|String|
27+
|timezone|String|
28+
|title|String|
29+
|user_name|String|
30+
|user_type|String|
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Table: aws_ssoadmin_instances
2+
3+
4+
5+
The primary key for this table is **_cq_id**.
6+
7+
8+
## Columns
9+
| Name | Type |
10+
| ------------- | ------------- |
11+
|_cq_source_name|String|
12+
|_cq_sync_time|Timestamp|
13+
|_cq_id (PK)|UUID|
14+
|_cq_parent_id|UUID|
15+
|identity_store_id|String|
16+
|instance_arn|String|

0 commit comments

Comments
 (0)