Googly.CloudStorage.Model.BucketLogging (googly_cloud_storage v0.1.0)

Copy Markdown View Source

The bucket's logging configuration, which defines the destination bucket and optional name prefix for the current bucket's logs.

Attributes

  • log_bucket (type: String.t()) - The destination bucket where the current bucket's logs should be placed.
  • log_object_prefix (type: String.t()) - A prefix for log object names.

Summary

Types

t()

@type t() :: %Googly.CloudStorage.Model.BucketLogging{
  log_bucket: String.t() | nil,
  log_object_prefix: String.t() | nil
}