Class BucketLoggingArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLoggingArgs : ResourceArgs
Constructors
View SourceBucketLoggingArgs()
Declaration
public BucketLoggingArgs()
Properties
View SourceLogBucket
The bucket that will receive log objects.
Declaration
public Input<string> LogBucket { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> LogObjectPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |