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
resource/aws_bedrock_model_invocation_logging_configuration: Set `embedding_data_delivery_enabled`, `image_data_delivery_enabled`, and `text_data_delivery_enabled` arguments as optional with default value of `true`
* `large_data_delivery_s3_config` – (Optional) S3 configuration for delivering a large amount of data.
88
-
* `bucket_name` – (Required) S3 bucket name.
89
-
* `key_prefix` – (Optional) S3 prefix.
90
-
* `log_group_name` – (Required) Log group name.
91
-
* `role_arn` – (Optional) The role ARN.
92
-
*`embedding_data_delivery_enabled` – (Optional) Set to include embeddings data in the log delivery.
93
-
*`image_data_delivery_enabled` – (Optional) Set to include image data in the log delivery.
94
-
*`s3_config` – (Optional) S3 configuration for storing log data.
95
-
*`bucket_name` – (Required) S3 bucket name.
96
-
*`key_prefix` – (Optional) S3 prefix.
97
-
*`text_data_delivery_enabled` – (Optional) Set to include text data in the log delivery.
84
+
The following arguments are required:
85
+
86
+
*`logging_config` - (Required) The logging configuration values to set. See [`logging_config` Block](#logging_config-block) for details.
87
+
88
+
### `logging_config` Block
89
+
90
+
The `logging_config` configuration block supports the following arguments:
91
+
92
+
*`cloudwatch_config` – (Optional) CloudWatch logging configuration. See [`cloudwatch_config` Block](#cloudwatch_config-block) for details.
93
+
*`embedding_data_delivery_enabled` – (Optional) Set to include embeddings data in the log delivery. Defaults to `true`.
94
+
*`image_data_delivery_enabled` – (Optional) Set to include image data in the log delivery. Defaults to `true`.
95
+
*`s3_config` – (Optional) S3 configuration for storing log data. See [`s3_config` Block](#s3_config-block) for details.
96
+
*`text_data_delivery_enabled` – (Optional) Set to include text data in the log delivery. Defaults to `true`.
97
+
*`video_data_delivery_enabled` – (Optional) Set to include text data in the log delivery. Defaults to `true`.
98
+
99
+
### `cloudwatch_config` Block
100
+
101
+
The `cloudwatch_config` configuration block supports the following arguments:
102
+
103
+
*`large_data_delivery_s3_config` – (Optional) S3 configuration for delivering a large amount of data. See [`large_data_delivery_s3_config` Block](#large_data_delivery_s3_config-block) for details.
104
+
*`log_group_name` – (Required) Log group name.
105
+
*`role_arn` – (Optional) The role ARN.
106
+
107
+
### `large_data_delivery_s3_config` Block
108
+
109
+
The `large_data_delivery_s3_config` configuration block supports the following arguments:
110
+
111
+
*`bucket_name` – (Required) S3 bucket name.
112
+
*`key_prefix` – (Optional) S3 prefix.
113
+
114
+
### `s3_config` Block
115
+
116
+
The `s3_config` configuration block supports the following arguments:
0 commit comments