@dataparade/cli 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +25 -0
- package/dist/package.json +85 -0
- package/dist/src/ai-enrichment/agent-orchestrator.d.ts +2 -0
- package/dist/src/ai-enrichment/agent-orchestrator.js +8 -5
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.d.ts +10 -0
- package/dist/src/ai-enrichment/providers/hosted-worker-infer-provider.js +47 -0
- package/dist/src/cli.js +85 -1
- package/dist/src/config/env.js +2 -0
- package/dist/src/config/resolve.js +3 -0
- package/dist/src/config/scan-env.d.ts +1 -0
- package/dist/src/config/scan-env.js +5 -0
- package/dist/src/config/types.d.ts +1 -0
- package/dist/src/config/upload-env.d.ts +1 -0
- package/dist/src/config/upload-env.js +10 -0
- package/dist/src/config/validate-scan-ai.d.ts +1 -1
- package/dist/src/config/validate-scan-ai.js +5 -0
- package/dist/src/core/pipeline/ai-orchestrator-options.js +5 -0
- package/dist/src/core/pipeline/graph-mapping.js +5 -0
- package/dist/src/core/pipeline/infer-data-flow-protocol.d.ts +7 -0
- package/dist/src/core/pipeline/infer-data-flow-protocol.js +39 -0
- package/dist/src/core/schema/scan-config.schema.d.ts +2 -0
- package/dist/src/core/schema/scan-config.schema.js +2 -1
- package/dist/src/core/types/config.d.ts +3 -1
- package/dist/src/observability/scan-sentry.d.ts +1 -1
- package/dist/src/platform-api/dataparade-app-base-url.d.ts +7 -0
- package/dist/src/platform-api/dataparade-app-base-url.js +14 -0
- package/dist/src/platform-api/upload-client.d.ts +3 -0
- package/dist/src/platform-api/upload-client.js +38 -0
- package/dist/src/platform-api/upload.types.d.ts +10 -0
- package/dist/src/platform-api/upload.types.js +2 -0
- package/dist/src/upload/build-preview-url.d.ts +1 -0
- package/dist/src/upload/build-preview-url.js +10 -0
- package/dist/src/upload/run-upload.d.ts +2 -0
- package/dist/src/upload/run-upload.js +18 -0
- package/dist/src/upload/types.d.ts +11 -0
- package/dist/src/upload/types.js +2 -0
- package/dist/tests/unit/analyzers/typescript/property-detection.spec.js +22 -0
- package/dist/tests/unit/cli/scan-quota-flow.spec.js +2 -0
- package/dist/tests/unit/config/upload-env.spec.d.ts +1 -0
- package/dist/tests/unit/config/upload-env.spec.js +12 -0
- package/dist/tests/unit/config/validate-scan-ai.spec.js +8 -0
- package/dist/tests/unit/core/graph-mapping.spec.js +52 -0
- package/dist/tests/unit/core/infer-data-flow-protocol.spec.d.ts +1 -0
- package/dist/tests/unit/core/infer-data-flow-protocol.spec.js +37 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/dataparade-app-base-url.spec.js +13 -0
- package/dist/tests/unit/platform-api/upload-client.spec.d.ts +1 -0
- package/dist/tests/unit/platform-api/upload-client.spec.js +40 -0
- package/dist/tests/unit/publish-manifest.spec.d.ts +1 -0
- package/dist/tests/unit/publish-manifest.spec.js +18 -0
- package/dist/tests/unit/upload/build-preview-url.spec.d.ts +1 -0
- package/dist/tests/unit/upload/build-preview-url.spec.js +19 -0
- package/package.json +4 -3
- package/patterns/README.md +322 -0
- package/patterns/actor.patterns.yaml +51 -0
- package/patterns/aws-terraform-catalog.snapshot.json +1760 -0
- package/patterns/aws-terraform-service-hints.generated.json +1446 -0
- package/patterns/azure-terraform-catalog.snapshot.json +1195 -0
- package/patterns/azure-terraform-service-hints.generated.json +864 -0
- package/patterns/classifier/actors.classifier.yaml +17 -0
- package/patterns/classifier/components.classifier.yaml +110 -0
- package/patterns/classifier/third-party.classifier.yaml +169 -0
- package/patterns/kubernetes-terraform-catalog.snapshot.json +94 -0
- package/patterns/kubernetes-terraform-service-hints.generated.json +258 -0
- package/patterns/non-pii-signals.rules.yaml +84 -0
- package/patterns/pii-signals.rules.yaml +115 -0
- package/patterns/property.patterns.yaml +431 -0
- package/patterns/provider-topology.rules.yaml +765 -0
- package/patterns/python.md +211 -0
- package/patterns/python.patterns.yaml +160 -0
- package/patterns/terraform.md +37 -0
- package/patterns/terraform.patterns.yaml +495 -0
- package/patterns/third-party.patterns.yaml +167 -0
- package/patterns/typescript.patterns.yaml +139 -0
|
@@ -0,0 +1,1760 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedAt": "2026-05-12T12:03:18.511Z",
|
|
3
|
+
"source": "@cdktf/provider-aws@21.x (HashiCorp aws ~> 6.x)",
|
|
4
|
+
"resourceTypes": [
|
|
5
|
+
"aws_accessanalyzer_analyzer",
|
|
6
|
+
"aws_accessanalyzer_archive_rule",
|
|
7
|
+
"aws_account_alternate_contact",
|
|
8
|
+
"aws_account_primary_contact",
|
|
9
|
+
"aws_account_region",
|
|
10
|
+
"aws_acm_certificate",
|
|
11
|
+
"aws_acm_certificate_validation",
|
|
12
|
+
"aws_acmpca_certificate",
|
|
13
|
+
"aws_acmpca_certificate_authority",
|
|
14
|
+
"aws_acmpca_certificate_authority_certificate",
|
|
15
|
+
"aws_acmpca_permission",
|
|
16
|
+
"aws_acmpca_policy",
|
|
17
|
+
"aws_alb",
|
|
18
|
+
"aws_alb_listener",
|
|
19
|
+
"aws_alb_listener_certificate",
|
|
20
|
+
"aws_alb_listener_rule",
|
|
21
|
+
"aws_alb_target_group",
|
|
22
|
+
"aws_alb_target_group_attachment",
|
|
23
|
+
"aws_ami",
|
|
24
|
+
"aws_ami_copy",
|
|
25
|
+
"aws_ami_from_instance",
|
|
26
|
+
"aws_ami_ids",
|
|
27
|
+
"aws_ami_launch_permission",
|
|
28
|
+
"aws_amplify_app",
|
|
29
|
+
"aws_amplify_backend_environment",
|
|
30
|
+
"aws_amplify_branch",
|
|
31
|
+
"aws_amplify_domain_association",
|
|
32
|
+
"aws_amplify_webhook",
|
|
33
|
+
"aws_api_gateway_account",
|
|
34
|
+
"aws_api_gateway_api_key",
|
|
35
|
+
"aws_api_gateway_api_keys",
|
|
36
|
+
"aws_api_gateway_authorizer",
|
|
37
|
+
"aws_api_gateway_authorizers",
|
|
38
|
+
"aws_api_gateway_base_path_mapping",
|
|
39
|
+
"aws_api_gateway_client_certificate",
|
|
40
|
+
"aws_api_gateway_deployment",
|
|
41
|
+
"aws_api_gateway_documentation_part",
|
|
42
|
+
"aws_api_gateway_documentation_version",
|
|
43
|
+
"aws_api_gateway_domain_name",
|
|
44
|
+
"aws_api_gateway_domain_name_access_association",
|
|
45
|
+
"aws_api_gateway_export",
|
|
46
|
+
"aws_api_gateway_gateway_response",
|
|
47
|
+
"aws_api_gateway_integration",
|
|
48
|
+
"aws_api_gateway_integration_response",
|
|
49
|
+
"aws_api_gateway_method",
|
|
50
|
+
"aws_api_gateway_method_response",
|
|
51
|
+
"aws_api_gateway_method_settings",
|
|
52
|
+
"aws_api_gateway_model",
|
|
53
|
+
"aws_api_gateway_request_validator",
|
|
54
|
+
"aws_api_gateway_resource",
|
|
55
|
+
"aws_api_gateway_rest_api",
|
|
56
|
+
"aws_api_gateway_rest_api_policy",
|
|
57
|
+
"aws_api_gateway_rest_api_put",
|
|
58
|
+
"aws_api_gateway_sdk",
|
|
59
|
+
"aws_api_gateway_stage",
|
|
60
|
+
"aws_api_gateway_usage_plan",
|
|
61
|
+
"aws_api_gateway_usage_plan_key",
|
|
62
|
+
"aws_api_gateway_vpc_link",
|
|
63
|
+
"aws_apigatewayv2_api",
|
|
64
|
+
"aws_apigatewayv2_api_mapping",
|
|
65
|
+
"aws_apigatewayv2_apis",
|
|
66
|
+
"aws_apigatewayv2_authorizer",
|
|
67
|
+
"aws_apigatewayv2_deployment",
|
|
68
|
+
"aws_apigatewayv2_domain_name",
|
|
69
|
+
"aws_apigatewayv2_export",
|
|
70
|
+
"aws_apigatewayv2_integration",
|
|
71
|
+
"aws_apigatewayv2_integration_response",
|
|
72
|
+
"aws_apigatewayv2_model",
|
|
73
|
+
"aws_apigatewayv2_route",
|
|
74
|
+
"aws_apigatewayv2_route_response",
|
|
75
|
+
"aws_apigatewayv2_stage",
|
|
76
|
+
"aws_apigatewayv2_vpc_link",
|
|
77
|
+
"aws_app_cookie_stickiness_policy",
|
|
78
|
+
"aws_appautoscaling_policy",
|
|
79
|
+
"aws_appautoscaling_scheduled_action",
|
|
80
|
+
"aws_appautoscaling_target",
|
|
81
|
+
"aws_appconfig_application",
|
|
82
|
+
"aws_appconfig_configuration_profile",
|
|
83
|
+
"aws_appconfig_configuration_profiles",
|
|
84
|
+
"aws_appconfig_deployment",
|
|
85
|
+
"aws_appconfig_deployment_strategy",
|
|
86
|
+
"aws_appconfig_environment",
|
|
87
|
+
"aws_appconfig_environments",
|
|
88
|
+
"aws_appconfig_extension",
|
|
89
|
+
"aws_appconfig_extension_association",
|
|
90
|
+
"aws_appconfig_hosted_configuration_version",
|
|
91
|
+
"aws_appfabric_app_authorization",
|
|
92
|
+
"aws_appfabric_app_authorization_connection",
|
|
93
|
+
"aws_appfabric_app_bundle",
|
|
94
|
+
"aws_appfabric_ingestion",
|
|
95
|
+
"aws_appfabric_ingestion_destination",
|
|
96
|
+
"aws_appflow_connector_profile",
|
|
97
|
+
"aws_appflow_flow",
|
|
98
|
+
"aws_appintegrations_data_integration",
|
|
99
|
+
"aws_appintegrations_event_integration",
|
|
100
|
+
"aws_applicationinsights_application",
|
|
101
|
+
"aws_appmesh_gateway_route",
|
|
102
|
+
"aws_appmesh_mesh",
|
|
103
|
+
"aws_appmesh_route",
|
|
104
|
+
"aws_appmesh_virtual_gateway",
|
|
105
|
+
"aws_appmesh_virtual_node",
|
|
106
|
+
"aws_appmesh_virtual_router",
|
|
107
|
+
"aws_appmesh_virtual_service",
|
|
108
|
+
"aws_apprunner_auto_scaling_configuration_version",
|
|
109
|
+
"aws_apprunner_connection",
|
|
110
|
+
"aws_apprunner_custom_domain_association",
|
|
111
|
+
"aws_apprunner_default_auto_scaling_configuration_version",
|
|
112
|
+
"aws_apprunner_deployment",
|
|
113
|
+
"aws_apprunner_hosted_zone_id",
|
|
114
|
+
"aws_apprunner_observability_configuration",
|
|
115
|
+
"aws_apprunner_service",
|
|
116
|
+
"aws_apprunner_vpc_connector",
|
|
117
|
+
"aws_apprunner_vpc_ingress_connection",
|
|
118
|
+
"aws_appstream_directory_config",
|
|
119
|
+
"aws_appstream_fleet",
|
|
120
|
+
"aws_appstream_fleet_stack_association",
|
|
121
|
+
"aws_appstream_image",
|
|
122
|
+
"aws_appstream_image_builder",
|
|
123
|
+
"aws_appstream_stack",
|
|
124
|
+
"aws_appstream_user",
|
|
125
|
+
"aws_appstream_user_stack_association",
|
|
126
|
+
"aws_appsync_api_cache",
|
|
127
|
+
"aws_appsync_api_key",
|
|
128
|
+
"aws_appsync_datasource",
|
|
129
|
+
"aws_appsync_domain_name",
|
|
130
|
+
"aws_appsync_domain_name_api_association",
|
|
131
|
+
"aws_appsync_function",
|
|
132
|
+
"aws_appsync_graphql_api",
|
|
133
|
+
"aws_appsync_resolver",
|
|
134
|
+
"aws_appsync_source_api_association",
|
|
135
|
+
"aws_appsync_type",
|
|
136
|
+
"aws_arn",
|
|
137
|
+
"aws_athena_capacity_reservation",
|
|
138
|
+
"aws_athena_data_catalog",
|
|
139
|
+
"aws_athena_database",
|
|
140
|
+
"aws_athena_named_query",
|
|
141
|
+
"aws_athena_prepared_statement",
|
|
142
|
+
"aws_athena_workgroup",
|
|
143
|
+
"aws_auditmanager_account_registration",
|
|
144
|
+
"aws_auditmanager_assessment",
|
|
145
|
+
"aws_auditmanager_assessment_delegation",
|
|
146
|
+
"aws_auditmanager_assessment_report",
|
|
147
|
+
"aws_auditmanager_control",
|
|
148
|
+
"aws_auditmanager_framework",
|
|
149
|
+
"aws_auditmanager_framework_share",
|
|
150
|
+
"aws_auditmanager_organization_admin_account_registration",
|
|
151
|
+
"aws_autoscaling_attachment",
|
|
152
|
+
"aws_autoscaling_group",
|
|
153
|
+
"aws_autoscaling_group_tag",
|
|
154
|
+
"aws_autoscaling_groups",
|
|
155
|
+
"aws_autoscaling_lifecycle_hook",
|
|
156
|
+
"aws_autoscaling_notification",
|
|
157
|
+
"aws_autoscaling_policy",
|
|
158
|
+
"aws_autoscaling_schedule",
|
|
159
|
+
"aws_autoscaling_traffic_source_attachment",
|
|
160
|
+
"aws_autoscalingplans_scaling_plan",
|
|
161
|
+
"aws_availability_zone",
|
|
162
|
+
"aws_availability_zones",
|
|
163
|
+
"aws_backup_framework",
|
|
164
|
+
"aws_backup_global_settings",
|
|
165
|
+
"aws_backup_logically_air_gapped_vault",
|
|
166
|
+
"aws_backup_plan",
|
|
167
|
+
"aws_backup_region_settings",
|
|
168
|
+
"aws_backup_report_plan",
|
|
169
|
+
"aws_backup_restore_testing_plan",
|
|
170
|
+
"aws_backup_restore_testing_selection",
|
|
171
|
+
"aws_backup_selection",
|
|
172
|
+
"aws_backup_vault",
|
|
173
|
+
"aws_backup_vault_lock_configuration",
|
|
174
|
+
"aws_backup_vault_notifications",
|
|
175
|
+
"aws_backup_vault_policy",
|
|
176
|
+
"aws_batch_compute_environment",
|
|
177
|
+
"aws_batch_job_definition",
|
|
178
|
+
"aws_batch_job_queue",
|
|
179
|
+
"aws_batch_scheduling_policy",
|
|
180
|
+
"aws_bcmdataexports_export",
|
|
181
|
+
"aws_bedrock_custom_model",
|
|
182
|
+
"aws_bedrock_custom_models",
|
|
183
|
+
"aws_bedrock_foundation_model",
|
|
184
|
+
"aws_bedrock_foundation_models",
|
|
185
|
+
"aws_bedrock_guardrail",
|
|
186
|
+
"aws_bedrock_guardrail_version",
|
|
187
|
+
"aws_bedrock_inference_profile",
|
|
188
|
+
"aws_bedrock_inference_profiles",
|
|
189
|
+
"aws_bedrock_model_invocation_logging_configuration",
|
|
190
|
+
"aws_bedrock_provisioned_model_throughput",
|
|
191
|
+
"aws_bedrockagent_agent",
|
|
192
|
+
"aws_bedrockagent_agent_action_group",
|
|
193
|
+
"aws_bedrockagent_agent_alias",
|
|
194
|
+
"aws_bedrockagent_agent_collaborator",
|
|
195
|
+
"aws_bedrockagent_agent_knowledge_base_association",
|
|
196
|
+
"aws_bedrockagent_agent_versions",
|
|
197
|
+
"aws_bedrockagent_data_source",
|
|
198
|
+
"aws_bedrockagent_knowledge_base",
|
|
199
|
+
"aws_bedrockagent_prompt",
|
|
200
|
+
"aws_billing_service_account",
|
|
201
|
+
"aws_budgets_budget",
|
|
202
|
+
"aws_budgets_budget_action",
|
|
203
|
+
"aws_caller_identity",
|
|
204
|
+
"aws_canonical_user_id",
|
|
205
|
+
"aws_ce_anomaly_monitor",
|
|
206
|
+
"aws_ce_anomaly_subscription",
|
|
207
|
+
"aws_ce_cost_allocation_tag",
|
|
208
|
+
"aws_ce_cost_category",
|
|
209
|
+
"aws_ce_tags",
|
|
210
|
+
"aws_chatbot_slack_channel_configuration",
|
|
211
|
+
"aws_chatbot_slack_workspace",
|
|
212
|
+
"aws_chatbot_teams_channel_configuration",
|
|
213
|
+
"aws_chime_voice_connector",
|
|
214
|
+
"aws_chime_voice_connector_group",
|
|
215
|
+
"aws_chime_voice_connector_logging",
|
|
216
|
+
"aws_chime_voice_connector_origination",
|
|
217
|
+
"aws_chime_voice_connector_streaming",
|
|
218
|
+
"aws_chime_voice_connector_termination",
|
|
219
|
+
"aws_chime_voice_connector_termination_credentials",
|
|
220
|
+
"aws_chimesdkmediapipelines_media_insights_pipeline_configuration",
|
|
221
|
+
"aws_chimesdkvoice_global_settings",
|
|
222
|
+
"aws_chimesdkvoice_sip_media_application",
|
|
223
|
+
"aws_chimesdkvoice_sip_rule",
|
|
224
|
+
"aws_chimesdkvoice_voice_profile_domain",
|
|
225
|
+
"aws_cleanrooms_collaboration",
|
|
226
|
+
"aws_cleanrooms_configured_table",
|
|
227
|
+
"aws_cleanrooms_membership",
|
|
228
|
+
"aws_cloud9_environment_ec2",
|
|
229
|
+
"aws_cloud9_environment_membership",
|
|
230
|
+
"aws_cloudcontrolapi_resource",
|
|
231
|
+
"aws_cloudformation_export",
|
|
232
|
+
"aws_cloudformation_stack",
|
|
233
|
+
"aws_cloudformation_stack_instances",
|
|
234
|
+
"aws_cloudformation_stack_set",
|
|
235
|
+
"aws_cloudformation_stack_set_instance",
|
|
236
|
+
"aws_cloudformation_type",
|
|
237
|
+
"aws_cloudfront_cache_policy",
|
|
238
|
+
"aws_cloudfront_continuous_deployment_policy",
|
|
239
|
+
"aws_cloudfront_distribution",
|
|
240
|
+
"aws_cloudfront_field_level_encryption_config",
|
|
241
|
+
"aws_cloudfront_field_level_encryption_profile",
|
|
242
|
+
"aws_cloudfront_function",
|
|
243
|
+
"aws_cloudfront_key_group",
|
|
244
|
+
"aws_cloudfront_key_value_store",
|
|
245
|
+
"aws_cloudfront_log_delivery_canonical_user_id",
|
|
246
|
+
"aws_cloudfront_monitoring_subscription",
|
|
247
|
+
"aws_cloudfront_origin_access_control",
|
|
248
|
+
"aws_cloudfront_origin_access_identities",
|
|
249
|
+
"aws_cloudfront_origin_access_identity",
|
|
250
|
+
"aws_cloudfront_origin_request_policy",
|
|
251
|
+
"aws_cloudfront_public_key",
|
|
252
|
+
"aws_cloudfront_realtime_log_config",
|
|
253
|
+
"aws_cloudfront_response_headers_policy",
|
|
254
|
+
"aws_cloudfront_vpc_origin",
|
|
255
|
+
"aws_cloudfrontkeyvaluestore_key",
|
|
256
|
+
"aws_cloudfrontkeyvaluestore_keys_exclusive",
|
|
257
|
+
"aws_cloudhsm_v2_cluster",
|
|
258
|
+
"aws_cloudhsm_v2_hsm",
|
|
259
|
+
"aws_cloudsearch_domain",
|
|
260
|
+
"aws_cloudsearch_domain_service_access_policy",
|
|
261
|
+
"aws_cloudtrail",
|
|
262
|
+
"aws_cloudtrail_event_data_store",
|
|
263
|
+
"aws_cloudtrail_organization_delegated_admin_account",
|
|
264
|
+
"aws_cloudtrail_service_account",
|
|
265
|
+
"aws_cloudwatch_composite_alarm",
|
|
266
|
+
"aws_cloudwatch_contributor_insight_rule",
|
|
267
|
+
"aws_cloudwatch_contributor_managed_insight_rule",
|
|
268
|
+
"aws_cloudwatch_contributor_managed_insight_rules",
|
|
269
|
+
"aws_cloudwatch_dashboard",
|
|
270
|
+
"aws_cloudwatch_event_api_destination",
|
|
271
|
+
"aws_cloudwatch_event_archive",
|
|
272
|
+
"aws_cloudwatch_event_bus",
|
|
273
|
+
"aws_cloudwatch_event_bus_policy",
|
|
274
|
+
"aws_cloudwatch_event_buses",
|
|
275
|
+
"aws_cloudwatch_event_connection",
|
|
276
|
+
"aws_cloudwatch_event_endpoint",
|
|
277
|
+
"aws_cloudwatch_event_permission",
|
|
278
|
+
"aws_cloudwatch_event_rule",
|
|
279
|
+
"aws_cloudwatch_event_source",
|
|
280
|
+
"aws_cloudwatch_event_target",
|
|
281
|
+
"aws_cloudwatch_log_account_policy",
|
|
282
|
+
"aws_cloudwatch_log_anomaly_detector",
|
|
283
|
+
"aws_cloudwatch_log_data_protection_policy",
|
|
284
|
+
"aws_cloudwatch_log_data_protection_policy_document",
|
|
285
|
+
"aws_cloudwatch_log_delivery",
|
|
286
|
+
"aws_cloudwatch_log_delivery_destination",
|
|
287
|
+
"aws_cloudwatch_log_delivery_destination_policy",
|
|
288
|
+
"aws_cloudwatch_log_delivery_source",
|
|
289
|
+
"aws_cloudwatch_log_destination",
|
|
290
|
+
"aws_cloudwatch_log_destination_policy",
|
|
291
|
+
"aws_cloudwatch_log_group",
|
|
292
|
+
"aws_cloudwatch_log_groups",
|
|
293
|
+
"aws_cloudwatch_log_index_policy",
|
|
294
|
+
"aws_cloudwatch_log_metric_filter",
|
|
295
|
+
"aws_cloudwatch_log_resource_policy",
|
|
296
|
+
"aws_cloudwatch_log_stream",
|
|
297
|
+
"aws_cloudwatch_log_subscription_filter",
|
|
298
|
+
"aws_cloudwatch_metric_alarm",
|
|
299
|
+
"aws_cloudwatch_metric_stream",
|
|
300
|
+
"aws_cloudwatch_query_definition",
|
|
301
|
+
"aws_codeartifact_authorization_token",
|
|
302
|
+
"aws_codeartifact_domain",
|
|
303
|
+
"aws_codeartifact_domain_permissions_policy",
|
|
304
|
+
"aws_codeartifact_repository",
|
|
305
|
+
"aws_codeartifact_repository_endpoint",
|
|
306
|
+
"aws_codeartifact_repository_permissions_policy",
|
|
307
|
+
"aws_codebuild_fleet",
|
|
308
|
+
"aws_codebuild_project",
|
|
309
|
+
"aws_codebuild_report_group",
|
|
310
|
+
"aws_codebuild_resource_policy",
|
|
311
|
+
"aws_codebuild_source_credential",
|
|
312
|
+
"aws_codebuild_webhook",
|
|
313
|
+
"aws_codecatalyst_dev_environment",
|
|
314
|
+
"aws_codecatalyst_project",
|
|
315
|
+
"aws_codecatalyst_source_repository",
|
|
316
|
+
"aws_codecommit_approval_rule_template",
|
|
317
|
+
"aws_codecommit_approval_rule_template_association",
|
|
318
|
+
"aws_codecommit_repository",
|
|
319
|
+
"aws_codecommit_trigger",
|
|
320
|
+
"aws_codeconnections_connection",
|
|
321
|
+
"aws_codeconnections_host",
|
|
322
|
+
"aws_codedeploy_app",
|
|
323
|
+
"aws_codedeploy_deployment_config",
|
|
324
|
+
"aws_codedeploy_deployment_group",
|
|
325
|
+
"aws_codeguruprofiler_profiling_group",
|
|
326
|
+
"aws_codegurureviewer_repository_association",
|
|
327
|
+
"aws_codepipeline",
|
|
328
|
+
"aws_codepipeline_custom_action_type",
|
|
329
|
+
"aws_codepipeline_webhook",
|
|
330
|
+
"aws_codestarconnections_connection",
|
|
331
|
+
"aws_codestarconnections_host",
|
|
332
|
+
"aws_codestarnotifications_notification_rule",
|
|
333
|
+
"aws_cognito_identity_pool",
|
|
334
|
+
"aws_cognito_identity_pool_provider_principal_tag",
|
|
335
|
+
"aws_cognito_identity_pool_roles_attachment",
|
|
336
|
+
"aws_cognito_identity_provider",
|
|
337
|
+
"aws_cognito_managed_user_pool_client",
|
|
338
|
+
"aws_cognito_resource_server",
|
|
339
|
+
"aws_cognito_risk_configuration",
|
|
340
|
+
"aws_cognito_user",
|
|
341
|
+
"aws_cognito_user_group",
|
|
342
|
+
"aws_cognito_user_groups",
|
|
343
|
+
"aws_cognito_user_in_group",
|
|
344
|
+
"aws_cognito_user_pool",
|
|
345
|
+
"aws_cognito_user_pool_client",
|
|
346
|
+
"aws_cognito_user_pool_clients",
|
|
347
|
+
"aws_cognito_user_pool_domain",
|
|
348
|
+
"aws_cognito_user_pool_signing_certificate",
|
|
349
|
+
"aws_cognito_user_pool_ui_customization",
|
|
350
|
+
"aws_cognito_user_pools",
|
|
351
|
+
"aws_comprehend_document_classifier",
|
|
352
|
+
"aws_comprehend_entity_recognizer",
|
|
353
|
+
"aws_computeoptimizer_enrollment_status",
|
|
354
|
+
"aws_computeoptimizer_recommendation_preferences",
|
|
355
|
+
"aws_config_aggregate_authorization",
|
|
356
|
+
"aws_config_config_rule",
|
|
357
|
+
"aws_config_configuration_aggregator",
|
|
358
|
+
"aws_config_configuration_recorder",
|
|
359
|
+
"aws_config_configuration_recorder_status",
|
|
360
|
+
"aws_config_conformance_pack",
|
|
361
|
+
"aws_config_delivery_channel",
|
|
362
|
+
"aws_config_organization_conformance_pack",
|
|
363
|
+
"aws_config_organization_custom_policy_rule",
|
|
364
|
+
"aws_config_organization_custom_rule",
|
|
365
|
+
"aws_config_organization_managed_rule",
|
|
366
|
+
"aws_config_remediation_configuration",
|
|
367
|
+
"aws_config_retention_configuration",
|
|
368
|
+
"aws_connect_bot_association",
|
|
369
|
+
"aws_connect_contact_flow",
|
|
370
|
+
"aws_connect_contact_flow_module",
|
|
371
|
+
"aws_connect_hours_of_operation",
|
|
372
|
+
"aws_connect_instance",
|
|
373
|
+
"aws_connect_instance_storage_config",
|
|
374
|
+
"aws_connect_lambda_function_association",
|
|
375
|
+
"aws_connect_phone_number",
|
|
376
|
+
"aws_connect_prompt",
|
|
377
|
+
"aws_connect_queue",
|
|
378
|
+
"aws_connect_quick_connect",
|
|
379
|
+
"aws_connect_routing_profile",
|
|
380
|
+
"aws_connect_security_profile",
|
|
381
|
+
"aws_connect_user",
|
|
382
|
+
"aws_connect_user_hierarchy_group",
|
|
383
|
+
"aws_connect_user_hierarchy_structure",
|
|
384
|
+
"aws_connect_vocabulary",
|
|
385
|
+
"aws_controltower_control",
|
|
386
|
+
"aws_controltower_controls",
|
|
387
|
+
"aws_controltower_landing_zone",
|
|
388
|
+
"aws_costoptimizationhub_enrollment_status",
|
|
389
|
+
"aws_costoptimizationhub_preferences",
|
|
390
|
+
"aws_cur_report_definition",
|
|
391
|
+
"aws_customer_gateway",
|
|
392
|
+
"aws_customerprofiles_domain",
|
|
393
|
+
"aws_customerprofiles_profile",
|
|
394
|
+
"aws_dataexchange_data_set",
|
|
395
|
+
"aws_dataexchange_event_action",
|
|
396
|
+
"aws_dataexchange_revision",
|
|
397
|
+
"aws_dataexchange_revision_assets",
|
|
398
|
+
"aws_datapipeline_pipeline",
|
|
399
|
+
"aws_datapipeline_pipeline_definition",
|
|
400
|
+
"aws_datasync_agent",
|
|
401
|
+
"aws_datasync_location_azure_blob",
|
|
402
|
+
"aws_datasync_location_efs",
|
|
403
|
+
"aws_datasync_location_fsx_lustre_file_system",
|
|
404
|
+
"aws_datasync_location_fsx_ontap_file_system",
|
|
405
|
+
"aws_datasync_location_fsx_openzfs_file_system",
|
|
406
|
+
"aws_datasync_location_fsx_windows_file_system",
|
|
407
|
+
"aws_datasync_location_hdfs",
|
|
408
|
+
"aws_datasync_location_nfs",
|
|
409
|
+
"aws_datasync_location_object_storage",
|
|
410
|
+
"aws_datasync_location_s3",
|
|
411
|
+
"aws_datasync_location_smb",
|
|
412
|
+
"aws_datasync_task",
|
|
413
|
+
"aws_datazone_asset_type",
|
|
414
|
+
"aws_datazone_domain",
|
|
415
|
+
"aws_datazone_environment",
|
|
416
|
+
"aws_datazone_environment_blueprint",
|
|
417
|
+
"aws_datazone_environment_blueprint_configuration",
|
|
418
|
+
"aws_datazone_environment_profile",
|
|
419
|
+
"aws_datazone_form_type",
|
|
420
|
+
"aws_datazone_glossary",
|
|
421
|
+
"aws_datazone_glossary_term",
|
|
422
|
+
"aws_datazone_project",
|
|
423
|
+
"aws_datazone_user_profile",
|
|
424
|
+
"aws_dax_cluster",
|
|
425
|
+
"aws_dax_parameter_group",
|
|
426
|
+
"aws_dax_subnet_group",
|
|
427
|
+
"aws_db_cluster_snapshot",
|
|
428
|
+
"aws_db_event_categories",
|
|
429
|
+
"aws_db_event_subscription",
|
|
430
|
+
"aws_db_instance",
|
|
431
|
+
"aws_db_instance_automated_backups_replication",
|
|
432
|
+
"aws_db_instance_role_association",
|
|
433
|
+
"aws_db_instances",
|
|
434
|
+
"aws_db_option_group",
|
|
435
|
+
"aws_db_parameter_group",
|
|
436
|
+
"aws_db_proxy",
|
|
437
|
+
"aws_db_proxy_default_target_group",
|
|
438
|
+
"aws_db_proxy_endpoint",
|
|
439
|
+
"aws_db_proxy_target",
|
|
440
|
+
"aws_db_snapshot",
|
|
441
|
+
"aws_db_snapshot_copy",
|
|
442
|
+
"aws_db_subnet_group",
|
|
443
|
+
"aws_default_network_acl",
|
|
444
|
+
"aws_default_route_table",
|
|
445
|
+
"aws_default_security_group",
|
|
446
|
+
"aws_default_subnet",
|
|
447
|
+
"aws_default_tags",
|
|
448
|
+
"aws_default_vpc",
|
|
449
|
+
"aws_default_vpc_dhcp_options",
|
|
450
|
+
"aws_detective_graph",
|
|
451
|
+
"aws_detective_invitation_accepter",
|
|
452
|
+
"aws_detective_member",
|
|
453
|
+
"aws_detective_organization_admin_account",
|
|
454
|
+
"aws_detective_organization_configuration",
|
|
455
|
+
"aws_devicefarm_device_pool",
|
|
456
|
+
"aws_devicefarm_instance_profile",
|
|
457
|
+
"aws_devicefarm_network_profile",
|
|
458
|
+
"aws_devicefarm_project",
|
|
459
|
+
"aws_devicefarm_test_grid_project",
|
|
460
|
+
"aws_devicefarm_upload",
|
|
461
|
+
"aws_devopsguru_event_sources_config",
|
|
462
|
+
"aws_devopsguru_notification_channel",
|
|
463
|
+
"aws_devopsguru_resource_collection",
|
|
464
|
+
"aws_devopsguru_service_integration",
|
|
465
|
+
"aws_directory_service_conditional_forwarder",
|
|
466
|
+
"aws_directory_service_directory",
|
|
467
|
+
"aws_directory_service_log_subscription",
|
|
468
|
+
"aws_directory_service_radius_settings",
|
|
469
|
+
"aws_directory_service_region",
|
|
470
|
+
"aws_directory_service_shared_directory",
|
|
471
|
+
"aws_directory_service_shared_directory_accepter",
|
|
472
|
+
"aws_directory_service_trust",
|
|
473
|
+
"aws_dlm_lifecycle_policy",
|
|
474
|
+
"aws_dms_certificate",
|
|
475
|
+
"aws_dms_endpoint",
|
|
476
|
+
"aws_dms_event_subscription",
|
|
477
|
+
"aws_dms_replication_config",
|
|
478
|
+
"aws_dms_replication_instance",
|
|
479
|
+
"aws_dms_replication_subnet_group",
|
|
480
|
+
"aws_dms_replication_task",
|
|
481
|
+
"aws_dms_s3_endpoint",
|
|
482
|
+
"aws_docdb_cluster",
|
|
483
|
+
"aws_docdb_cluster_instance",
|
|
484
|
+
"aws_docdb_cluster_parameter_group",
|
|
485
|
+
"aws_docdb_cluster_snapshot",
|
|
486
|
+
"aws_docdb_engine_version",
|
|
487
|
+
"aws_docdb_event_subscription",
|
|
488
|
+
"aws_docdb_global_cluster",
|
|
489
|
+
"aws_docdb_orderable_db_instance",
|
|
490
|
+
"aws_docdb_subnet_group",
|
|
491
|
+
"aws_docdbelastic_cluster",
|
|
492
|
+
"aws_drs_replication_configuration_template",
|
|
493
|
+
"aws_dsql_cluster",
|
|
494
|
+
"aws_dsql_cluster_peering",
|
|
495
|
+
"aws_dx_bgp_peer",
|
|
496
|
+
"aws_dx_connection",
|
|
497
|
+
"aws_dx_connection_association",
|
|
498
|
+
"aws_dx_connection_confirmation",
|
|
499
|
+
"aws_dx_gateway",
|
|
500
|
+
"aws_dx_gateway_association",
|
|
501
|
+
"aws_dx_gateway_association_proposal",
|
|
502
|
+
"aws_dx_hosted_connection",
|
|
503
|
+
"aws_dx_hosted_private_virtual_interface",
|
|
504
|
+
"aws_dx_hosted_private_virtual_interface_accepter",
|
|
505
|
+
"aws_dx_hosted_public_virtual_interface",
|
|
506
|
+
"aws_dx_hosted_public_virtual_interface_accepter",
|
|
507
|
+
"aws_dx_hosted_transit_virtual_interface",
|
|
508
|
+
"aws_dx_hosted_transit_virtual_interface_accepter",
|
|
509
|
+
"aws_dx_lag",
|
|
510
|
+
"aws_dx_location",
|
|
511
|
+
"aws_dx_locations",
|
|
512
|
+
"aws_dx_macsec_key_association",
|
|
513
|
+
"aws_dx_private_virtual_interface",
|
|
514
|
+
"aws_dx_public_virtual_interface",
|
|
515
|
+
"aws_dx_router_configuration",
|
|
516
|
+
"aws_dx_transit_virtual_interface",
|
|
517
|
+
"aws_dynamodb_contributor_insights",
|
|
518
|
+
"aws_dynamodb_global_table",
|
|
519
|
+
"aws_dynamodb_kinesis_streaming_destination",
|
|
520
|
+
"aws_dynamodb_resource_policy",
|
|
521
|
+
"aws_dynamodb_table",
|
|
522
|
+
"aws_dynamodb_table_export",
|
|
523
|
+
"aws_dynamodb_table_item",
|
|
524
|
+
"aws_dynamodb_table_replica",
|
|
525
|
+
"aws_dynamodb_tables",
|
|
526
|
+
"aws_dynamodb_tag",
|
|
527
|
+
"aws_ebs_default_kms_key",
|
|
528
|
+
"aws_ebs_encryption_by_default",
|
|
529
|
+
"aws_ebs_fast_snapshot_restore",
|
|
530
|
+
"aws_ebs_snapshot",
|
|
531
|
+
"aws_ebs_snapshot_block_public_access",
|
|
532
|
+
"aws_ebs_snapshot_copy",
|
|
533
|
+
"aws_ebs_snapshot_ids",
|
|
534
|
+
"aws_ebs_snapshot_import",
|
|
535
|
+
"aws_ebs_volume",
|
|
536
|
+
"aws_ebs_volumes",
|
|
537
|
+
"aws_ec2_availability_zone_group",
|
|
538
|
+
"aws_ec2_capacity_block_offering",
|
|
539
|
+
"aws_ec2_capacity_block_reservation",
|
|
540
|
+
"aws_ec2_capacity_reservation",
|
|
541
|
+
"aws_ec2_carrier_gateway",
|
|
542
|
+
"aws_ec2_client_vpn_authorization_rule",
|
|
543
|
+
"aws_ec2_client_vpn_endpoint",
|
|
544
|
+
"aws_ec2_client_vpn_network_association",
|
|
545
|
+
"aws_ec2_client_vpn_route",
|
|
546
|
+
"aws_ec2_coip_pool",
|
|
547
|
+
"aws_ec2_coip_pools",
|
|
548
|
+
"aws_ec2_default_credit_specification",
|
|
549
|
+
"aws_ec2_fleet",
|
|
550
|
+
"aws_ec2_host",
|
|
551
|
+
"aws_ec2_image_block_public_access",
|
|
552
|
+
"aws_ec2_instance_connect_endpoint",
|
|
553
|
+
"aws_ec2_instance_metadata_defaults",
|
|
554
|
+
"aws_ec2_instance_state",
|
|
555
|
+
"aws_ec2_instance_type",
|
|
556
|
+
"aws_ec2_instance_type_offering",
|
|
557
|
+
"aws_ec2_instance_type_offerings",
|
|
558
|
+
"aws_ec2_instance_types",
|
|
559
|
+
"aws_ec2_local_gateway",
|
|
560
|
+
"aws_ec2_local_gateway_route",
|
|
561
|
+
"aws_ec2_local_gateway_route_table",
|
|
562
|
+
"aws_ec2_local_gateway_route_table_vpc_association",
|
|
563
|
+
"aws_ec2_local_gateway_route_tables",
|
|
564
|
+
"aws_ec2_local_gateway_virtual_interface",
|
|
565
|
+
"aws_ec2_local_gateway_virtual_interface_group",
|
|
566
|
+
"aws_ec2_local_gateway_virtual_interface_groups",
|
|
567
|
+
"aws_ec2_local_gateways",
|
|
568
|
+
"aws_ec2_managed_prefix_list",
|
|
569
|
+
"aws_ec2_managed_prefix_list_entry",
|
|
570
|
+
"aws_ec2_managed_prefix_lists",
|
|
571
|
+
"aws_ec2_network_insights_analysis",
|
|
572
|
+
"aws_ec2_network_insights_path",
|
|
573
|
+
"aws_ec2_public_ipv4_pool",
|
|
574
|
+
"aws_ec2_public_ipv4_pools",
|
|
575
|
+
"aws_ec2_serial_console_access",
|
|
576
|
+
"aws_ec2_spot_price",
|
|
577
|
+
"aws_ec2_subnet_cidr_reservation",
|
|
578
|
+
"aws_ec2_tag",
|
|
579
|
+
"aws_ec2_traffic_mirror_filter",
|
|
580
|
+
"aws_ec2_traffic_mirror_filter_rule",
|
|
581
|
+
"aws_ec2_traffic_mirror_session",
|
|
582
|
+
"aws_ec2_traffic_mirror_target",
|
|
583
|
+
"aws_ec2_transit_gateway",
|
|
584
|
+
"aws_ec2_transit_gateway_attachment",
|
|
585
|
+
"aws_ec2_transit_gateway_attachments",
|
|
586
|
+
"aws_ec2_transit_gateway_connect",
|
|
587
|
+
"aws_ec2_transit_gateway_connect_peer",
|
|
588
|
+
"aws_ec2_transit_gateway_default_route_table_association",
|
|
589
|
+
"aws_ec2_transit_gateway_default_route_table_propagation",
|
|
590
|
+
"aws_ec2_transit_gateway_dx_gateway_attachment",
|
|
591
|
+
"aws_ec2_transit_gateway_multicast_domain",
|
|
592
|
+
"aws_ec2_transit_gateway_multicast_domain_association",
|
|
593
|
+
"aws_ec2_transit_gateway_multicast_group_member",
|
|
594
|
+
"aws_ec2_transit_gateway_multicast_group_source",
|
|
595
|
+
"aws_ec2_transit_gateway_peering_attachment",
|
|
596
|
+
"aws_ec2_transit_gateway_peering_attachment_accepter",
|
|
597
|
+
"aws_ec2_transit_gateway_peering_attachments",
|
|
598
|
+
"aws_ec2_transit_gateway_policy_table",
|
|
599
|
+
"aws_ec2_transit_gateway_policy_table_association",
|
|
600
|
+
"aws_ec2_transit_gateway_prefix_list_reference",
|
|
601
|
+
"aws_ec2_transit_gateway_route",
|
|
602
|
+
"aws_ec2_transit_gateway_route_table",
|
|
603
|
+
"aws_ec2_transit_gateway_route_table_association",
|
|
604
|
+
"aws_ec2_transit_gateway_route_table_associations",
|
|
605
|
+
"aws_ec2_transit_gateway_route_table_propagation",
|
|
606
|
+
"aws_ec2_transit_gateway_route_table_propagations",
|
|
607
|
+
"aws_ec2_transit_gateway_route_table_routes",
|
|
608
|
+
"aws_ec2_transit_gateway_route_tables",
|
|
609
|
+
"aws_ec2_transit_gateway_vpc_attachment",
|
|
610
|
+
"aws_ec2_transit_gateway_vpc_attachment_accepter",
|
|
611
|
+
"aws_ec2_transit_gateway_vpc_attachments",
|
|
612
|
+
"aws_ec2_transit_gateway_vpn_attachment",
|
|
613
|
+
"aws_ecr_account_setting",
|
|
614
|
+
"aws_ecr_authorization_token",
|
|
615
|
+
"aws_ecr_image",
|
|
616
|
+
"aws_ecr_lifecycle_policy",
|
|
617
|
+
"aws_ecr_lifecycle_policy_document",
|
|
618
|
+
"aws_ecr_pull_through_cache_rule",
|
|
619
|
+
"aws_ecr_registry_policy",
|
|
620
|
+
"aws_ecr_registry_scanning_configuration",
|
|
621
|
+
"aws_ecr_replication_configuration",
|
|
622
|
+
"aws_ecr_repositories",
|
|
623
|
+
"aws_ecr_repository",
|
|
624
|
+
"aws_ecr_repository_creation_template",
|
|
625
|
+
"aws_ecr_repository_policy",
|
|
626
|
+
"aws_ecrpublic_authorization_token",
|
|
627
|
+
"aws_ecrpublic_repository",
|
|
628
|
+
"aws_ecrpublic_repository_policy",
|
|
629
|
+
"aws_ecs_account_setting_default",
|
|
630
|
+
"aws_ecs_capacity_provider",
|
|
631
|
+
"aws_ecs_cluster",
|
|
632
|
+
"aws_ecs_cluster_capacity_providers",
|
|
633
|
+
"aws_ecs_clusters",
|
|
634
|
+
"aws_ecs_container_definition",
|
|
635
|
+
"aws_ecs_service",
|
|
636
|
+
"aws_ecs_tag",
|
|
637
|
+
"aws_ecs_task_definition",
|
|
638
|
+
"aws_ecs_task_execution",
|
|
639
|
+
"aws_ecs_task_set",
|
|
640
|
+
"aws_efs_access_point",
|
|
641
|
+
"aws_efs_access_points",
|
|
642
|
+
"aws_efs_backup_policy",
|
|
643
|
+
"aws_efs_file_system",
|
|
644
|
+
"aws_efs_file_system_policy",
|
|
645
|
+
"aws_efs_mount_target",
|
|
646
|
+
"aws_efs_replication_configuration",
|
|
647
|
+
"aws_egress_only_internet_gateway",
|
|
648
|
+
"aws_eip",
|
|
649
|
+
"aws_eip_association",
|
|
650
|
+
"aws_eip_domain_name",
|
|
651
|
+
"aws_eips",
|
|
652
|
+
"aws_eks_access_entry",
|
|
653
|
+
"aws_eks_access_policy_association",
|
|
654
|
+
"aws_eks_addon",
|
|
655
|
+
"aws_eks_addon_version",
|
|
656
|
+
"aws_eks_cluster",
|
|
657
|
+
"aws_eks_cluster_auth",
|
|
658
|
+
"aws_eks_cluster_versions",
|
|
659
|
+
"aws_eks_clusters",
|
|
660
|
+
"aws_eks_fargate_profile",
|
|
661
|
+
"aws_eks_identity_provider_config",
|
|
662
|
+
"aws_eks_node_group",
|
|
663
|
+
"aws_eks_node_groups",
|
|
664
|
+
"aws_eks_pod_identity_association",
|
|
665
|
+
"aws_elastic_beanstalk_application",
|
|
666
|
+
"aws_elastic_beanstalk_application_version",
|
|
667
|
+
"aws_elastic_beanstalk_configuration_template",
|
|
668
|
+
"aws_elastic_beanstalk_environment",
|
|
669
|
+
"aws_elastic_beanstalk_hosted_zone",
|
|
670
|
+
"aws_elastic_beanstalk_solution_stack",
|
|
671
|
+
"aws_elasticache_cluster",
|
|
672
|
+
"aws_elasticache_global_replication_group",
|
|
673
|
+
"aws_elasticache_parameter_group",
|
|
674
|
+
"aws_elasticache_replication_group",
|
|
675
|
+
"aws_elasticache_reserved_cache_node",
|
|
676
|
+
"aws_elasticache_reserved_cache_node_offering",
|
|
677
|
+
"aws_elasticache_serverless_cache",
|
|
678
|
+
"aws_elasticache_subnet_group",
|
|
679
|
+
"aws_elasticache_user",
|
|
680
|
+
"aws_elasticache_user_group",
|
|
681
|
+
"aws_elasticache_user_group_association",
|
|
682
|
+
"aws_elasticsearch_domain",
|
|
683
|
+
"aws_elasticsearch_domain_policy",
|
|
684
|
+
"aws_elasticsearch_domain_saml_options",
|
|
685
|
+
"aws_elasticsearch_vpc_endpoint",
|
|
686
|
+
"aws_elastictranscoder_pipeline",
|
|
687
|
+
"aws_elastictranscoder_preset",
|
|
688
|
+
"aws_elb",
|
|
689
|
+
"aws_elb_attachment",
|
|
690
|
+
"aws_elb_hosted_zone_id",
|
|
691
|
+
"aws_elb_service_account",
|
|
692
|
+
"aws_emr_block_public_access_configuration",
|
|
693
|
+
"aws_emr_cluster",
|
|
694
|
+
"aws_emr_instance_fleet",
|
|
695
|
+
"aws_emr_instance_group",
|
|
696
|
+
"aws_emr_managed_scaling_policy",
|
|
697
|
+
"aws_emr_release_labels",
|
|
698
|
+
"aws_emr_security_configuration",
|
|
699
|
+
"aws_emr_studio",
|
|
700
|
+
"aws_emr_studio_session_mapping",
|
|
701
|
+
"aws_emr_supported_instance_types",
|
|
702
|
+
"aws_emrcontainers_job_template",
|
|
703
|
+
"aws_emrcontainers_virtual_cluster",
|
|
704
|
+
"aws_emrserverless_application",
|
|
705
|
+
"aws_evidently_feature",
|
|
706
|
+
"aws_evidently_launch",
|
|
707
|
+
"aws_evidently_project",
|
|
708
|
+
"aws_evidently_segment",
|
|
709
|
+
"aws_finspace_kx_cluster",
|
|
710
|
+
"aws_finspace_kx_database",
|
|
711
|
+
"aws_finspace_kx_dataview",
|
|
712
|
+
"aws_finspace_kx_environment",
|
|
713
|
+
"aws_finspace_kx_scaling_group",
|
|
714
|
+
"aws_finspace_kx_user",
|
|
715
|
+
"aws_finspace_kx_volume",
|
|
716
|
+
"aws_fis_experiment_template",
|
|
717
|
+
"aws_fis_experiment_templates",
|
|
718
|
+
"aws_flow_log",
|
|
719
|
+
"aws_fms_admin_account",
|
|
720
|
+
"aws_fms_policy",
|
|
721
|
+
"aws_fms_resource_set",
|
|
722
|
+
"aws_fsx_backup",
|
|
723
|
+
"aws_fsx_data_repository_association",
|
|
724
|
+
"aws_fsx_file_cache",
|
|
725
|
+
"aws_fsx_lustre_file_system",
|
|
726
|
+
"aws_fsx_ontap_file_system",
|
|
727
|
+
"aws_fsx_ontap_storage_virtual_machine",
|
|
728
|
+
"aws_fsx_ontap_storage_virtual_machines",
|
|
729
|
+
"aws_fsx_ontap_volume",
|
|
730
|
+
"aws_fsx_openzfs_file_system",
|
|
731
|
+
"aws_fsx_openzfs_snapshot",
|
|
732
|
+
"aws_fsx_openzfs_volume",
|
|
733
|
+
"aws_fsx_windows_file_system",
|
|
734
|
+
"aws_gamelift_alias",
|
|
735
|
+
"aws_gamelift_build",
|
|
736
|
+
"aws_gamelift_fleet",
|
|
737
|
+
"aws_gamelift_game_server_group",
|
|
738
|
+
"aws_gamelift_game_session_queue",
|
|
739
|
+
"aws_gamelift_script",
|
|
740
|
+
"aws_glacier_vault",
|
|
741
|
+
"aws_glacier_vault_lock",
|
|
742
|
+
"aws_globalaccelerator_accelerator",
|
|
743
|
+
"aws_globalaccelerator_cross_account_attachment",
|
|
744
|
+
"aws_globalaccelerator_custom_routing_accelerator",
|
|
745
|
+
"aws_globalaccelerator_custom_routing_endpoint_group",
|
|
746
|
+
"aws_globalaccelerator_custom_routing_listener",
|
|
747
|
+
"aws_globalaccelerator_endpoint_group",
|
|
748
|
+
"aws_globalaccelerator_listener",
|
|
749
|
+
"aws_glue_catalog_database",
|
|
750
|
+
"aws_glue_catalog_table",
|
|
751
|
+
"aws_glue_catalog_table_optimizer",
|
|
752
|
+
"aws_glue_classifier",
|
|
753
|
+
"aws_glue_connection",
|
|
754
|
+
"aws_glue_crawler",
|
|
755
|
+
"aws_glue_data_catalog_encryption_settings",
|
|
756
|
+
"aws_glue_data_quality_ruleset",
|
|
757
|
+
"aws_glue_dev_endpoint",
|
|
758
|
+
"aws_glue_job",
|
|
759
|
+
"aws_glue_ml_transform",
|
|
760
|
+
"aws_glue_partition",
|
|
761
|
+
"aws_glue_partition_index",
|
|
762
|
+
"aws_glue_registry",
|
|
763
|
+
"aws_glue_resource_policy",
|
|
764
|
+
"aws_glue_schema",
|
|
765
|
+
"aws_glue_script",
|
|
766
|
+
"aws_glue_security_configuration",
|
|
767
|
+
"aws_glue_trigger",
|
|
768
|
+
"aws_glue_user_defined_function",
|
|
769
|
+
"aws_glue_workflow",
|
|
770
|
+
"aws_grafana_license_association",
|
|
771
|
+
"aws_grafana_role_association",
|
|
772
|
+
"aws_grafana_workspace",
|
|
773
|
+
"aws_grafana_workspace_api_key",
|
|
774
|
+
"aws_grafana_workspace_saml_configuration",
|
|
775
|
+
"aws_grafana_workspace_service_account",
|
|
776
|
+
"aws_grafana_workspace_service_account_token",
|
|
777
|
+
"aws_guardduty_detector",
|
|
778
|
+
"aws_guardduty_detector_feature",
|
|
779
|
+
"aws_guardduty_filter",
|
|
780
|
+
"aws_guardduty_finding_ids",
|
|
781
|
+
"aws_guardduty_invite_accepter",
|
|
782
|
+
"aws_guardduty_ipset",
|
|
783
|
+
"aws_guardduty_malware_protection_plan",
|
|
784
|
+
"aws_guardduty_member",
|
|
785
|
+
"aws_guardduty_member_detector_feature",
|
|
786
|
+
"aws_guardduty_organization_admin_account",
|
|
787
|
+
"aws_guardduty_organization_configuration",
|
|
788
|
+
"aws_guardduty_organization_configuration_feature",
|
|
789
|
+
"aws_guardduty_publishing_destination",
|
|
790
|
+
"aws_guardduty_threatintelset",
|
|
791
|
+
"aws_iam_access_key",
|
|
792
|
+
"aws_iam_access_keys",
|
|
793
|
+
"aws_iam_account_alias",
|
|
794
|
+
"aws_iam_account_password_policy",
|
|
795
|
+
"aws_iam_group",
|
|
796
|
+
"aws_iam_group_membership",
|
|
797
|
+
"aws_iam_group_policies_exclusive",
|
|
798
|
+
"aws_iam_group_policy",
|
|
799
|
+
"aws_iam_group_policy_attachment",
|
|
800
|
+
"aws_iam_group_policy_attachments_exclusive",
|
|
801
|
+
"aws_iam_instance_profile",
|
|
802
|
+
"aws_iam_instance_profiles",
|
|
803
|
+
"aws_iam_openid_connect_provider",
|
|
804
|
+
"aws_iam_organizations_features",
|
|
805
|
+
"aws_iam_policy",
|
|
806
|
+
"aws_iam_policy_attachment",
|
|
807
|
+
"aws_iam_policy_document",
|
|
808
|
+
"aws_iam_principal_policy_simulation",
|
|
809
|
+
"aws_iam_role",
|
|
810
|
+
"aws_iam_role_policies_exclusive",
|
|
811
|
+
"aws_iam_role_policy",
|
|
812
|
+
"aws_iam_role_policy_attachment",
|
|
813
|
+
"aws_iam_role_policy_attachments_exclusive",
|
|
814
|
+
"aws_iam_roles",
|
|
815
|
+
"aws_iam_saml_provider",
|
|
816
|
+
"aws_iam_security_token_service_preferences",
|
|
817
|
+
"aws_iam_server_certificate",
|
|
818
|
+
"aws_iam_service_linked_role",
|
|
819
|
+
"aws_iam_service_specific_credential",
|
|
820
|
+
"aws_iam_session_context",
|
|
821
|
+
"aws_iam_signing_certificate",
|
|
822
|
+
"aws_iam_user",
|
|
823
|
+
"aws_iam_user_group_membership",
|
|
824
|
+
"aws_iam_user_login_profile",
|
|
825
|
+
"aws_iam_user_policies_exclusive",
|
|
826
|
+
"aws_iam_user_policy",
|
|
827
|
+
"aws_iam_user_policy_attachment",
|
|
828
|
+
"aws_iam_user_policy_attachments_exclusive",
|
|
829
|
+
"aws_iam_user_ssh_key",
|
|
830
|
+
"aws_iam_users",
|
|
831
|
+
"aws_iam_virtual_mfa_device",
|
|
832
|
+
"aws_identitystore_group",
|
|
833
|
+
"aws_identitystore_group_membership",
|
|
834
|
+
"aws_identitystore_group_memberships",
|
|
835
|
+
"aws_identitystore_groups",
|
|
836
|
+
"aws_identitystore_user",
|
|
837
|
+
"aws_identitystore_users",
|
|
838
|
+
"aws_imagebuilder_component",
|
|
839
|
+
"aws_imagebuilder_components",
|
|
840
|
+
"aws_imagebuilder_container_recipe",
|
|
841
|
+
"aws_imagebuilder_container_recipes",
|
|
842
|
+
"aws_imagebuilder_distribution_configuration",
|
|
843
|
+
"aws_imagebuilder_distribution_configurations",
|
|
844
|
+
"aws_imagebuilder_image",
|
|
845
|
+
"aws_imagebuilder_image_pipeline",
|
|
846
|
+
"aws_imagebuilder_image_pipelines",
|
|
847
|
+
"aws_imagebuilder_image_recipe",
|
|
848
|
+
"aws_imagebuilder_image_recipes",
|
|
849
|
+
"aws_imagebuilder_infrastructure_configuration",
|
|
850
|
+
"aws_imagebuilder_infrastructure_configurations",
|
|
851
|
+
"aws_imagebuilder_lifecycle_policy",
|
|
852
|
+
"aws_imagebuilder_workflow",
|
|
853
|
+
"aws_inspector2_delegated_admin_account",
|
|
854
|
+
"aws_inspector2_enabler",
|
|
855
|
+
"aws_inspector2_filter",
|
|
856
|
+
"aws_inspector2_member_association",
|
|
857
|
+
"aws_inspector2_organization_configuration",
|
|
858
|
+
"aws_inspector_assessment_target",
|
|
859
|
+
"aws_inspector_assessment_template",
|
|
860
|
+
"aws_inspector_resource_group",
|
|
861
|
+
"aws_inspector_rules_packages",
|
|
862
|
+
"aws_instance",
|
|
863
|
+
"aws_instances",
|
|
864
|
+
"aws_internet_gateway",
|
|
865
|
+
"aws_internet_gateway_attachment",
|
|
866
|
+
"aws_internetmonitor_monitor",
|
|
867
|
+
"aws_iot_authorizer",
|
|
868
|
+
"aws_iot_billing_group",
|
|
869
|
+
"aws_iot_ca_certificate",
|
|
870
|
+
"aws_iot_certificate",
|
|
871
|
+
"aws_iot_domain_configuration",
|
|
872
|
+
"aws_iot_endpoint",
|
|
873
|
+
"aws_iot_event_configurations",
|
|
874
|
+
"aws_iot_indexing_configuration",
|
|
875
|
+
"aws_iot_logging_options",
|
|
876
|
+
"aws_iot_policy",
|
|
877
|
+
"aws_iot_policy_attachment",
|
|
878
|
+
"aws_iot_provisioning_template",
|
|
879
|
+
"aws_iot_registration_code",
|
|
880
|
+
"aws_iot_role_alias",
|
|
881
|
+
"aws_iot_thing",
|
|
882
|
+
"aws_iot_thing_group",
|
|
883
|
+
"aws_iot_thing_group_membership",
|
|
884
|
+
"aws_iot_thing_principal_attachment",
|
|
885
|
+
"aws_iot_thing_type",
|
|
886
|
+
"aws_iot_topic_rule",
|
|
887
|
+
"aws_iot_topic_rule_destination",
|
|
888
|
+
"aws_ip_ranges",
|
|
889
|
+
"aws_ivs_channel",
|
|
890
|
+
"aws_ivs_playback_key_pair",
|
|
891
|
+
"aws_ivs_recording_configuration",
|
|
892
|
+
"aws_ivs_stream_key",
|
|
893
|
+
"aws_ivschat_logging_configuration",
|
|
894
|
+
"aws_ivschat_room",
|
|
895
|
+
"aws_kendra_data_source",
|
|
896
|
+
"aws_kendra_experience",
|
|
897
|
+
"aws_kendra_faq",
|
|
898
|
+
"aws_kendra_index",
|
|
899
|
+
"aws_kendra_query_suggestions_block_list",
|
|
900
|
+
"aws_kendra_thesaurus",
|
|
901
|
+
"aws_key_pair",
|
|
902
|
+
"aws_keyspaces_keyspace",
|
|
903
|
+
"aws_keyspaces_table",
|
|
904
|
+
"aws_kinesis_analytics_application",
|
|
905
|
+
"aws_kinesis_firehose_delivery_stream",
|
|
906
|
+
"aws_kinesis_resource_policy",
|
|
907
|
+
"aws_kinesis_stream",
|
|
908
|
+
"aws_kinesis_stream_consumer",
|
|
909
|
+
"aws_kinesis_video_stream",
|
|
910
|
+
"aws_kinesisanalyticsv2_application",
|
|
911
|
+
"aws_kinesisanalyticsv2_application_snapshot",
|
|
912
|
+
"aws_kms_alias",
|
|
913
|
+
"aws_kms_ciphertext",
|
|
914
|
+
"aws_kms_custom_key_store",
|
|
915
|
+
"aws_kms_external_key",
|
|
916
|
+
"aws_kms_grant",
|
|
917
|
+
"aws_kms_key",
|
|
918
|
+
"aws_kms_key_policy",
|
|
919
|
+
"aws_kms_public_key",
|
|
920
|
+
"aws_kms_replica_external_key",
|
|
921
|
+
"aws_kms_replica_key",
|
|
922
|
+
"aws_kms_secret",
|
|
923
|
+
"aws_kms_secrets",
|
|
924
|
+
"aws_lakeformation_data_cells_filter",
|
|
925
|
+
"aws_lakeformation_data_lake_settings",
|
|
926
|
+
"aws_lakeformation_lf_tag",
|
|
927
|
+
"aws_lakeformation_opt_in",
|
|
928
|
+
"aws_lakeformation_permissions",
|
|
929
|
+
"aws_lakeformation_resource",
|
|
930
|
+
"aws_lakeformation_resource_lf_tag",
|
|
931
|
+
"aws_lakeformation_resource_lf_tags",
|
|
932
|
+
"aws_lambda_alias",
|
|
933
|
+
"aws_lambda_code_signing_config",
|
|
934
|
+
"aws_lambda_event_source_mapping",
|
|
935
|
+
"aws_lambda_function",
|
|
936
|
+
"aws_lambda_function_event_invoke_config",
|
|
937
|
+
"aws_lambda_function_recursion_config",
|
|
938
|
+
"aws_lambda_function_url",
|
|
939
|
+
"aws_lambda_functions",
|
|
940
|
+
"aws_lambda_invocation",
|
|
941
|
+
"aws_lambda_layer_version",
|
|
942
|
+
"aws_lambda_layer_version_permission",
|
|
943
|
+
"aws_lambda_permission",
|
|
944
|
+
"aws_lambda_provisioned_concurrency_config",
|
|
945
|
+
"aws_lambda_runtime_management_config",
|
|
946
|
+
"aws_launch_configuration",
|
|
947
|
+
"aws_launch_template",
|
|
948
|
+
"aws_lb",
|
|
949
|
+
"aws_lb_cookie_stickiness_policy",
|
|
950
|
+
"aws_lb_hosted_zone_id",
|
|
951
|
+
"aws_lb_listener",
|
|
952
|
+
"aws_lb_listener_certificate",
|
|
953
|
+
"aws_lb_listener_rule",
|
|
954
|
+
"aws_lb_ssl_negotiation_policy",
|
|
955
|
+
"aws_lb_target_group",
|
|
956
|
+
"aws_lb_target_group_attachment",
|
|
957
|
+
"aws_lb_trust_store",
|
|
958
|
+
"aws_lb_trust_store_revocation",
|
|
959
|
+
"aws_lbs",
|
|
960
|
+
"aws_lex_bot",
|
|
961
|
+
"aws_lex_bot_alias",
|
|
962
|
+
"aws_lex_intent",
|
|
963
|
+
"aws_lex_slot_type",
|
|
964
|
+
"aws_lexv2models_bot",
|
|
965
|
+
"aws_lexv2models_bot_locale",
|
|
966
|
+
"aws_lexv2models_bot_version",
|
|
967
|
+
"aws_lexv2models_intent",
|
|
968
|
+
"aws_lexv2models_slot",
|
|
969
|
+
"aws_lexv2models_slot_type",
|
|
970
|
+
"aws_licensemanager_association",
|
|
971
|
+
"aws_licensemanager_grant",
|
|
972
|
+
"aws_licensemanager_grant_accepter",
|
|
973
|
+
"aws_licensemanager_grants",
|
|
974
|
+
"aws_licensemanager_license_configuration",
|
|
975
|
+
"aws_licensemanager_received_license",
|
|
976
|
+
"aws_licensemanager_received_licenses",
|
|
977
|
+
"aws_lightsail_bucket",
|
|
978
|
+
"aws_lightsail_bucket_access_key",
|
|
979
|
+
"aws_lightsail_bucket_resource_access",
|
|
980
|
+
"aws_lightsail_certificate",
|
|
981
|
+
"aws_lightsail_container_service",
|
|
982
|
+
"aws_lightsail_container_service_deployment_version",
|
|
983
|
+
"aws_lightsail_database",
|
|
984
|
+
"aws_lightsail_disk",
|
|
985
|
+
"aws_lightsail_disk_attachment",
|
|
986
|
+
"aws_lightsail_distribution",
|
|
987
|
+
"aws_lightsail_domain",
|
|
988
|
+
"aws_lightsail_domain_entry",
|
|
989
|
+
"aws_lightsail_instance",
|
|
990
|
+
"aws_lightsail_instance_public_ports",
|
|
991
|
+
"aws_lightsail_key_pair",
|
|
992
|
+
"aws_lightsail_lb",
|
|
993
|
+
"aws_lightsail_lb_attachment",
|
|
994
|
+
"aws_lightsail_lb_certificate",
|
|
995
|
+
"aws_lightsail_lb_certificate_attachment",
|
|
996
|
+
"aws_lightsail_lb_https_redirection_policy",
|
|
997
|
+
"aws_lightsail_lb_stickiness_policy",
|
|
998
|
+
"aws_lightsail_static_ip",
|
|
999
|
+
"aws_lightsail_static_ip_attachment",
|
|
1000
|
+
"aws_load_balancer_backend_server_policy",
|
|
1001
|
+
"aws_load_balancer_listener_policy",
|
|
1002
|
+
"aws_load_balancer_policy",
|
|
1003
|
+
"aws_location_geofence_collection",
|
|
1004
|
+
"aws_location_map",
|
|
1005
|
+
"aws_location_place_index",
|
|
1006
|
+
"aws_location_route_calculator",
|
|
1007
|
+
"aws_location_tracker",
|
|
1008
|
+
"aws_location_tracker_association",
|
|
1009
|
+
"aws_location_tracker_associations",
|
|
1010
|
+
"aws_m2_application",
|
|
1011
|
+
"aws_m2_deployment",
|
|
1012
|
+
"aws_m2_environment",
|
|
1013
|
+
"aws_macie2_account",
|
|
1014
|
+
"aws_macie2_classification_export_configuration",
|
|
1015
|
+
"aws_macie2_classification_job",
|
|
1016
|
+
"aws_macie2_custom_data_identifier",
|
|
1017
|
+
"aws_macie2_findings_filter",
|
|
1018
|
+
"aws_macie2_invitation_accepter",
|
|
1019
|
+
"aws_macie2_member",
|
|
1020
|
+
"aws_macie2_organization_admin_account",
|
|
1021
|
+
"aws_macie2_organization_configuration",
|
|
1022
|
+
"aws_main_route_table_association",
|
|
1023
|
+
"aws_media_convert_queue",
|
|
1024
|
+
"aws_media_package_channel",
|
|
1025
|
+
"aws_media_packagev2_channel_group",
|
|
1026
|
+
"aws_media_store_container",
|
|
1027
|
+
"aws_media_store_container_policy",
|
|
1028
|
+
"aws_medialive_channel",
|
|
1029
|
+
"aws_medialive_input",
|
|
1030
|
+
"aws_medialive_input_security_group",
|
|
1031
|
+
"aws_medialive_multiplex",
|
|
1032
|
+
"aws_medialive_multiplex_program",
|
|
1033
|
+
"aws_memorydb_acl",
|
|
1034
|
+
"aws_memorydb_cluster",
|
|
1035
|
+
"aws_memorydb_multi_region_cluster",
|
|
1036
|
+
"aws_memorydb_parameter_group",
|
|
1037
|
+
"aws_memorydb_snapshot",
|
|
1038
|
+
"aws_memorydb_subnet_group",
|
|
1039
|
+
"aws_memorydb_user",
|
|
1040
|
+
"aws_mq_broker",
|
|
1041
|
+
"aws_mq_broker_engine_types",
|
|
1042
|
+
"aws_mq_broker_instance_type_offerings",
|
|
1043
|
+
"aws_mq_configuration",
|
|
1044
|
+
"aws_msk_bootstrap_brokers",
|
|
1045
|
+
"aws_msk_broker_nodes",
|
|
1046
|
+
"aws_msk_cluster",
|
|
1047
|
+
"aws_msk_cluster_policy",
|
|
1048
|
+
"aws_msk_configuration",
|
|
1049
|
+
"aws_msk_kafka_version",
|
|
1050
|
+
"aws_msk_replicator",
|
|
1051
|
+
"aws_msk_scram_secret_association",
|
|
1052
|
+
"aws_msk_serverless_cluster",
|
|
1053
|
+
"aws_msk_single_scram_secret_association",
|
|
1054
|
+
"aws_msk_vpc_connection",
|
|
1055
|
+
"aws_mskconnect_connector",
|
|
1056
|
+
"aws_mskconnect_custom_plugin",
|
|
1057
|
+
"aws_mskconnect_worker_configuration",
|
|
1058
|
+
"aws_mwaa_environment",
|
|
1059
|
+
"aws_nat_gateway",
|
|
1060
|
+
"aws_nat_gateways",
|
|
1061
|
+
"aws_neptune_cluster",
|
|
1062
|
+
"aws_neptune_cluster_endpoint",
|
|
1063
|
+
"aws_neptune_cluster_instance",
|
|
1064
|
+
"aws_neptune_cluster_parameter_group",
|
|
1065
|
+
"aws_neptune_cluster_snapshot",
|
|
1066
|
+
"aws_neptune_engine_version",
|
|
1067
|
+
"aws_neptune_event_subscription",
|
|
1068
|
+
"aws_neptune_global_cluster",
|
|
1069
|
+
"aws_neptune_orderable_db_instance",
|
|
1070
|
+
"aws_neptune_parameter_group",
|
|
1071
|
+
"aws_neptune_subnet_group",
|
|
1072
|
+
"aws_neptunegraph_graph",
|
|
1073
|
+
"aws_network_acl",
|
|
1074
|
+
"aws_network_acl_association",
|
|
1075
|
+
"aws_network_acl_rule",
|
|
1076
|
+
"aws_network_acls",
|
|
1077
|
+
"aws_network_interface",
|
|
1078
|
+
"aws_network_interface_attachment",
|
|
1079
|
+
"aws_network_interface_permission",
|
|
1080
|
+
"aws_network_interface_sg_attachment",
|
|
1081
|
+
"aws_network_interfaces",
|
|
1082
|
+
"aws_networkfirewall_firewall",
|
|
1083
|
+
"aws_networkfirewall_firewall_policy",
|
|
1084
|
+
"aws_networkfirewall_logging_configuration",
|
|
1085
|
+
"aws_networkfirewall_resource_policy",
|
|
1086
|
+
"aws_networkfirewall_rule_group",
|
|
1087
|
+
"aws_networkfirewall_tls_inspection_configuration",
|
|
1088
|
+
"aws_networkmanager_attachment_accepter",
|
|
1089
|
+
"aws_networkmanager_connect_attachment",
|
|
1090
|
+
"aws_networkmanager_connect_peer",
|
|
1091
|
+
"aws_networkmanager_connection",
|
|
1092
|
+
"aws_networkmanager_connections",
|
|
1093
|
+
"aws_networkmanager_core_network",
|
|
1094
|
+
"aws_networkmanager_core_network_policy_attachment",
|
|
1095
|
+
"aws_networkmanager_core_network_policy_document",
|
|
1096
|
+
"aws_networkmanager_customer_gateway_association",
|
|
1097
|
+
"aws_networkmanager_device",
|
|
1098
|
+
"aws_networkmanager_devices",
|
|
1099
|
+
"aws_networkmanager_dx_gateway_attachment",
|
|
1100
|
+
"aws_networkmanager_global_network",
|
|
1101
|
+
"aws_networkmanager_global_networks",
|
|
1102
|
+
"aws_networkmanager_link",
|
|
1103
|
+
"aws_networkmanager_link_association",
|
|
1104
|
+
"aws_networkmanager_links",
|
|
1105
|
+
"aws_networkmanager_site",
|
|
1106
|
+
"aws_networkmanager_site_to_site_vpn_attachment",
|
|
1107
|
+
"aws_networkmanager_sites",
|
|
1108
|
+
"aws_networkmanager_transit_gateway_connect_peer_association",
|
|
1109
|
+
"aws_networkmanager_transit_gateway_peering",
|
|
1110
|
+
"aws_networkmanager_transit_gateway_registration",
|
|
1111
|
+
"aws_networkmanager_transit_gateway_route_table_attachment",
|
|
1112
|
+
"aws_networkmanager_vpc_attachment",
|
|
1113
|
+
"aws_networkmonitor_monitor",
|
|
1114
|
+
"aws_networkmonitor_probe",
|
|
1115
|
+
"aws_notifications_channel_association",
|
|
1116
|
+
"aws_notifications_event_rule",
|
|
1117
|
+
"aws_notifications_notification_configuration",
|
|
1118
|
+
"aws_notifications_notification_hub",
|
|
1119
|
+
"aws_notificationscontacts_email_contact",
|
|
1120
|
+
"aws_oam_link",
|
|
1121
|
+
"aws_oam_links",
|
|
1122
|
+
"aws_oam_sink",
|
|
1123
|
+
"aws_oam_sink_policy",
|
|
1124
|
+
"aws_oam_sinks",
|
|
1125
|
+
"aws_opensearch_authorize_vpc_endpoint_access",
|
|
1126
|
+
"aws_opensearch_domain",
|
|
1127
|
+
"aws_opensearch_domain_policy",
|
|
1128
|
+
"aws_opensearch_domain_saml_options",
|
|
1129
|
+
"aws_opensearch_inbound_connection_accepter",
|
|
1130
|
+
"aws_opensearch_outbound_connection",
|
|
1131
|
+
"aws_opensearch_package",
|
|
1132
|
+
"aws_opensearch_package_association",
|
|
1133
|
+
"aws_opensearch_vpc_endpoint",
|
|
1134
|
+
"aws_opensearchserverless_access_policy",
|
|
1135
|
+
"aws_opensearchserverless_collection",
|
|
1136
|
+
"aws_opensearchserverless_lifecycle_policy",
|
|
1137
|
+
"aws_opensearchserverless_security_config",
|
|
1138
|
+
"aws_opensearchserverless_security_policy",
|
|
1139
|
+
"aws_opensearchserverless_vpc_endpoint",
|
|
1140
|
+
"aws_organizations_account",
|
|
1141
|
+
"aws_organizations_delegated_administrator",
|
|
1142
|
+
"aws_organizations_delegated_administrators",
|
|
1143
|
+
"aws_organizations_delegated_services",
|
|
1144
|
+
"aws_organizations_organization",
|
|
1145
|
+
"aws_organizations_organizational_unit",
|
|
1146
|
+
"aws_organizations_organizational_unit_child_accounts",
|
|
1147
|
+
"aws_organizations_organizational_unit_descendant_accounts",
|
|
1148
|
+
"aws_organizations_organizational_unit_descendant_organizational_units",
|
|
1149
|
+
"aws_organizations_organizational_units",
|
|
1150
|
+
"aws_organizations_policies",
|
|
1151
|
+
"aws_organizations_policies_for_target",
|
|
1152
|
+
"aws_organizations_policy",
|
|
1153
|
+
"aws_organizations_policy_attachment",
|
|
1154
|
+
"aws_organizations_resource_policy",
|
|
1155
|
+
"aws_organizations_resource_tags",
|
|
1156
|
+
"aws_osis_pipeline",
|
|
1157
|
+
"aws_outposts_asset",
|
|
1158
|
+
"aws_outposts_assets",
|
|
1159
|
+
"aws_outposts_outpost",
|
|
1160
|
+
"aws_outposts_outpost_instance_type",
|
|
1161
|
+
"aws_outposts_outpost_instance_types",
|
|
1162
|
+
"aws_outposts_outposts",
|
|
1163
|
+
"aws_outposts_site",
|
|
1164
|
+
"aws_outposts_sites",
|
|
1165
|
+
"aws_partition",
|
|
1166
|
+
"aws_paymentcryptography_key",
|
|
1167
|
+
"aws_paymentcryptography_key_alias",
|
|
1168
|
+
"aws_pinpoint_adm_channel",
|
|
1169
|
+
"aws_pinpoint_apns_channel",
|
|
1170
|
+
"aws_pinpoint_apns_sandbox_channel",
|
|
1171
|
+
"aws_pinpoint_apns_voip_channel",
|
|
1172
|
+
"aws_pinpoint_apns_voip_sandbox_channel",
|
|
1173
|
+
"aws_pinpoint_app",
|
|
1174
|
+
"aws_pinpoint_baidu_channel",
|
|
1175
|
+
"aws_pinpoint_email_channel",
|
|
1176
|
+
"aws_pinpoint_email_template",
|
|
1177
|
+
"aws_pinpoint_event_stream",
|
|
1178
|
+
"aws_pinpoint_gcm_channel",
|
|
1179
|
+
"aws_pinpoint_sms_channel",
|
|
1180
|
+
"aws_pinpointsmsvoicev2_configuration_set",
|
|
1181
|
+
"aws_pinpointsmsvoicev2_opt_out_list",
|
|
1182
|
+
"aws_pinpointsmsvoicev2_phone_number",
|
|
1183
|
+
"aws_pipes_pipe",
|
|
1184
|
+
"aws_placement_group",
|
|
1185
|
+
"aws_polly_voices",
|
|
1186
|
+
"aws_prefix_list",
|
|
1187
|
+
"aws_pricing_product",
|
|
1188
|
+
"aws_prometheus_alert_manager_definition",
|
|
1189
|
+
"aws_prometheus_default_scraper_configuration",
|
|
1190
|
+
"aws_prometheus_rule_group_namespace",
|
|
1191
|
+
"aws_prometheus_scraper",
|
|
1192
|
+
"aws_prometheus_workspace",
|
|
1193
|
+
"aws_prometheus_workspace_configuration",
|
|
1194
|
+
"aws_prometheus_workspaces",
|
|
1195
|
+
"aws_provider",
|
|
1196
|
+
"aws_proxy_protocol_policy",
|
|
1197
|
+
"aws_qbusiness_application",
|
|
1198
|
+
"aws_qldb_ledger",
|
|
1199
|
+
"aws_qldb_stream",
|
|
1200
|
+
"aws_quicksight_account_settings",
|
|
1201
|
+
"aws_quicksight_account_subscription",
|
|
1202
|
+
"aws_quicksight_analysis",
|
|
1203
|
+
"aws_quicksight_dashboard",
|
|
1204
|
+
"aws_quicksight_data_set",
|
|
1205
|
+
"aws_quicksight_data_source",
|
|
1206
|
+
"aws_quicksight_folder",
|
|
1207
|
+
"aws_quicksight_folder_membership",
|
|
1208
|
+
"aws_quicksight_group",
|
|
1209
|
+
"aws_quicksight_group_membership",
|
|
1210
|
+
"aws_quicksight_iam_policy_assignment",
|
|
1211
|
+
"aws_quicksight_ingestion",
|
|
1212
|
+
"aws_quicksight_namespace",
|
|
1213
|
+
"aws_quicksight_refresh_schedule",
|
|
1214
|
+
"aws_quicksight_role_membership",
|
|
1215
|
+
"aws_quicksight_template",
|
|
1216
|
+
"aws_quicksight_template_alias",
|
|
1217
|
+
"aws_quicksight_theme",
|
|
1218
|
+
"aws_quicksight_user",
|
|
1219
|
+
"aws_quicksight_vpc_connection",
|
|
1220
|
+
"aws_ram_principal_association",
|
|
1221
|
+
"aws_ram_resource_association",
|
|
1222
|
+
"aws_ram_resource_share",
|
|
1223
|
+
"aws_ram_resource_share_accepter",
|
|
1224
|
+
"aws_ram_sharing_with_organization",
|
|
1225
|
+
"aws_rbin_rule",
|
|
1226
|
+
"aws_rds_certificate",
|
|
1227
|
+
"aws_rds_cluster",
|
|
1228
|
+
"aws_rds_cluster_activity_stream",
|
|
1229
|
+
"aws_rds_cluster_endpoint",
|
|
1230
|
+
"aws_rds_cluster_instance",
|
|
1231
|
+
"aws_rds_cluster_parameter_group",
|
|
1232
|
+
"aws_rds_cluster_role_association",
|
|
1233
|
+
"aws_rds_cluster_snapshot_copy",
|
|
1234
|
+
"aws_rds_clusters",
|
|
1235
|
+
"aws_rds_custom_db_engine_version",
|
|
1236
|
+
"aws_rds_engine_version",
|
|
1237
|
+
"aws_rds_export_task",
|
|
1238
|
+
"aws_rds_global_cluster",
|
|
1239
|
+
"aws_rds_instance_state",
|
|
1240
|
+
"aws_rds_integration",
|
|
1241
|
+
"aws_rds_orderable_db_instance",
|
|
1242
|
+
"aws_rds_reserved_instance",
|
|
1243
|
+
"aws_rds_reserved_instance_offering",
|
|
1244
|
+
"aws_rds_shard_group",
|
|
1245
|
+
"aws_redshift_authentication_profile",
|
|
1246
|
+
"aws_redshift_cluster",
|
|
1247
|
+
"aws_redshift_cluster_credentials",
|
|
1248
|
+
"aws_redshift_cluster_iam_roles",
|
|
1249
|
+
"aws_redshift_cluster_snapshot",
|
|
1250
|
+
"aws_redshift_data_share_authorization",
|
|
1251
|
+
"aws_redshift_data_share_consumer_association",
|
|
1252
|
+
"aws_redshift_data_shares",
|
|
1253
|
+
"aws_redshift_endpoint_access",
|
|
1254
|
+
"aws_redshift_endpoint_authorization",
|
|
1255
|
+
"aws_redshift_event_subscription",
|
|
1256
|
+
"aws_redshift_hsm_client_certificate",
|
|
1257
|
+
"aws_redshift_hsm_configuration",
|
|
1258
|
+
"aws_redshift_integration",
|
|
1259
|
+
"aws_redshift_logging",
|
|
1260
|
+
"aws_redshift_orderable_cluster",
|
|
1261
|
+
"aws_redshift_parameter_group",
|
|
1262
|
+
"aws_redshift_partner",
|
|
1263
|
+
"aws_redshift_producer_data_shares",
|
|
1264
|
+
"aws_redshift_resource_policy",
|
|
1265
|
+
"aws_redshift_scheduled_action",
|
|
1266
|
+
"aws_redshift_snapshot_copy",
|
|
1267
|
+
"aws_redshift_snapshot_copy_grant",
|
|
1268
|
+
"aws_redshift_snapshot_schedule",
|
|
1269
|
+
"aws_redshift_snapshot_schedule_association",
|
|
1270
|
+
"aws_redshift_subnet_group",
|
|
1271
|
+
"aws_redshift_usage_limit",
|
|
1272
|
+
"aws_redshiftdata_statement",
|
|
1273
|
+
"aws_redshiftserverless_credentials",
|
|
1274
|
+
"aws_redshiftserverless_custom_domain_association",
|
|
1275
|
+
"aws_redshiftserverless_endpoint_access",
|
|
1276
|
+
"aws_redshiftserverless_namespace",
|
|
1277
|
+
"aws_redshiftserverless_resource_policy",
|
|
1278
|
+
"aws_redshiftserverless_snapshot",
|
|
1279
|
+
"aws_redshiftserverless_usage_limit",
|
|
1280
|
+
"aws_redshiftserverless_workgroup",
|
|
1281
|
+
"aws_region",
|
|
1282
|
+
"aws_regions",
|
|
1283
|
+
"aws_rekognition_collection",
|
|
1284
|
+
"aws_rekognition_project",
|
|
1285
|
+
"aws_rekognition_stream_processor",
|
|
1286
|
+
"aws_resiliencehub_resiliency_policy",
|
|
1287
|
+
"aws_resourceexplorer2_index",
|
|
1288
|
+
"aws_resourceexplorer2_search",
|
|
1289
|
+
"aws_resourceexplorer2_view",
|
|
1290
|
+
"aws_resourcegroups_group",
|
|
1291
|
+
"aws_resourcegroups_resource",
|
|
1292
|
+
"aws_resourcegroupstaggingapi_resources",
|
|
1293
|
+
"aws_rolesanywhere_profile",
|
|
1294
|
+
"aws_rolesanywhere_trust_anchor",
|
|
1295
|
+
"aws_route",
|
|
1296
|
+
"aws_route53_cidr_collection",
|
|
1297
|
+
"aws_route53_cidr_location",
|
|
1298
|
+
"aws_route53_delegation_set",
|
|
1299
|
+
"aws_route53_health_check",
|
|
1300
|
+
"aws_route53_hosted_zone_dnssec",
|
|
1301
|
+
"aws_route53_key_signing_key",
|
|
1302
|
+
"aws_route53_query_log",
|
|
1303
|
+
"aws_route53_record",
|
|
1304
|
+
"aws_route53_records",
|
|
1305
|
+
"aws_route53_records_exclusive",
|
|
1306
|
+
"aws_route53_resolver_config",
|
|
1307
|
+
"aws_route53_resolver_dnssec_config",
|
|
1308
|
+
"aws_route53_resolver_endpoint",
|
|
1309
|
+
"aws_route53_resolver_firewall_config",
|
|
1310
|
+
"aws_route53_resolver_firewall_domain_list",
|
|
1311
|
+
"aws_route53_resolver_firewall_rule",
|
|
1312
|
+
"aws_route53_resolver_firewall_rule_group",
|
|
1313
|
+
"aws_route53_resolver_firewall_rule_group_association",
|
|
1314
|
+
"aws_route53_resolver_firewall_rules",
|
|
1315
|
+
"aws_route53_resolver_query_log_config",
|
|
1316
|
+
"aws_route53_resolver_query_log_config_association",
|
|
1317
|
+
"aws_route53_resolver_rule",
|
|
1318
|
+
"aws_route53_resolver_rule_association",
|
|
1319
|
+
"aws_route53_resolver_rules",
|
|
1320
|
+
"aws_route53_traffic_policy",
|
|
1321
|
+
"aws_route53_traffic_policy_document",
|
|
1322
|
+
"aws_route53_traffic_policy_instance",
|
|
1323
|
+
"aws_route53_vpc_association_authorization",
|
|
1324
|
+
"aws_route53_zone",
|
|
1325
|
+
"aws_route53_zone_association",
|
|
1326
|
+
"aws_route53_zones",
|
|
1327
|
+
"aws_route53domains_delegation_signer_record",
|
|
1328
|
+
"aws_route53domains_domain",
|
|
1329
|
+
"aws_route53domains_registered_domain",
|
|
1330
|
+
"aws_route53profiles_association",
|
|
1331
|
+
"aws_route53profiles_profile",
|
|
1332
|
+
"aws_route53profiles_profiles",
|
|
1333
|
+
"aws_route53profiles_resource_association",
|
|
1334
|
+
"aws_route53recoverycontrolconfig_cluster",
|
|
1335
|
+
"aws_route53recoverycontrolconfig_control_panel",
|
|
1336
|
+
"aws_route53recoverycontrolconfig_routing_control",
|
|
1337
|
+
"aws_route53recoverycontrolconfig_safety_rule",
|
|
1338
|
+
"aws_route53recoveryreadiness_cell",
|
|
1339
|
+
"aws_route53recoveryreadiness_readiness_check",
|
|
1340
|
+
"aws_route53recoveryreadiness_recovery_group",
|
|
1341
|
+
"aws_route53recoveryreadiness_resource_set",
|
|
1342
|
+
"aws_route_table",
|
|
1343
|
+
"aws_route_table_association",
|
|
1344
|
+
"aws_route_tables",
|
|
1345
|
+
"aws_rum_app_monitor",
|
|
1346
|
+
"aws_rum_metrics_destination",
|
|
1347
|
+
"aws_s3_access_point",
|
|
1348
|
+
"aws_s3_account_public_access_block",
|
|
1349
|
+
"aws_s3_bucket",
|
|
1350
|
+
"aws_s3_bucket_accelerate_configuration",
|
|
1351
|
+
"aws_s3_bucket_acl",
|
|
1352
|
+
"aws_s3_bucket_analytics_configuration",
|
|
1353
|
+
"aws_s3_bucket_cors_configuration",
|
|
1354
|
+
"aws_s3_bucket_intelligent_tiering_configuration",
|
|
1355
|
+
"aws_s3_bucket_inventory",
|
|
1356
|
+
"aws_s3_bucket_lifecycle_configuration",
|
|
1357
|
+
"aws_s3_bucket_logging",
|
|
1358
|
+
"aws_s3_bucket_metric",
|
|
1359
|
+
"aws_s3_bucket_notification",
|
|
1360
|
+
"aws_s3_bucket_object",
|
|
1361
|
+
"aws_s3_bucket_object_lock_configuration",
|
|
1362
|
+
"aws_s3_bucket_objects",
|
|
1363
|
+
"aws_s3_bucket_ownership_controls",
|
|
1364
|
+
"aws_s3_bucket_policy",
|
|
1365
|
+
"aws_s3_bucket_public_access_block",
|
|
1366
|
+
"aws_s3_bucket_replication_configuration",
|
|
1367
|
+
"aws_s3_bucket_request_payment_configuration",
|
|
1368
|
+
"aws_s3_bucket_server_side_encryption_configuration",
|
|
1369
|
+
"aws_s3_bucket_versioning",
|
|
1370
|
+
"aws_s3_bucket_website_configuration",
|
|
1371
|
+
"aws_s3_directory_bucket",
|
|
1372
|
+
"aws_s3_directory_buckets",
|
|
1373
|
+
"aws_s3_object",
|
|
1374
|
+
"aws_s3_object_copy",
|
|
1375
|
+
"aws_s3_objects",
|
|
1376
|
+
"aws_s3control_access_grant",
|
|
1377
|
+
"aws_s3control_access_grants_instance",
|
|
1378
|
+
"aws_s3control_access_grants_instance_resource_policy",
|
|
1379
|
+
"aws_s3control_access_grants_location",
|
|
1380
|
+
"aws_s3control_access_point_policy",
|
|
1381
|
+
"aws_s3control_bucket",
|
|
1382
|
+
"aws_s3control_bucket_lifecycle_configuration",
|
|
1383
|
+
"aws_s3control_bucket_policy",
|
|
1384
|
+
"aws_s3control_directory_bucket_access_point_scope",
|
|
1385
|
+
"aws_s3control_multi_region_access_point",
|
|
1386
|
+
"aws_s3control_multi_region_access_point_policy",
|
|
1387
|
+
"aws_s3control_object_lambda_access_point",
|
|
1388
|
+
"aws_s3control_object_lambda_access_point_policy",
|
|
1389
|
+
"aws_s3control_storage_lens_configuration",
|
|
1390
|
+
"aws_s3outposts_endpoint",
|
|
1391
|
+
"aws_s3tables_namespace",
|
|
1392
|
+
"aws_s3tables_table",
|
|
1393
|
+
"aws_s3tables_table_bucket",
|
|
1394
|
+
"aws_s3tables_table_bucket_policy",
|
|
1395
|
+
"aws_s3tables_table_policy",
|
|
1396
|
+
"aws_sagemaker_app",
|
|
1397
|
+
"aws_sagemaker_app_image_config",
|
|
1398
|
+
"aws_sagemaker_code_repository",
|
|
1399
|
+
"aws_sagemaker_data_quality_job_definition",
|
|
1400
|
+
"aws_sagemaker_device",
|
|
1401
|
+
"aws_sagemaker_device_fleet",
|
|
1402
|
+
"aws_sagemaker_domain",
|
|
1403
|
+
"aws_sagemaker_endpoint",
|
|
1404
|
+
"aws_sagemaker_endpoint_configuration",
|
|
1405
|
+
"aws_sagemaker_feature_group",
|
|
1406
|
+
"aws_sagemaker_flow_definition",
|
|
1407
|
+
"aws_sagemaker_hub",
|
|
1408
|
+
"aws_sagemaker_human_task_ui",
|
|
1409
|
+
"aws_sagemaker_image",
|
|
1410
|
+
"aws_sagemaker_image_version",
|
|
1411
|
+
"aws_sagemaker_mlflow_tracking_server",
|
|
1412
|
+
"aws_sagemaker_model",
|
|
1413
|
+
"aws_sagemaker_model_package_group",
|
|
1414
|
+
"aws_sagemaker_model_package_group_policy",
|
|
1415
|
+
"aws_sagemaker_monitoring_schedule",
|
|
1416
|
+
"aws_sagemaker_notebook_instance",
|
|
1417
|
+
"aws_sagemaker_notebook_instance_lifecycle_configuration",
|
|
1418
|
+
"aws_sagemaker_pipeline",
|
|
1419
|
+
"aws_sagemaker_prebuilt_ecr_image",
|
|
1420
|
+
"aws_sagemaker_project",
|
|
1421
|
+
"aws_sagemaker_servicecatalog_portfolio_status",
|
|
1422
|
+
"aws_sagemaker_space",
|
|
1423
|
+
"aws_sagemaker_studio_lifecycle_config",
|
|
1424
|
+
"aws_sagemaker_user_profile",
|
|
1425
|
+
"aws_sagemaker_workforce",
|
|
1426
|
+
"aws_sagemaker_workteam",
|
|
1427
|
+
"aws_scheduler_schedule",
|
|
1428
|
+
"aws_scheduler_schedule_group",
|
|
1429
|
+
"aws_schemas_discoverer",
|
|
1430
|
+
"aws_schemas_registry",
|
|
1431
|
+
"aws_schemas_registry_policy",
|
|
1432
|
+
"aws_schemas_schema",
|
|
1433
|
+
"aws_secretsmanager_random_password",
|
|
1434
|
+
"aws_secretsmanager_secret",
|
|
1435
|
+
"aws_secretsmanager_secret_policy",
|
|
1436
|
+
"aws_secretsmanager_secret_rotation",
|
|
1437
|
+
"aws_secretsmanager_secret_version",
|
|
1438
|
+
"aws_secretsmanager_secret_versions",
|
|
1439
|
+
"aws_secretsmanager_secrets",
|
|
1440
|
+
"aws_security_group",
|
|
1441
|
+
"aws_security_group_rule",
|
|
1442
|
+
"aws_security_groups",
|
|
1443
|
+
"aws_securityhub_account",
|
|
1444
|
+
"aws_securityhub_action_target",
|
|
1445
|
+
"aws_securityhub_automation_rule",
|
|
1446
|
+
"aws_securityhub_configuration_policy",
|
|
1447
|
+
"aws_securityhub_configuration_policy_association",
|
|
1448
|
+
"aws_securityhub_finding_aggregator",
|
|
1449
|
+
"aws_securityhub_insight",
|
|
1450
|
+
"aws_securityhub_invite_accepter",
|
|
1451
|
+
"aws_securityhub_member",
|
|
1452
|
+
"aws_securityhub_organization_admin_account",
|
|
1453
|
+
"aws_securityhub_organization_configuration",
|
|
1454
|
+
"aws_securityhub_product_subscription",
|
|
1455
|
+
"aws_securityhub_standards_control",
|
|
1456
|
+
"aws_securityhub_standards_control_association",
|
|
1457
|
+
"aws_securityhub_standards_control_associations",
|
|
1458
|
+
"aws_securityhub_standards_subscription",
|
|
1459
|
+
"aws_securitylake_aws_log_source",
|
|
1460
|
+
"aws_securitylake_custom_log_source",
|
|
1461
|
+
"aws_securitylake_data_lake",
|
|
1462
|
+
"aws_securitylake_subscriber",
|
|
1463
|
+
"aws_securitylake_subscriber_notification",
|
|
1464
|
+
"aws_serverlessapplicationrepository_application",
|
|
1465
|
+
"aws_serverlessapplicationrepository_cloudformation_stack",
|
|
1466
|
+
"aws_service",
|
|
1467
|
+
"aws_service_discovery_dns_namespace",
|
|
1468
|
+
"aws_service_discovery_http_namespace",
|
|
1469
|
+
"aws_service_discovery_instance",
|
|
1470
|
+
"aws_service_discovery_private_dns_namespace",
|
|
1471
|
+
"aws_service_discovery_public_dns_namespace",
|
|
1472
|
+
"aws_service_discovery_service",
|
|
1473
|
+
"aws_service_principal",
|
|
1474
|
+
"aws_servicecatalog_budget_resource_association",
|
|
1475
|
+
"aws_servicecatalog_constraint",
|
|
1476
|
+
"aws_servicecatalog_launch_paths",
|
|
1477
|
+
"aws_servicecatalog_organizations_access",
|
|
1478
|
+
"aws_servicecatalog_portfolio",
|
|
1479
|
+
"aws_servicecatalog_portfolio_constraints",
|
|
1480
|
+
"aws_servicecatalog_portfolio_share",
|
|
1481
|
+
"aws_servicecatalog_principal_portfolio_association",
|
|
1482
|
+
"aws_servicecatalog_product",
|
|
1483
|
+
"aws_servicecatalog_product_portfolio_association",
|
|
1484
|
+
"aws_servicecatalog_provisioned_product",
|
|
1485
|
+
"aws_servicecatalog_provisioning_artifact",
|
|
1486
|
+
"aws_servicecatalog_provisioning_artifacts",
|
|
1487
|
+
"aws_servicecatalog_service_action",
|
|
1488
|
+
"aws_servicecatalog_tag_option",
|
|
1489
|
+
"aws_servicecatalog_tag_option_resource_association",
|
|
1490
|
+
"aws_servicecatalogappregistry_application",
|
|
1491
|
+
"aws_servicecatalogappregistry_attribute_group",
|
|
1492
|
+
"aws_servicecatalogappregistry_attribute_group_association",
|
|
1493
|
+
"aws_servicecatalogappregistry_attribute_group_associations",
|
|
1494
|
+
"aws_servicequotas_service",
|
|
1495
|
+
"aws_servicequotas_service_quota",
|
|
1496
|
+
"aws_servicequotas_template",
|
|
1497
|
+
"aws_servicequotas_template_association",
|
|
1498
|
+
"aws_servicequotas_templates",
|
|
1499
|
+
"aws_ses_active_receipt_rule_set",
|
|
1500
|
+
"aws_ses_configuration_set",
|
|
1501
|
+
"aws_ses_domain_dkim",
|
|
1502
|
+
"aws_ses_domain_identity",
|
|
1503
|
+
"aws_ses_domain_identity_verification",
|
|
1504
|
+
"aws_ses_domain_mail_from",
|
|
1505
|
+
"aws_ses_email_identity",
|
|
1506
|
+
"aws_ses_event_destination",
|
|
1507
|
+
"aws_ses_identity_notification_topic",
|
|
1508
|
+
"aws_ses_identity_policy",
|
|
1509
|
+
"aws_ses_receipt_filter",
|
|
1510
|
+
"aws_ses_receipt_rule",
|
|
1511
|
+
"aws_ses_receipt_rule_set",
|
|
1512
|
+
"aws_ses_template",
|
|
1513
|
+
"aws_sesv2_account_suppression_attributes",
|
|
1514
|
+
"aws_sesv2_account_vdm_attributes",
|
|
1515
|
+
"aws_sesv2_configuration_set",
|
|
1516
|
+
"aws_sesv2_configuration_set_event_destination",
|
|
1517
|
+
"aws_sesv2_contact_list",
|
|
1518
|
+
"aws_sesv2_dedicated_ip_assignment",
|
|
1519
|
+
"aws_sesv2_dedicated_ip_pool",
|
|
1520
|
+
"aws_sesv2_email_identity",
|
|
1521
|
+
"aws_sesv2_email_identity_feedback_attributes",
|
|
1522
|
+
"aws_sesv2_email_identity_mail_from_attributes",
|
|
1523
|
+
"aws_sesv2_email_identity_policy",
|
|
1524
|
+
"aws_sfn_activity",
|
|
1525
|
+
"aws_sfn_alias",
|
|
1526
|
+
"aws_sfn_state_machine",
|
|
1527
|
+
"aws_sfn_state_machine_versions",
|
|
1528
|
+
"aws_shield_application_layer_automatic_response",
|
|
1529
|
+
"aws_shield_drt_access_log_bucket_association",
|
|
1530
|
+
"aws_shield_drt_access_role_arn_association",
|
|
1531
|
+
"aws_shield_proactive_engagement",
|
|
1532
|
+
"aws_shield_protection",
|
|
1533
|
+
"aws_shield_protection_group",
|
|
1534
|
+
"aws_shield_protection_health_check_association",
|
|
1535
|
+
"aws_shield_subscription",
|
|
1536
|
+
"aws_signer_signing_job",
|
|
1537
|
+
"aws_signer_signing_profile",
|
|
1538
|
+
"aws_signer_signing_profile_permission",
|
|
1539
|
+
"aws_snapshot_create_volume_permission",
|
|
1540
|
+
"aws_sns_platform_application",
|
|
1541
|
+
"aws_sns_sms_preferences",
|
|
1542
|
+
"aws_sns_topic",
|
|
1543
|
+
"aws_sns_topic_data_protection_policy",
|
|
1544
|
+
"aws_sns_topic_policy",
|
|
1545
|
+
"aws_sns_topic_subscription",
|
|
1546
|
+
"aws_spot_datafeed_subscription",
|
|
1547
|
+
"aws_spot_fleet_request",
|
|
1548
|
+
"aws_spot_instance_request",
|
|
1549
|
+
"aws_sqs_queue",
|
|
1550
|
+
"aws_sqs_queue_policy",
|
|
1551
|
+
"aws_sqs_queue_redrive_allow_policy",
|
|
1552
|
+
"aws_sqs_queue_redrive_policy",
|
|
1553
|
+
"aws_sqs_queues",
|
|
1554
|
+
"aws_ssm_activation",
|
|
1555
|
+
"aws_ssm_association",
|
|
1556
|
+
"aws_ssm_default_patch_baseline",
|
|
1557
|
+
"aws_ssm_document",
|
|
1558
|
+
"aws_ssm_instances",
|
|
1559
|
+
"aws_ssm_maintenance_window",
|
|
1560
|
+
"aws_ssm_maintenance_window_target",
|
|
1561
|
+
"aws_ssm_maintenance_window_task",
|
|
1562
|
+
"aws_ssm_maintenance_windows",
|
|
1563
|
+
"aws_ssm_parameter",
|
|
1564
|
+
"aws_ssm_parameters_by_path",
|
|
1565
|
+
"aws_ssm_patch_baseline",
|
|
1566
|
+
"aws_ssm_patch_baselines",
|
|
1567
|
+
"aws_ssm_patch_group",
|
|
1568
|
+
"aws_ssm_resource_data_sync",
|
|
1569
|
+
"aws_ssm_service_setting",
|
|
1570
|
+
"aws_ssmcontacts_contact",
|
|
1571
|
+
"aws_ssmcontacts_contact_channel",
|
|
1572
|
+
"aws_ssmcontacts_plan",
|
|
1573
|
+
"aws_ssmcontacts_rotation",
|
|
1574
|
+
"aws_ssmincidents_replication_set",
|
|
1575
|
+
"aws_ssmincidents_response_plan",
|
|
1576
|
+
"aws_ssmquicksetup_configuration_manager",
|
|
1577
|
+
"aws_ssoadmin_account_assignment",
|
|
1578
|
+
"aws_ssoadmin_application",
|
|
1579
|
+
"aws_ssoadmin_application_access_scope",
|
|
1580
|
+
"aws_ssoadmin_application_assignment",
|
|
1581
|
+
"aws_ssoadmin_application_assignment_configuration",
|
|
1582
|
+
"aws_ssoadmin_application_assignments",
|
|
1583
|
+
"aws_ssoadmin_application_providers",
|
|
1584
|
+
"aws_ssoadmin_customer_managed_policy_attachment",
|
|
1585
|
+
"aws_ssoadmin_instance_access_control_attributes",
|
|
1586
|
+
"aws_ssoadmin_instances",
|
|
1587
|
+
"aws_ssoadmin_managed_policy_attachment",
|
|
1588
|
+
"aws_ssoadmin_permission_set",
|
|
1589
|
+
"aws_ssoadmin_permission_set_inline_policy",
|
|
1590
|
+
"aws_ssoadmin_permission_sets",
|
|
1591
|
+
"aws_ssoadmin_permissions_boundary_attachment",
|
|
1592
|
+
"aws_ssoadmin_principal_application_assignments",
|
|
1593
|
+
"aws_ssoadmin_trusted_token_issuer",
|
|
1594
|
+
"aws_storagegateway_cache",
|
|
1595
|
+
"aws_storagegateway_cached_iscsi_volume",
|
|
1596
|
+
"aws_storagegateway_file_system_association",
|
|
1597
|
+
"aws_storagegateway_gateway",
|
|
1598
|
+
"aws_storagegateway_local_disk",
|
|
1599
|
+
"aws_storagegateway_nfs_file_share",
|
|
1600
|
+
"aws_storagegateway_smb_file_share",
|
|
1601
|
+
"aws_storagegateway_stored_iscsi_volume",
|
|
1602
|
+
"aws_storagegateway_tape_pool",
|
|
1603
|
+
"aws_storagegateway_upload_buffer",
|
|
1604
|
+
"aws_storagegateway_working_storage",
|
|
1605
|
+
"aws_subnet",
|
|
1606
|
+
"aws_subnets",
|
|
1607
|
+
"aws_swf_domain",
|
|
1608
|
+
"aws_synthetics_canary",
|
|
1609
|
+
"aws_synthetics_group",
|
|
1610
|
+
"aws_synthetics_group_association",
|
|
1611
|
+
"aws_synthetics_runtime_version",
|
|
1612
|
+
"aws_synthetics_runtime_versions",
|
|
1613
|
+
"aws_timestreaminfluxdb_db_instance",
|
|
1614
|
+
"aws_timestreamquery_scheduled_query",
|
|
1615
|
+
"aws_timestreamwrite_database",
|
|
1616
|
+
"aws_timestreamwrite_table",
|
|
1617
|
+
"aws_transcribe_language_model",
|
|
1618
|
+
"aws_transcribe_medical_vocabulary",
|
|
1619
|
+
"aws_transcribe_vocabulary",
|
|
1620
|
+
"aws_transcribe_vocabulary_filter",
|
|
1621
|
+
"aws_transfer_access",
|
|
1622
|
+
"aws_transfer_agreement",
|
|
1623
|
+
"aws_transfer_certificate",
|
|
1624
|
+
"aws_transfer_connector",
|
|
1625
|
+
"aws_transfer_profile",
|
|
1626
|
+
"aws_transfer_server",
|
|
1627
|
+
"aws_transfer_ssh_key",
|
|
1628
|
+
"aws_transfer_tag",
|
|
1629
|
+
"aws_transfer_user",
|
|
1630
|
+
"aws_transfer_workflow",
|
|
1631
|
+
"aws_verifiedaccess_endpoint",
|
|
1632
|
+
"aws_verifiedaccess_group",
|
|
1633
|
+
"aws_verifiedaccess_instance",
|
|
1634
|
+
"aws_verifiedaccess_instance_logging_configuration",
|
|
1635
|
+
"aws_verifiedaccess_instance_trust_provider_attachment",
|
|
1636
|
+
"aws_verifiedaccess_trust_provider",
|
|
1637
|
+
"aws_verifiedpermissions_identity_source",
|
|
1638
|
+
"aws_verifiedpermissions_policy",
|
|
1639
|
+
"aws_verifiedpermissions_policy_store",
|
|
1640
|
+
"aws_verifiedpermissions_policy_template",
|
|
1641
|
+
"aws_verifiedpermissions_schema",
|
|
1642
|
+
"aws_volume_attachment",
|
|
1643
|
+
"aws_vpc",
|
|
1644
|
+
"aws_vpc_block_public_access_exclusion",
|
|
1645
|
+
"aws_vpc_block_public_access_options",
|
|
1646
|
+
"aws_vpc_dhcp_options",
|
|
1647
|
+
"aws_vpc_dhcp_options_association",
|
|
1648
|
+
"aws_vpc_endpoint",
|
|
1649
|
+
"aws_vpc_endpoint_associations",
|
|
1650
|
+
"aws_vpc_endpoint_connection_accepter",
|
|
1651
|
+
"aws_vpc_endpoint_connection_notification",
|
|
1652
|
+
"aws_vpc_endpoint_policy",
|
|
1653
|
+
"aws_vpc_endpoint_private_dns",
|
|
1654
|
+
"aws_vpc_endpoint_route_table_association",
|
|
1655
|
+
"aws_vpc_endpoint_security_group_association",
|
|
1656
|
+
"aws_vpc_endpoint_service",
|
|
1657
|
+
"aws_vpc_endpoint_service_allowed_principal",
|
|
1658
|
+
"aws_vpc_endpoint_service_private_dns_verification",
|
|
1659
|
+
"aws_vpc_endpoint_subnet_association",
|
|
1660
|
+
"aws_vpc_ipam",
|
|
1661
|
+
"aws_vpc_ipam_organization_admin_account",
|
|
1662
|
+
"aws_vpc_ipam_pool",
|
|
1663
|
+
"aws_vpc_ipam_pool_cidr",
|
|
1664
|
+
"aws_vpc_ipam_pool_cidr_allocation",
|
|
1665
|
+
"aws_vpc_ipam_pool_cidrs",
|
|
1666
|
+
"aws_vpc_ipam_pools",
|
|
1667
|
+
"aws_vpc_ipam_preview_next_cidr",
|
|
1668
|
+
"aws_vpc_ipam_resource_discovery",
|
|
1669
|
+
"aws_vpc_ipam_resource_discovery_association",
|
|
1670
|
+
"aws_vpc_ipam_scope",
|
|
1671
|
+
"aws_vpc_ipams",
|
|
1672
|
+
"aws_vpc_ipv4_cidr_block_association",
|
|
1673
|
+
"aws_vpc_ipv6_cidr_block_association",
|
|
1674
|
+
"aws_vpc_network_performance_metric_subscription",
|
|
1675
|
+
"aws_vpc_peering_connection",
|
|
1676
|
+
"aws_vpc_peering_connection_accepter",
|
|
1677
|
+
"aws_vpc_peering_connection_options",
|
|
1678
|
+
"aws_vpc_peering_connections",
|
|
1679
|
+
"aws_vpc_route_server",
|
|
1680
|
+
"aws_vpc_route_server_endpoint",
|
|
1681
|
+
"aws_vpc_route_server_peer",
|
|
1682
|
+
"aws_vpc_route_server_propagation",
|
|
1683
|
+
"aws_vpc_route_server_vpc_association",
|
|
1684
|
+
"aws_vpc_security_group_egress_rule",
|
|
1685
|
+
"aws_vpc_security_group_ingress_rule",
|
|
1686
|
+
"aws_vpc_security_group_rule",
|
|
1687
|
+
"aws_vpc_security_group_rules",
|
|
1688
|
+
"aws_vpc_security_group_vpc_association",
|
|
1689
|
+
"aws_vpclattice_access_log_subscription",
|
|
1690
|
+
"aws_vpclattice_auth_policy",
|
|
1691
|
+
"aws_vpclattice_listener",
|
|
1692
|
+
"aws_vpclattice_listener_rule",
|
|
1693
|
+
"aws_vpclattice_resource_configuration",
|
|
1694
|
+
"aws_vpclattice_resource_gateway",
|
|
1695
|
+
"aws_vpclattice_resource_policy",
|
|
1696
|
+
"aws_vpclattice_service",
|
|
1697
|
+
"aws_vpclattice_service_network",
|
|
1698
|
+
"aws_vpclattice_service_network_resource_association",
|
|
1699
|
+
"aws_vpclattice_service_network_service_association",
|
|
1700
|
+
"aws_vpclattice_service_network_vpc_association",
|
|
1701
|
+
"aws_vpclattice_target_group",
|
|
1702
|
+
"aws_vpclattice_target_group_attachment",
|
|
1703
|
+
"aws_vpcs",
|
|
1704
|
+
"aws_vpn_connection",
|
|
1705
|
+
"aws_vpn_connection_route",
|
|
1706
|
+
"aws_vpn_gateway",
|
|
1707
|
+
"aws_vpn_gateway_attachment",
|
|
1708
|
+
"aws_vpn_gateway_route_propagation",
|
|
1709
|
+
"aws_waf_byte_match_set",
|
|
1710
|
+
"aws_waf_geo_match_set",
|
|
1711
|
+
"aws_waf_ipset",
|
|
1712
|
+
"aws_waf_rate_based_rule",
|
|
1713
|
+
"aws_waf_regex_match_set",
|
|
1714
|
+
"aws_waf_regex_pattern_set",
|
|
1715
|
+
"aws_waf_rule",
|
|
1716
|
+
"aws_waf_rule_group",
|
|
1717
|
+
"aws_waf_size_constraint_set",
|
|
1718
|
+
"aws_waf_sql_injection_match_set",
|
|
1719
|
+
"aws_waf_subscribed_rule_group",
|
|
1720
|
+
"aws_waf_web_acl",
|
|
1721
|
+
"aws_waf_xss_match_set",
|
|
1722
|
+
"aws_wafregional_byte_match_set",
|
|
1723
|
+
"aws_wafregional_geo_match_set",
|
|
1724
|
+
"aws_wafregional_ipset",
|
|
1725
|
+
"aws_wafregional_rate_based_rule",
|
|
1726
|
+
"aws_wafregional_regex_match_set",
|
|
1727
|
+
"aws_wafregional_regex_pattern_set",
|
|
1728
|
+
"aws_wafregional_rule",
|
|
1729
|
+
"aws_wafregional_rule_group",
|
|
1730
|
+
"aws_wafregional_size_constraint_set",
|
|
1731
|
+
"aws_wafregional_sql_injection_match_set",
|
|
1732
|
+
"aws_wafregional_subscribed_rule_group",
|
|
1733
|
+
"aws_wafregional_web_acl",
|
|
1734
|
+
"aws_wafregional_web_acl_association",
|
|
1735
|
+
"aws_wafregional_xss_match_set",
|
|
1736
|
+
"aws_wafv2_api_key",
|
|
1737
|
+
"aws_wafv2_ip_set",
|
|
1738
|
+
"aws_wafv2_regex_pattern_set",
|
|
1739
|
+
"aws_wafv2_rule_group",
|
|
1740
|
+
"aws_wafv2_web_acl",
|
|
1741
|
+
"aws_wafv2_web_acl_association",
|
|
1742
|
+
"aws_wafv2_web_acl_logging_configuration",
|
|
1743
|
+
"aws_workspaces_bundle",
|
|
1744
|
+
"aws_workspaces_connection_alias",
|
|
1745
|
+
"aws_workspaces_directory",
|
|
1746
|
+
"aws_workspaces_image",
|
|
1747
|
+
"aws_workspaces_ip_group",
|
|
1748
|
+
"aws_workspaces_workspace",
|
|
1749
|
+
"aws_workspacesweb_browser_settings",
|
|
1750
|
+
"aws_workspacesweb_data_protection_settings",
|
|
1751
|
+
"aws_workspacesweb_ip_access_settings",
|
|
1752
|
+
"aws_workspacesweb_network_settings",
|
|
1753
|
+
"aws_workspacesweb_user_access_logging_settings",
|
|
1754
|
+
"aws_workspacesweb_user_settings",
|
|
1755
|
+
"aws_xray_encryption_config",
|
|
1756
|
+
"aws_xray_group",
|
|
1757
|
+
"aws_xray_resource_policy",
|
|
1758
|
+
"aws_xray_sampling_rule"
|
|
1759
|
+
]
|
|
1760
|
+
}
|