Show / Hide Table of Contents

Class BucketWebsiteArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketWebsiteArgs
Inherited Members
ResourceArgs.Empty
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 BucketWebsiteArgs : ResourceArgs

Constructors

View Source

BucketWebsiteArgs()

Declaration
public BucketWebsiteArgs()

Properties

View Source

MainPageSuffix

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

Declaration
public Input<string> MainPageSuffix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NotFoundPage

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

Declaration
public Input<string> NotFoundPage { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.