You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`log_group_name` - (Optional) The name of the log group in Amazon CloudWatch Logs where you want to publish your logs.
178
180
*`log_stream_name_prefix` - (Optional) Prefix for the CloudWatch log stream name.
181
+
*`log_types` - (Optional) The types of logs that you want to publish to CloudWatch. If you don't specify any log types, driver STDOUT and STDERR logs will be published to CloudWatch Logs by default. See [log_types](#log_types-arguments) for more details.
179
182
*`encryption_key_arn` - (Optional) The AWS Key Management Service (KMS) key ARN to encrypt the logs that you store in CloudWatch Logs.
180
-
*`log_types` - (Optional) The types of logs that you want to publish to CloudWatch. If you don't specify any log types, driver STDOUT and STDERR logs will be published to CloudWatch Logs by default. Specify as a map where keys are worker types (`SPARK_DRIVER`, `SPARK_EXECUTOR`, `HIVE_DRIVER`, `TEZ_TASK`) and values are comma-separated log types (`STDOUT`, `STDERR`, `HIVE_LOG`, `TEZ_AM`, `SYSTEM_LOGS`).
183
+
184
+
##### log_types Arguments
185
+
186
+
*`name` - (Required) The worker type. Valid values are `SPARK_DRIVER`, `SPARK_EXECUTOR`, `HIVE_DRIVER`, and `TEZ_TASK`.
187
+
*`values` - (Required) The list of log types to publish. Valid values are `STDOUT`, `STDERR`, `HIVE_LOG`, `TEZ_AM`, and `SYSTEM_LOGS`.
181
188
182
189
#### s3_monitoring_configuration Arguments
183
190
@@ -245,7 +252,7 @@ import {
245
252
}
246
253
```
247
254
248
-
Using `terraform import`, import EMR Severless applications using the `id`. For example:
255
+
Using `terraform import`, import EMR Serverless applications using the `id`. For example:
249
256
250
257
```console
251
258
% terraform import aws_emrserverless_application.example id
0 commit comments