Show / Hide Table of Contents

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 Source

LogBucket

The bucket that will receive log objects.

Declaration
public readonly string LogBucket
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.