Module Values_1.LoggingInfoSource

Information 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.

Sourcetype nonrec t = {
  1. s3BucketName : Values_0.S3BucketName.t;
    (*

    The name of an S3 bucket where execution logs are stored.

    *)
  2. s3KeyPrefix : Values_0.S3KeyPrefix.t option;
    (*

    (Optional) The S3 bucket subfolder.

    *)
  3. s3Region : Values_0.S3Region.t;
    (*

    The Amazon Web Services Region where the S3 bucket is located.

    *)
}
Sourceval context_ : string
Sourceval make : ?s3KeyPrefix:??? -> s3BucketName:Values_0.S3BucketName.t -> s3Region:Values_0.S3Region.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.S3BucketName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t