Values_1.LoggingInfoSourceInformation about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to. LoggingInfo has been deprecated. To specify an Amazon Simple Storage Service (Amazon S3) bucket to contain logs, instead use the OutputS3BucketName and OutputS3KeyPrefix options in the TaskInvocationParameters structure. For information about how Amazon Web Services Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
type nonrec t = {s3BucketName : Values_0.S3BucketName.t;The name of an S3 bucket where execution logs are stored.
*)s3KeyPrefix : Values_0.S3KeyPrefix.t option;(Optional) The S3 bucket subfolder.
*)s3Region : Values_0.S3Region.t;The Amazon Web Services Region where the S3 bucket is located.
*)}val make :
?s3KeyPrefix:??? ->
s3BucketName:Values_0.S3BucketName.t ->
s3Region:Values_0.S3Region.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.S3BucketName.t ]) list ]