Class BucketLogging
Inheritance
System.Object
BucketLogging
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Storage.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLogging
Fields
View SourceLogBucket
The bucket that will receive log objects.
Declaration
public readonly string LogBucket
Field Value
| Type | Description |
|---|---|
| System.String |
LogObjectPrefix
The object prefix for log objects. If it's not provided, by default GCS sets this to this bucket's name.
Declaration
public readonly string LogObjectPrefix
Field Value
| Type | Description |
|---|---|
| System.String |