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
Session preferences let you specify a location to store log output for all sessions in your account. You can also enable server-side encryption using an AWS Key Management Service (KMS) key for a specified stream to ensure your session records are transferred securely.
4
+
5
+
Requires `aws` provider >= 1.36.0
6
+
7
+
## Argument Reference
8
+
9
+
The following arguments are supported:
10
+
11
+
*`s3_bucket_name` - (Optional) The name of bucket to store session logs. Specifying this enables writing session output to an Amazon S3 bucket.
12
+
*`s3_key_prefix` - (Optional) To write output to a sub-folder, enter a sub-folder name.
*`cloudwatch_log_group_name` - (Optional) The name of the log group to upload session logs to. Specifying this enables sending session output to CloudWatch Logs.
0 commit comments