Show / Hide Table of Contents

Class BucketWebsite

Inheritance
System.Object
BucketWebsite
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 BucketWebsite

Fields

View Source

MainPageSuffix

Behaves as the bucket's directory index where missing objects are treated as potential directories.

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

NotFoundPage

The custom object to return when a requested resource is not found.

Declaration
public readonly string NotFoundPage
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.